Does the function estimateFrontier find the global or local optimal portfolios?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Yosef Bisk
le 28 Juil 2017
Modifié(e) : Walter Roberson
le 31 Juil 2017
Does the estimateFrontier function in the financial toolbox find the global or local optimal portfolios?
0 commentaires
Réponse acceptée
Shruti Shivaramakrishnan
le 31 Juil 2017
Modifié(e) : Walter Roberson
le 31 Juil 2017
The following link provides more information about the portfolio optimization theory: https://www.mathworks.com/help/finance/portfolio-optimization-theory-mv.html
The solvers can be explicitly set as well depending on requirements. For example:
p = setSolver(p, 'fmincon', 'Algorithm', 'trust-region-reflective', 'Display', 'off');
display(p.solverOptions.Algorithm);
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Portfolio Optimization and Asset Allocation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!