{ } Raw JSON

bundles / scipy latest / scipy / stats / _continuous_distns / weibull_min_gen

class

scipy.stats._continuous_distns:weibull_min_gen

source: /scipy/stats/_continuous_distns.py :2710

Signature

class   weibull_min_gen ( momtype = 1 a = None b = None xtol = 1e-14 badvalue = None name = None longname = None shapes = None seed = None )

Members

Summary

Weibull minimum continuous random variable.

Extended Summary

The Weibull Minimum Extreme Value distribution, from extreme value theory (Fisher-Gnedenko theorem), is also often simply called the Weibull distribution. It arises as the limiting distribution of the rescaled minimum of iid random variables.

%(before_notes)s

Notes

The probability density function for weibull_min is:

for , .

weibull_min takes c as a shape parameter for . (named in Wikipedia article and in numpy.random.weibull). Special shape values are and where Weibull distribution reduces to the expon and rayleigh distributions respectively.

Suppose X is an exponentially distributed random variable with scale s. Then Y = X**k is weibull_min distributed with shape c = 1/k and scale s**k.

%(after_notes)s

See also

exponweib
numpy.random.Generator.weibull
weibull_max

Aliases

  • scipy.stats._continuous_distns.weibull_min_gen