Processing math: 100%
SciPy

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

Power Normal Distribution

A generalization of the normal distribution, c>0 for

f(x;c)=cϕ(x)(Φ(x))c1F(x;c)=1(Φ(x))cG(q;c)=Φ1[(1q)1/c]
μn=(1)n10[Φ1(y1/c)]ndy
μ=μ1μ2=μ2μ2γ1=μ33μμ2μ3μ3/22γ2=μ44μμ36μ2μ2μ4μ223

For c=1 this reduces to the normal distribution.

Implementation: scipy.stats.powernorm