Log-Normal Distribution
Motivation: why this matters in quant finance
The log-normal distribution is the distribution of a positive quantity whose logarithm is normal. That is the right shape for a price model built from multiplicative compounding. Returns over short intervals multiply wealth; logs convert that product into a sum.
This makes the log-normal the distribution of prices in the Black-Scholes framework. It also teaches a broader modelling lesson: a transformation can change the meaning of parameters. The mean of is not the mean of .
Definition
Equivalently, with . Its density is
The CDF is a normal CDF after taking logs:
Key Properties
The central tendency measures separate:
Thus mode < median < mean. A few very large upside outcomes pull the mean above the typical path.
The variance is
Products are closed: if independent log-normal variables have log-parameters , their product is log-normal with log-mean and log-variance . Sums are not closed, which is why portfolios of log-normal asset values often require approximation or simulation.
In Quant Finance
Therefore is log-normal. Under the risk-neutral measure, replace by :
The Black-Scholes formula is a discounted expectation under this distribution. The and terms are normal-CDF calculations created by the log-normal terminal price.
ISL's additive Gaussian error setup is a useful contrast. Regression noise is often modelled as additive; asset prices are often modelled through multiplicative shocks. Choosing levels or logs is a modelling decision, not a formatting choice.
Worked Example: Mean versus Median Price
Let , , , and . Then
while the median is
The expected price is much higher than the median because the distribution is right-skewed.
Common Confusions and Pitfalls
Where This Goes Next
- Normal Distribution: all log-normal calculations reduce to normal calculations in log-space.
- The Black-Scholes formula: prices options by integrating a payoff against a log-normal terminal stock price.
- Binomial Tree Model: discrete multiplicative trees converge toward log-normal terminal prices.
References
- Bertsekas and Tsitsiklis, Introduction to Probability, 2nd ed., Ch. 3 Sec. 3.3 and Ch. 4 Sec. 4.4.
- Mosteller, Fifty Challenging Problems in Probability, Problems 40-43, for transformed positive quantities and expectation after random construction.
- James, Witten, Hastie, and Tibshirani, An Introduction to Statistical Learning, 2nd ed., Ch. 3, for additive Gaussian modelling as a contrast to multiplicative log-normal modelling.