Quant GT
Browse all lessons
Section 12 · Lesson 12.2

Multivariate Normal

The most useful multivariate distribution, end to end.

The multivariate Normal N(μ,Σ)N(\mu, \Sigma) is the workhorse of high-dimensional statistics. Its density is

f(x)=1(2π)k/2Σ1/2exp ⁣(12(xμ)Σ1(xμ))f(x) = \frac{1}{(2\pi)^{k/2} |\Sigma|^{1/2}} \exp\!\left(-\frac{1}{2}(x - \mu)^\top \Sigma^{-1}(x - \mu)\right)

A vector XX is multivariate Normal iff every linear combination aXa^\top X is univariate Normal. This characterization makes the family closed under linear transformations: if XN(μ,Σ)X \sim N(\mu, \Sigma), then AX+bN(Aμ+b,AΣA)AX + b \sim N(A\mu + b, A\Sigma A^\top).

Conditional distributions are also Normal, with explicit formulas — partition XX into (X1,X2)(X_1, X_2) and the conditional X1X2X_1 \mid X_2 is Normal with a closed-form mean and covariance.

Joint Normality matters in finance because portfolio returns and factor models are routinely modeled this way. Real returns are heavier-tailed than Normal, but multivariate Normal is the baseline you build on.