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)=cxc−1exp(−xc)F(x;c)=1−exp(−xc)G(q;c)=[−log(1−q)]1/c
μ′n=Γ(1+nc)
μ=Γ(1+1c)μ2=Γ(1+2c)−Γ2(1−1c)γ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)μ22−3md=(c1+c)1/cmn=G(12;c)
h[X]=−γc−log(c)+γ+1
where γ is Euler’s constant and equal to
γ≈0.57721566490153286061.
Implementation: scipy.stats.frechet_r