Does the function estimateFrontier find the global or local optimal portfolios?

조회 수: 1 (최근 30일)
Does the estimateFrontier function in the financial toolbox find the global or local optimal portfolios?

채택된 답변

Shruti Shivaramakrishnan
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개)

카테고리

Help CenterFile 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!

Translated by