Processing math: 100%
SciPy

This is documentation for an old release of SciPy (version 0.17.0). Search for this page in the documentation of the latest stable release (version 1.15.1).

Power Log Normal Distribution

A generalization of the log-normal distribution σ>0 and c>0 and x>0

f(x;σ,c)=cxσϕ(logxσ)(Φ(logxσ))c1F(x;σ,c)=1(Φ(logxσ))cG(q;σ,c)=exp[σΦ1[(1q)1/c]]
μn=10exp[nσΦ1(y1/c)]dy
μ=μ1μ2=μ2μ2γ1=μ33μμ2μ3μ3/22γ2=μ44μμ36μ2μ2μ4μ223

This distribution reduces to the log-normal distribution when c=1.

Implementation: scipy.stats.powerlognorm