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