Skip to main content

TL;DR

Measures the linear relationship between two random variables: \( \text{Cov}(X,Y) = E[(X-E[X])(Y-E[Y])] = E[XY] - E[X]E[Y] \).

By Valenke Exam Prep Team·Last updated 2026-06-03

Covariance

Measures the linear relationship between two random variables: \( \text{Cov}(X,Y) = E[(X-E[X])(Y-E[Y])] = E[XY] - E[X]E[Y] \).

Why it matters for interviews

Central to portfolio theory, factor models, and correlation analysis. Understanding covariance matrices is essential for PCA, risk decomposition, and pairs trading strategies.

Definition and Mathematical Foundation

Measures the linear relationship between two random variables: \( \text{Cov}(X,Y) = E[(X-E[X])(Y-E[Y])] = E[XY] - E[X]E[Y] \).

Application in Quantitative Finance

Central to portfolio theory, factor models, and correlation analysis. Understanding covariance matrices is essential for PCA, risk decomposition, and pairs trading strategies.

Related Terms

Ready to practice for the Quant Trading Interview?

Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.

Start free practice →

Frequently Asked Questions

What is the difference between covariance and correlation?
Correlation normalizes covariance by the product of standard deviations: \( \rho = \text{Cov}(X,Y)/(\sigma_X \sigma_Y) \). Correlation is dimensionless and bounded between -1 and 1.
Does zero covariance imply independence?
No. Zero covariance means no linear relationship, but nonlinear dependencies can exist. For jointly normal variables, however, zero covariance does imply independence.
How is covariance estimated in practice?
Sample covariance uses \( \frac{1}{n-1}\sum(x_i - \bar{x})(y_i - \bar{y}) \). In high dimensions, shrinkage estimators (Ledoit-Wolf) or factor models are used to regularize noisy estimates.