Expand description
Depth measures for functional data.
This module provides various depth measures for assessing the centrality of functional observations within a reference sample.
Re-exports§
pub use band::band;pub use band::modified_band;pub use band::modified_epigraph_index;pub use dispatch::functional_boxplot;pub use dispatch::functional_depth;pub use dispatch::DepthMethod;pub use dispatch::FunctionalBoxplotResult;pub use erl::extreme_rank_length_depth;pub use extremal::extremal_depth;pub use fraiman_muniz::fraiman_muniz;pub use half_region::half_region_depth;pub use half_region::modified_half_region_depth;pub use hypo_epi::epigraph_index;pub use hypo_epi::hypograph_index;pub use hypo_epi::modified_hypograph_index;pub use linf::linfinity_depth;pub use modal::modal;pub use random_projection::random_projection;pub use random_projection::random_projection_1d_seeded;pub use random_tukey::random_tukey;pub use random_tukey::random_tukey_1d_seeded;pub use rpd::rpd_depth;pub use rpd::rpd_depth_1d_seeded;pub use spatial::functional_spatial;pub use spatial::kernel_functional_spatial;pub use tvd::total_variation_depth;pub use tvd::TvdMssResult;
Modules§
- band
- Band depth and related measures (BD, MBD, MEI).
- dispatch
- Unified depth dispatcher and depth-fence functional boxplot.
- erl
- Extreme-rank-length (ERL) depth.
- extremal
- Extremal depth (Narisetty & Nair 2016).
- fraiman_
muniz - Fraiman-Muniz depth measures.
- half_
region - Half-region depth and modified half-region depth (HRD, MHRD).
- hypo_
epi - Hypograph, modified-hypograph, and epigraph indices (HI, MHI, EI).
- linf
- L∞ (sup-norm) depth.
- modal
- Modal depth measures.
- random_
projection - Random projection depth measures.
- random_
tukey - Random Tukey depth measures.
- rpd
- Random Projection with Derivatives (RPD) depth.
- spatial
- Functional spatial depth measures (FSD and KFSD).
- tvd
- Total variation depth with modified shape similarity index (TVD + MSSI).