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).

Wald Distribution

Special case of the Inverse Normal with shape parameter set to 1.0 . Defined for x>0 .

f(x)=12πx3exp((x1)22x).F(x)=Φ(x1x)+exp(2)Φ(x+1x)G(q;μ)=F1(q;μ)
μ=1μ2=1γ1=3γ2=15md=12(133)

Implementation: scipy.stats.wald