Processing math: 100%
SciPy

This is documentation for an old release of SciPy (version 0.19.0). Search for this page in the documentation of the latest stable release (version 1.15.1).

Fréchet (ExtremeLB, Extreme Value II, Weibull minimum) Distribution

A type of extreme-value distribution with a lower bound. Defined for x>0 and c>0

f(x;c)=cxc1exp(xc)F(x;c)=1exp(xc)G(q;c)=[log(1q)]1/c
μn=Γ(1+nc)
μ=Γ(1+1c)μ2=Γ(1+2c)Γ2(11c)γ1=Γ(1+3c)3Γ(1+2c)Γ(1+1c)+2Γ3(1+1c)μ3/22γ2=Γ(1+4c)4Γ(1+1c)Γ(1+3c)+6Γ2(1+1c)Γ(1+2c)Γ4(1+1c)μ223md=(c1+c)1/cmn=G(12;c)
h[X]=γclog(c)+γ+1

where γ is Euler’s constant and equal to

γ0.57721566490153286061.

Implementation: scipy.stats.frechet_r