Modern Portfolio Theory-Effect of Diversification on the Optimal Portfolio-Portfolio Management in Python
Posted on January 31, 2021
In the previous installments, we presented the concept of Modern Portfolio Theory. We also provided an optimization algorithm, written in Python, for searching for the optimal portfolio. To continue, we are going to perform some numerical experiments. Specifically, we are going to use the portfolio optimization program developed in the …