Loading [MathJax]/jax/output/HTML-CSS/jax.js
SciPy

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

Log Normal (Cobb-Douglass) Distribution

Has one shape parameter σ >0. (Notice that the “Regress “A=logS where S is the scale parameter and A is the mean of the underlying normal distribution). The standard form is x>0

f(x;σ)=1σx2πexp[12(logxσ)2]F(x;σ)=Φ(logxσ)G(q;σ)=exp{σΦ1(q)}
μ=exp(σ2/2)μ2=exp(σ2)[exp(σ2)1]γ1=p1(2+p)γ2=p4+2p3+3p26p=eσ2

Notice that using JKB notation we have θ=L, ζ=logS and we have given the so-called antilognormal form of the distribution. This is more consistent with the location, scale parameter description of general probability distributions.

h[X]=12[1+log(2π)+2log(σ)].

Also, note that if X is a log-normally distributed random-variable with L=0 and S and shape parameter σ. Then, logX is normally distributed with variance σ2 and mean logS.

Implementation: scipy.stats.lognorm