Inverted Weibull Distribution#

There is one shape parameter c>0 and the support is x0 . Then

f(x;c)=cxc1exp(xc)F(x;c)=exp(xc)G(q;c)=(logq)1/c
h[X]=1+γ+γclog(c)

where γ is Euler’s constant.

Implementation: scipy.stats.invweibull