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).
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
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.
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