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

This is documentation for an old release of SciPy (version 0.17.1). Search for this page in the documentation of the latest stable release (version 1.15.1).

Reciprocal Inverse Gaussian Distribution

The pdf is found from the inverse gaussian (IG), fRIG(x;μ)=1x2fIG(1x;μ) defined for x0 as

fIG(x;μ)=12πx3exp((xμ)22xμ2).FIG(x;μ)=Φ(1xxμμ)+exp(2μ)Φ(1xx+μμ)
fRIG(x;μ)=12πxexp((1μx)22xμ2)FRIG(x;μ)=1FIG(1x,μ)=1Φ(1x1μxμ)exp(2μ)Φ(1x1+μxμ)

Implementation: scipy.stats.recipinvgauss