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))c−1F(x;c)=1−(Φ(−x))cG(q;c)=−Φ−1[(1−q)1/c]
μ′n=(−1)n∫10[Φ−1(y1/c)]ndy
μ=μ′1μ2=μ′2−μ2γ1=μ′3−3μμ2−μ3μ3/22γ2=μ′4−4μμ3−6μ2μ2−μ4μ22−3
For c=1 this reduces to the normal distribution.
Implementation: scipy.stats.powernorm