Quant GT
Browse all lessons
Section 4 · Lesson 4.4

Expectation, Variance, and Moments

Summarizing a distribution with a few key numbers.

Distributions are infinite-dimensional objects, but a handful of summary statistics — the moments — capture most of what we usually need.

The kk-th raw moment is E[Xk]E[X^k]. The kk-th central moment is E[(Xμ)k]E[(X - \mu)^k]. Four of them dominate everyday work:

Mean (1st moment): μ=E[X]\mu = E[X] — where the distribution is centered.Variance (2nd central moment): σ2=E[(Xμ)2]\sigma^2 = E[(X - \mu)^2] — how spread out it is.Skewness: E[(Xμ)3]/σ3E[(X - \mu)^3] / \sigma^3 — asymmetry. Positive skew means a right tail.Kurtosis: E[(Xμ)4]/σ4E[(X - \mu)^4] / \sigma^4 — tail heaviness. The Normal has kurtosis 33; "excess kurtosis" subtracts 33 for easier comparison.

In finance, asset return distributions are routinely summarized this way. Equity returns exhibit negative skew (bigger drawdowns than rallies of the same magnitude) and substantial excess kurtosis (fat tails). Risk models that ignore the higher moments will systematically underprice tail risk.