gemseo.uncertainty.statistics.tolerance_interval.uniform module#

Computation of tolerance intervals from a data-fitted uniform distribution.

class UniformToleranceInterval(size, minimum, maximum)[source]#

Bases: BaseToleranceInterval

Computation of tolerance intervals from a data-fitted uniform distribution.

The formulae come from the R library tolerance [1].

Parameters:
  • size (int) -- The number of samples.

  • minimum (float) -- The estimation of the lower bound of the uniform distribution.

  • maximum (float) -- The estimation of the upper bound of the uniform distribution.