Free preview

Random Variables and Distributions

Quantitative finance models uncertain quantities as random variables: tomorrow's return, the number of defaults in a portfolio, the time until the next trade. The modelling work is not deriving the distribution, it is choosing one, and the choice is usually forced by what the quantity physically cannot do rather than by what the data looks like.

Let the constraint pick the distribution

Returns: normal, approximately. Symmetric, defined on the whole real line, and justified by the central limit theorem if a return aggregates many small independent effects. Convenient because sums of normals are normal, so a portfolio of jointly normal assets is itself normal and needs no new machinery.

Prices: lognormal. A price cannot go negative, which rules out a normal immediately. If log returns are normal then the price is lognormal, which respects positivity and captures the multiplicative nature of compounding. This is the assumption behind Black-Scholes.

Up-down moves: binomial. Discrete steps, which is the basis of the binomial tree.

Defaults and rare events: Poisson. Counting infrequent events over a fixed period.

Waiting times: exponential. Time until the next trade, or the next default.

Key takeaway

Start from what the quantity cannot do. Prices cannot go negative, so they are lognormal. Counts are non-negative integers, so they are Poisson. Durations cannot be negative, so they are exponential or gamma. The constraint picks the family; the data only calibrates it.

The normal-to-lognormal step, in one line

The pairing of "normal returns, lognormal prices" is stated so often that its content gets lost. It is just a change of variable.

If the log return over a period is R=ln(ST/S0)R = \ln(S_T/S_0) and RN(μ,σ2)R \sim \mathcal{N}(\mu, \sigma^2), then

ST=S0eRS_T = S_0 e^{R}

and an exponential of a normal is lognormal by definition. Positivity is automatic, since eR>0e^R > 0 whatever RR does.

One consequence catches people out. Because the exponential is convex, Jensen's inequality puts the mean above the median:

E[ST]=S0eμ+12σ2E[S_T] = S_0\,e^{\mu + \frac{1}{2}\sigma^2}

That 12σ2\frac{1}{2}\sigma^2 is not a rounding term. It is the reason the drift in geometric Brownian motion has a variance correction in it, and the reason a typical path ends below the expected value. Most outcomes are below average, and the average is pulled up by a thin right tail.

Where the normal assumption fails

Financial returns have fat tails and negative skew. Extreme moves occur far more often than a normal predicts, and downside moves are sharper than upside ones.

Worked example: how wrong is the tail?

Take a stock with 1% daily volatility. A 5% move is a 5-sigma day. Under normality, a move of that size or larger in either direction has probability

P(Z>5)5.7×107P(|Z| > 5) \approx 5.7 \times 10^{-7}

which is about one trading day in 1.7 million, or once every 7,000 years.

Major equity indices have delivered several since 1987. The model is not slightly miscalibrated in the tail; it is wrong by three or four orders of magnitude, and every risk number built on it inherits that error.

This is why a model assuming normality prices tail risk far too cheaply, and why the volatility smile exists at all: it is the options market stating, in prices, that it does not believe the assumption.

The usual repairs, in increasing order of cost: the t-distribution buys fatter tails for one extra parameter, jump diffusion adds discrete shocks and generates steep short-dated skew, and stochastic volatility makes σ\sigma itself random, which produces smiles naturally and fits their dynamics better.

The practical stance

Use the normal for intuition, for the central limit theorem, and for anything depending on the centre of a distribution. Do not use it for tails, and say so explicitly whenever a result rests on one.

That distinction, between results driven by the body of a distribution and results driven by its tail, is the most useful single habit in applied quantitative finance, and it is the one that separates a model being wrong from a model being dangerous.

Tip

When you meet a risk number, ask which part of the distribution produced it. A Sharpe ratio is a body statistic and survives fat tails reasonably well. A 99% VaR is a tail statistic and does not.

Test your knowledge

Returns are commonly modelled as normal, but prices are modelled as lognormal. What drives that difference?
A risk model assumes returns are normally distributed. Which of the following uses of it should worry you most?

Keep reading Basics of Quantitative Finance

23 lessons in this course, and every other premium course, on one subscription.

  • Every lesson in every course, with the worked examples and interactive simulators
  • Graded questions on every lesson, with explanations for the wrong answers as well as the right one
  • The trainers, timed assessments and brainteaser library that go with them