gemseo.uncertainty.statistics.tolerance_interval.normal module#
Computation of tolerance intervals from a data-fitted normal distribution.
- class NormalToleranceInterval(size, mean, std)[source]#
Bases:
BaseToleranceInterval
Computation of tolerance intervals from a data-fitted normal distribution.
The formulae come from the R library tolerance [1].