This is documentation for an old release of SciPy (version 0.18.1). 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σ))c−1F(x;σ,c)=1−(Φ(−logxσ))cG(q;σ,c)=exp[−σΦ−1[(1−q)1/c]]
μ′n=∫10exp[−nσΦ−1(y1/c)]dy
μ=μ′1μ2=μ′2−μ2γ1=μ′3−3μμ2−μ3μ3/22γ2=μ′4−4μμ3−6μ2μ2−μ4μ22−3
This distribution reduces to the log-normal distribution when c=1.
Implementation: scipy.stats.powerlognorm