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).
Reciprocal Inverse Gaussian Distribution¶
The pdf is found from the inverse gaussian (IG), fRIG(x;μ)=1x2fIG(1x;μ) defined for x≥0 as
fIG(x;μ)=1√2πx3exp(−(x−μ)22xμ2).FIG(x;μ)=Φ(1√xx−μμ)+exp(2μ)Φ(−1√xx+μμ)
fRIG(x;μ)=1√2πxexp(−(1−μx)22xμ2)FRIG(x;μ)=1−FIG(1x,μ)=1−Φ(1√x1−μxμ)−exp(2μ)Φ(−1√x1+μxμ)
Implementation: scipy.stats.recipinvgauss