Skip to main content

Lognormal Distribution

NIST/SEMATECH Section 1.3.6.6.9 Lognormal Distribution

PDF

LogN(0, 1) PDF 0 2 4 6 8 10 12 14 16 18 20 x 0 0.2 0.4 0.6 f(x)

CDF

LogN(0, 1) CDF 0 2 4 6 8 10 12 14 16 18 20 x 0 0.2 0.4 0.6 0.8 1 F(x)

Interactive Explorer

PDF

CDF

Formulas

Probability Density Function

f(x)=1xσ2πexp ⁣((lnxμ)22σ2),x>0f(x) = \frac{1}{x\sigma\sqrt{2\pi}} \exp\!\left(-\frac{(\ln x - \mu)^2}{2\sigma^2}\right), \quad x > 0

Cumulative Distribution Function

F(x)=12[1+erf ⁣(lnxμσ2)]F(x) = \frac{1}{2}\left[1 + \operatorname{erf}\!\left(\frac{\ln x - \mu}{\sigma\sqrt{2}}\right)\right]

Properties

Mean

eμ+σ2/2e^{\mu + \sigma^2/2}

Variance

(eσ21)e2μ+σ2(e^{\sigma^2} - 1)\,e^{2\mu + \sigma^2}

Overview

The lognormal distribution describes a random variable XX whose logarithm lnX\ln X is normally distributed with parameters μ\mu and σ\sigma. It is commonly used to model positive-valued data with right skew, such as income, stock prices, and particle sizes.

Related Distributions