Does the function estimateFrontier find the global or local optimal portfolios?
1 回表示 (過去 30 日間)
古いコメントを表示
Yosef Bisk
2017 年 7 月 28 日
編集済み: Walter Roberson
2017 年 7 月 31 日
Does the estimateFrontier function in the financial toolbox find the global or local optimal portfolios?
0 件のコメント
採用された回答
Shruti Shivaramakrishnan
2017 年 7 月 31 日
編集済み: Walter Roberson
2017 年 7 月 31 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Portfolio Optimization and Asset Allocation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!