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)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§
- Equivalence
Test Result - Result of a functional equivalence test (TOST).
- 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.
- 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.
- scb_
mean_ degras - Compute a simultaneous confidence band for the mean function (Degras method).