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).
Wald Distribution¶
Special case of the Inverse Normal with shape parameter set to 1.0 . Defined for x>0 .
f(x)=1√2πx3exp(−(x−1)22x).F(x)=Φ(x−1√x)+exp(2)Φ(−x+1√x)G(q;μ)=F−1(q;μ)
μ=1μ2=1γ1=3γ2=15md=12(√13−3)
Implementation: scipy.stats.wald