Normal Distribution
Motivation: why this matters in quant finance
The normal distribution is the benchmark law for additive uncertainty. It is not important because markets are exactly Gaussian; it is important because sums of many small shocks often look Gaussian, and because the Gaussian gives a clean baseline against which fat tails, skew, jumps, and volatility clustering can be seen.
In quant finance, the normal appears in three different jobs. Brownian increments are normal. Log-returns in the Black-Scholes model are normal. Regression errors and coefficient estimates are often analysed through Gaussian or near-Gaussian approximations. These are not the same application, so the lesson should not reduce the normal to one generic bell-curve story.
Definition
The standard normal is , with density and CDF :
Any normal variable can be standardised:
This is why probability tables, regression test statistics, and Black-Scholes terms all reduce to the same standard normal CDF.
Key Properties
The normal is symmetric, so and . Its MGF is
which gives the important identity
Independent linear combinations stay normal:
That closure is why Gaussian portfolio models are so tractable. It is also why they can become dangerously comfortable: tractability is not evidence that the tails are right.
In Quant Finance
A standard Brownian motion satisfies
Under geometric Brownian motion,
ISL's regression examples use normal errors as a model for random noise around a systematic relationship. In finance this is the same diagnostic idea: explain the signal, then inspect whether the residual distribution is close enough to Gaussian for the intended use.
Worked Example: Gaussian VaR
If daily portfolio return is , the 99% one-day loss quantile is
A five-sigma daily loss has probability about under this model. If such events occur every few years, the problem is not arithmetic; it is the Gaussian tail assumption.
Common Confusions and Pitfalls
Where This Goes Next
- Log-Normal Distribution: exponentiating a normal gives the positive price distribution in Black-Scholes.
- Student's t-Distribution: keeps the bell-shaped centre but thickens the tails.
- Chi-Squared and Related Distributions: sums of squared normals drive variance estimation and the statistic.
- Central Limit Theorem: explains why Gaussian limits appear so often.
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 31-33, for approximation discipline and the habit of checking what the model is counting.
- James, Witten, Hastie, and Tibshirani, An Introduction to Statistical Learning, 2nd ed., Ch. 3, for Gaussian errors, standard errors, confidence intervals, and -statistics.