This is documentation for an old release of SciPy (version 0.18.1). Search for this page in the documentation of the latest stable release (version 1.15.1).
Gumbel Left-skewed (for minimum order statistic) Distribution¶
f(x)=exp(x−ex)F(x)=1−exp(−ex)G(q)=log(−log(1−q))
M(t)=Γ(1+t)
Note, that μ is negative the mean for the right-skewed distribution. Similar for median and mode. All other moments are the same.
h[X]≈1.0608407169541684911.
Implementation: scipy.stats.gumbel_l