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
Special case of the Inverse Normal with shape parameter set to 1.0 . Defined for x>0 .
Implementation: scipy.stats.wald