Lesson 2.4: Capstone 1 - The MVN in Action: Portfolio Theory
It's time for the payoff. This lesson applies the Multivariate Normal theory to solve the most fundamental problem in modern finance: calculating the expected return and risk (volatility) of a diversified portfolio. We will use the mean vector and covariance matrix to see, mathematically, why diversification works.
Part 1: Setting the Stage
An investor wants to build a portfolio with two stocks: a tech company (T) and a utility company (U). From historical data, we assume their annual returns are jointly Multivariate Normal.
The Parameters of Our System
The system is described by a mean vector and a covariance matrix .
Mean Vector (): Expected Returns
(Tech: 12% expected return, Utility: 6%)
Covariance Matrix (): Risk & Interaction
(Tech Vol: 20%, Utility Vol: 10%)
The investor decides on a simple 50/50 portfolio. This is our **weights vector**, :
The portfolio return, , is a linear combination of the asset returns: .
Part 2: Calculating Portfolio Return and Risk
Formula: Expected Portfolio Return
Let's calculate it for our portfolio:
The expected return of our 50/50 portfolio is 9%, which is simply the weighted average of the individual expected returns.
Formula: Portfolio Variance
Let's calculate the risk of our portfolio:
First, multiply the first two matrices:
Now, multiply the result by the final vector:
Our portfolio variance is . To make it interpretable, we find the standard deviation (volatility):
The volatility of our portfolio is 12.45%.
Let's compare this to the simple weighted average of the individual volatilities:
Our portfolio's risk (12.45%) is LESS than the average risk of its components (15%)!
This "free lunch" is **diversification**. The positive but low covariance () means the assets don't move perfectly together. When one goes down, the other might only go down a little, or even go up, smoothing out the ride. The covariance matrix, , is what mathematically captures this effect.
What's Next? Deeper Theory & The 'Sampling' Family
We've successfully applied the MVN to a real-world problem. This completes our foundational study of the Normal distribution family in its purest form.
Now, we must turn to a new set of distributions that arise not from natural phenomena, but from the process of **sampling data**. To understand how we test hypotheses, we must first meet the distributions that govern our test statistics.
In the next lesson, we begin our study of the "sampling distributions" by meeting the parent of them all: the **Chi-Squared (χ²) Distribution**.