gemseo.uncertainty.statistics.tolerance_interval.exponential module#
Computation of tolerance intervals from a data-fitted exponential distribution.
- class ExponentialToleranceInterval(size, rate, location)[source]#
Bases:
BaseToleranceIntervalComputation of tolerance intervals from a data-fitted exponential distribution.
The formulae come from the R library tolerance [1].
Initialize self. See help(type(self)) for accurate signature.