Correlation and Covariance: Definitions and Calculation
Covariance measures how two assets' returns move together: Cov(A,B) = E[(Rₐ - μₐ)(Rᵦ - μᵦ)], where μ is the mean return. Positive covariance means the assets tend to move in the same direction; negative covariance means they move opposite. Covariance is hard to interpret in isolation because its magnitude depends on the units of each variable. Correlation standardizes this: ρ(A,B) = Cov(A,B) / (σₐ × σᵦ), producing a dimensionless measure between -1.0 and +1.0. A correlation of +1.0 means perfect positive co-movement; -1.0 is perfect negative (perfect hedge); 0 means no linear relationship.
In portfolio construction: Portfolio Variance = w₁²σ₁² + w₂²σ₂² + 2w₁w₂σ₁σ₂ρ₁₂. The correlation term ρ₁₂ is the key driver of diversification benefit. When ρ = 0, the cross-term disappears and portfolio variance is simply the weighted average of individual variances. When ρ < 0, the cross-term subtracts from portfolio variance — providing genuine risk reduction. This formula shows mathematically why combining even moderately correlated assets (ρ = 0.5) still reduces portfolio variance below the simple weighted average of component variances.