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σx√2πexp[−12(logxσ)2]F(x;σ)=Φ(logxσ)G(q;σ)=exp{σΦ−1(q)}
μ=exp(σ2/2)μ2=exp(σ2)[exp(σ2)−1]γ1=√p−1(2+p)γ2=p4+2p3+3p2−6p=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