Log-normal distribution

In probability and statistics, the log-normal distribution is the probability distribution of any random variable whose logarithm is normally distributed (the base of the logarithmic function is immaterial in that loga X is normally distributed if and only if logb X is normally distributed). If X is a random variable with a normal distribution, then exp(X) has a log-normal distribution.

"Log-normal" is also written "log normal" or "lognormal".

A variable might be modeled as log-normal if it can be thought of as the multiplicative product of many small independent factors. A typical example is the long-term return rate on a stock investment: it can be considered as the product of the daily return rates.

The log-normal distribution has probability density function

f(x) = \frac{1}{x \sigma \sqrt{2 \pi}} e^{-(\ln x - \mu)^2/2\sigma^2}

for x > 0, where μ and σ are the mean and standard deviation of the variable's logarithm. The expected value is

\mathrm{E}(X) = e^{\mu + \sigma^2/2}

and the variance is

\mathrm{var}(X) = (e^{\sigma^2} - 1) e^{2\mu + \sigma^2}.

Relationship to geometric mean and geometric standard deviation

The log-normal distribution, the geometric mean, and the geometric standard deviation are related. In this case, the geometric mean is equal to exp(μ) and the geometric standard deviation is equal to exp(σ).

If a sample of data is determined to come from a log-normally distributed population, the geometric mean and the geometric standard deviation may be used to estimate confidence intervals akin to the way the arithmetic mean and standard deviation are used to estimate confidence intervals for a normally distributed sample of data.


Confidence interval bounds log space geometric
3σ lower bound μ - 3σ \mu_{geo} / \sigma_{geo}^3
2σ lower bound μ - 2σ \mu_{geo} / \sigma_{geo}^2
1σ lower bound μ - σ μgeo / σgeo
1σ upper bound μ + σ μgeoσgeo
2σ upper bound μ + 2σ \mu_{geo} \sigma_{geo}^2
3σ upper bound μ + 3σ \mu_{geo} \sigma_{geo}^3


Where geometric mean μgeo = exp(μ) and geometric standard deviation σgeo = exp(σ)

See also

geometric mean, geometric standard deviation


de:logarithmische Normalverteilung it:Variabile casuale Logonormale

This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia article. Browse Wikipedia for more information.