Expand description
Tolerance bands for functional data.
This module provides methods for constructing regions expected to contain a given fraction of individual curves in a population — the functional analogue of classical tolerance intervals.
§Methods
fpca_tolerance_band— FPCA + bootstrap tolerance band (pointwise or simultaneous)elastic_tolerance_band— Amplitude-only band after elastic alignmentphase_tolerance_band— Phase band on warping functions via tangent-space FPCAelastic_tolerance_band_with_config— Joint amplitude + phase bands (single alignment)conformal_prediction_band— Distribution-free conformal prediction bandscb_mean_degras— Simultaneous confidence band for the mean (Degras method)exponential_family_tolerance_band— Tolerance band for exponential family data
Structs§
- Elastic
Tolerance Band Result - Joint amplitude and phase elastic tolerance bands.
- Elastic
Tolerance Config - Configuration for
elastic_tolerance_band_with_config. - Equivalence
Test Result - Result of a functional equivalence test (TOST).
- Phase
Tolerance Band - Phase tolerance band on warping functions.
- Tolerance
Band - Result of a tolerance band computation.
Enums§
- Band
Type - Type of tolerance band.
- Equivalence
Bootstrap - Bootstrap method for the equivalence test.
- Exponential
Family - Exponential family for generalized FPCA tolerance bands.
- Multiplier
Distribution - Multiplier distribution for Degras SCB.
- NonConformity
Score - Non-conformity score for conformal prediction.
Functions§
- conformal_
prediction_ band - Compute a distribution-free conformal prediction band.
- elastic_
tolerance_ band - Compute a tolerance band in the elastic (aligned) space.
- elastic_
tolerance_ band_ with_ config - Compute joint amplitude and phase elastic tolerance bands.
- equivalence_
test - Test functional equivalence between two groups using TOST.
- equivalence_
test_ one_ sample - Test functional equivalence of one group’s mean to a reference function.
- exponential_
family_ tolerance_ band - Compute a tolerance band for exponential family functional data.
- fpca_
tolerance_ band - Compute a tolerance band via FPCA and bootstrap.
- phase_
tolerance_ band - Compute a phase tolerance band on warping functions.
- scb_
mean_ degras - Compute a simultaneous confidence band for the mean function (Degras method).