{ } Raw JSON

bundles / scipy latest / scipy / stats / _continuous_distns / weibull_max_gen

class

scipy.stats._continuous_distns:weibull_max_gen

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

Signature

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

Members

Summary

Weibull maximum continuous random variable.

Extended Summary

The Weibull Maximum Extreme Value distribution, from extreme value theory (Fisher-Gnedenko theorem), is the limiting distribution of rescaled maximum of iid random variables. This is the distribution of -X if X is from the weibull_min function.

%(before_notes)s

Notes

The probability density function for weibull_max is:

for , .

weibull_max takes c as a shape parameter for .

%(after_notes)s

See also

weibull_min

Aliases

  • scipy.stats._continuous_distns.weibull_max_gen