Exercise: Minimum-Variance Portfolio from a 3×3
Prerequisites: Covariance Matrices
Problem
Using the covariance matrix from the previous exercise:
find the minimum-variance portfolio subject to (full investment, no short-sale constraint).
-
Set up the optimisation: minimise subject to . Use a Lagrange multiplier to derive the closed-form solution
-
Compute numerically and then for this .
-
Compute the minimum-variance portfolio's variance and standard deviation (annualised volatility).
-
Interpret the weights. Compare the minimum-variance portfolio's weights to the equal-weighted portfolio . Which asset gets the largest weight, and why? (Hint: look at the diagonals of and the off-diagonals.)
Hint
For part 1: the Lagrangian is . First-order conditions give , so . The constraint determines .
Jump to the solution when you're ready.