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).
Inverted Weibull Distribution¶
Shape parameter c>0 and x>0 . Then
f(x;c)=cx−c−1exp(−x−c)F(x;c)=exp(−x−c)G(q;c)=(−logq)−1/c
h[X]=1+γ+γc−log(c)
where γ is Euler’s constant.
Implementation: scipy.stats.invweibull