Interactive Efficient Frontier Viewer

Efficient Frontier Viewer using nested functions
2,5K téléchargements
Mise à jour 15 mai 2006

Aucune licence

Demonstrates the use of MATLAB's nested functions to create graphical tools with little coding. This example creates an efficient frontier from supplied data (or generates random returns if no inputs are supplied) and then allows the user to move a crosshair along the efficient frontier to view the weights for the selected portfolio.

This example is similar in functionality to "Efficient Frontier GUI" but the code is less intimidating for new users. It invokes the "portopt" function from MATLAB's Financial Toolbox to create the efficient frontier.

Citation pour cette source

Paul Taylor (2024). Interactive Efficient Frontier Viewer (https://www.mathworks.com/matlabcentral/fileexchange/10949-interactive-efficient-frontier-viewer), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2006a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Portfolio Optimization and Asset Allocation dans Help Center et MATLAB Answers
Remerciements

Inspiré par : Efficient Frontier GUI

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

Improved description of application.