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

1 visualización (últimos 30 días)
Does the estimateFrontier function in the financial toolbox find the global or local optimal portfolios?

Respuesta aceptada

Shruti Shivaramakrishnan
Shruti Shivaramakrishnan el 31 de Jul. de 2017
Editada: Walter Roberson el 31 de Jul. de 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);

Más respuestas (0)

Categorías

Más información sobre Portfolio Optimization and Asset Allocation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by