Compute Minimum Variance Portfolio
This post will describe how to compute the minimum variance portfolio. Minimum variance portfolio is closely related to the Maximum Sharpe Ratio Portfolio. Minimum variance Portfolio is just a special case of the Maximum Sharpe Ratio Portfolio, where the returns of each asset is assumed to be equal, then the optimiser simply focuses on the variances. If the asset returns are incorporated into the optimiser, it will incorporate both factors while computing the optimal result. Physical meaning: These three short videos offer an excellent explanation: 1. Video 1: https://www.youtube.com/watch?v=3SzYWjLDCSY 2. Video 2: https://www.youtube.com/watch?v=y-hADD-nwb4 3. Video 3: https://www.youtube.com/watch?v=fNIoVdDNFmk Practical use: Asset Managers can use this formula to determine the weightage in which they should hold different assets to minimise variance. What is the interesting is that we need only covariance matrix to compute the minimum variance portfolio. This ...