Chi-Squared and Related Distributions
Motivation: why this matters in quant finance
The chi-squared distribution is what appears when Gaussian shocks are squared and added. Squaring removes sign and measures magnitude, so chi-squared variables naturally arise in variance estimation, residual diagnostics, goodness-of-fit tests, and positive stochastic state variables.
In finance, this gives two roles: statistical testing and positive diffusion modelling. Sample variance theory uses chi-squared variables. CIR short rates and Heston variance transitions use non-central chi-squared laws.
Definition
If are independent standard normals, then
Its density is
A non-central chi-squared variable arises from squaring normals with nonzero means:
Key Properties
For ,
If independent , then . The MGF is
Related distributions are built from chi-squared variables:
| Distribution | Construction |
|---|---|
| Exponential | |
| Student's | |
| Gamma |
In Quant Finance
If and is the sample variance, then
This is the exact Gaussian theory behind volatility confidence intervals.
For goodness-of-fit, Pearson's statistic
measures whether observed bin counts match model probabilities. VaR exception backtests and distributional diagnostics often use this logic.
For the CIR/Heston variance process,
the transition law is scaled non-central chi-squared. The Feller condition is tied to the degrees-of-freedom parameter .
Worked Example: Variance Uncertainty
With Gaussian daily returns and sample volatility ,
Even if the Gaussian return model were correct, volatility estimated from one year of data would still have sampling uncertainty.
Common Confusions and Pitfalls
Where This Goes Next
- Student's t-Distribution: divides a normal by chi-squared scale uncertainty.
- Exponential Distribution: the special case.
- Moment-Generating Functions: prove additivity and gamma-family relationships.
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 27-30 and 45-46, for count and matching-problem intuition behind goodness-of-fit thinking.
- James, Witten, Hastie, and Tibshirani, An Introduction to Statistical Learning, 2nd ed., Ch. 3 and Ch. 7, for standard errors, and tests, and ANOVA output.