Skip to main content

Module dispatch

Module dispatch 

Source
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§

FunctionalBoxplotResult
Numeric outputs of a depth-fence functional boxplot (no plotting).

Enums§

DepthMethod
Depth measure selector for functional_depth and functional_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 data w.r.t. the sample.