Problem 44421. Portfolio diversification: choose your stocks !

we have the returns of 3 stocks for the last 4 years and we have to combine only 2 stocks that are less correlated. Example:
stock1=[0.1 0.3 0.22 -.15 ] ;
stock2=[0.3 0.4 -0.13 -0.22 ];
stock3=[0.6 -0.3 0.44 0.05];
So portfolio ={'stock2' 'stock3'} because they are less correlated than any other combination.

Solution Stats

41.51% Correct | 58.49% Incorrect
Last Solution submitted on Apr 06, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers20

Suggested Problems

More from this Author12

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!