Loading [MathJax]/jax/output/HTML-CSS/jax.js
SciPy

This is documentation for an old release of SciPy (version 0.18.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)=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