Skip to main content

Module tolerance

Module tolerance 

Source
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

Structs§

EquivalenceTestResult
Result of a functional equivalence test (TOST).
ToleranceBand
Result of a tolerance band computation.

Enums§

BandType
Type of tolerance band.
EquivalenceBootstrap
Bootstrap method for the equivalence test.
ExponentialFamily
Exponential family for generalized FPCA tolerance bands.
MultiplierDistribution
Multiplier distribution for Degras SCB.
NonConformityScore
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).