Skip to main content

Module rpd

Module rpd 

Source
Expand description

Random Projection with Derivatives (RPD) depth.

Enriches random projection depth by incorporating derivative information. Each curve is augmented with its finite-difference derivatives up to order nderiv, and standard random projection depth is computed on the augmented representation.

Functionsยง

rpd_depth_1d
Compute RPD depth for 1D functional data.
rpd_depth_1d_seeded
Compute RPD depth with optional seed for reproducibility.