Skip to main content

Module depth

Module depth 

Source
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_1d;
pub use band::modified_band_1d;
pub use band::modified_epigraph_index_1d;
pub use fraiman_muniz::fraiman_muniz_1d;
pub use fraiman_muniz::fraiman_muniz_2d;
pub use modal::modal_1d;
pub use modal::modal_2d;
pub use random_projection::random_projection_1d;
pub use random_projection::random_projection_1d_seeded;
pub use random_projection::random_projection_2d;
pub use random_tukey::random_tukey_1d;
pub use random_tukey::random_tukey_1d_seeded;
pub use random_tukey::random_tukey_2d;
pub use spatial::functional_spatial_1d;
pub use spatial::functional_spatial_2d;
pub use spatial::kernel_functional_spatial_1d;
pub use spatial::kernel_functional_spatial_2d;

Modules§

band
Band depth and related measures (BD, MBD, MEI).
fraiman_muniz
Fraiman-Muniz depth measures.
modal
Modal depth measures.
random_projection
Random projection depth measures.
random_tukey
Random Tukey depth measures.
spatial
Functional spatial depth measures (FSD and KFSD).