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:
WeibullToleranceInterval
Computation 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:
BaseToleranceInterval
Computation of tolerance intervals from a data-fitted Weibull distribution.
The formulae come from the R library tolerance [1].