Factsheet: Lognormal distribution

Statistics
Author

Michelle Arnetta and Tom Coleman

Summary
A factsheet for the lognormal distribution.
Lognormal Distribution Calculator
Parameters
0.0
0.5

Probability to calculate:
2.0
Lognormal distribution plot
Lognormal(μ = 0.0, σ = 0.5)
Results

Where to use: The lognormal distribution is used to model continuous random variables with values that are both real and non-negative, wherein the logarithms of these variables follow a normal distribution. That is to say, if the random variable \(X\) is lognormally distributed, then the random variable \(Y = \ln(X)\) is normally distributed (where \(\ln\) is the natural logarithm).

Notation: \(X \sim \textrm{Lognormal}(\mu,\sigma^2)\)

Parameters: As with the normal distribution, two numbers \(\mu\) and \(\sigma^2\) where:

Quantity Value Notes
Mean \(\mathbb{E}(X) = \exp(\mu+\frac{\sigma^2}{2})\) \(\exp(y) = e^y\)
Variance \(\mathbb{V}(X) = [\exp(\sigma^2)-1]\exp(2\mu+\sigma^2)\) \(\exp(y) = e^y\)
PDF \(\mathbb{P}(X=x)=\dfrac{1}{x\sigma\sqrt{2\pi}}\exp\left(-\dfrac{(\ln(x)-\mu)^2}{2\sigma^2}\right)\) \(\exp(y) = e^y\)
CDF \(\displaystyle\mathbb{P}(X\leq x)=\dfrac{1}{2}\left[1+\textrm{erf}\left(\dfrac{\ln(x)-\mu}{\sigma\sqrt{2}}\right)\right]\) \(\textrm{erf}(x)\) is the error function of \(x\)

Example: The logarithms of Cantor’s Confectionery’s stock prices follow a normal distribution. The mean of the stock prices’ natural logarithms is \(8.01\), whereas the variance of the stock prices’ natural logarithms is \(3\). This can be expressed as \(X \sim \textrm{Lognormal}(8.01, 3)\), meaning the logarithm of the location parameter is \(8.01\) and the logarithm of scale parameter is \(3\).

Further reading

This interactive element appears in Overview: Probability distributions. Please click this link to go to the guide.

Version history

v1.0: initial version created 04/25 by tdhc and Michelle Arnetta as part of a University of St Andrews VIP project.

This work is licensed under CC BY-NC-SA 4.0.

Feedback

Your feedback is appreciated and useful. Feel free to leave a comment here,
but please be specific with any issues you encounter so we can help to resolve them
(for example, what page it occured on, what you tried, and so on).