gemseo.uncertainty.statistics.tolerance_interval.weibull module#
Computation of tolerance intervals from a data-fitted Weibull distribution.
- class WeibullMinToleranceInterval(size, scale, shape, location)[source]#
Bases:
WeibullToleranceIntervalComputation of tolerance intervals from a data-fitted Weibull distribution.
The formulae come from the R library tolerance [1].
- class WeibullToleranceInterval(size, scale, shape, location)[source]#
Bases:
BaseToleranceIntervalComputation of tolerance intervals from a data-fitted Weibull distribution.
The formulae come from the R library tolerance [1].