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
Shape parameter c>0 and x>0 . Then
where γ is Euler’s constant.
Implementation: scipy.stats.invweibull