Fréchet (left-skewed, Extreme Value Type III, Weibull maximum) Distribution¶
Defined for x<0 and c>0 .
f(x;c)=c(−x)c−1exp(−(−x)c)F(x;c)=exp(−(−x)c)G(q;c)=−(−logq)1/c
The mean is the negative of the right-skewed Frechet distribution given above, and the other statistical parameters can be computed from
μ′n=(−1)nΓ(1+nc).
h[X]=−γc−log(c)+γ+1
where γ is Euler’s constant and equal to
γ≈0.57721566490153286061.
Implementation: scipy.stats.frechet_l