Expand description
Unified depth dispatcher and depth-fence functional boxplot.
This module provides a single functional_depth entry point that computes
the self-depth of a sample (each curve’s depth with respect to the sample
itself, i.e. data_obj == data_ori) by dispatching to the existing depth
functions via the DepthMethod selector. It also provides the canonical
López-Pintado–Romo depth-fence functional_boxplot, which produces numeric
central-region / whisker / outlier-flag outputs (no plotting).
The dispatcher only wraps the underlying depth functions — their signatures are unchanged.
Structs§
- Functional
Boxplot Result - Numeric outputs of a depth-fence functional boxplot (no plotting).
Enums§
- Depth
Method - Depth measure selector for
functional_depthandfunctional_boxplot.
Functions§
- functional_
boxplot - Canonical López-Pintado–Romo depth-fence functional boxplot (numeric only).
- functional_
depth - Compute the self-depth of every curve in
dataw.r.t. the sample.