Interactive Efficient Frontier Viewer

버전 1.0.0.0 (13.2 KB) 작성자: Paul Taylor
Efficient Frontier Viewer using nested functions
다운로드 수: 2.5K
업데이트 날짜: 2006/5/15

라이선스 없음

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.

인용 양식

Paul Taylor (2024). Interactive Efficient Frontier Viewer (https://www.mathworks.com/matlabcentral/fileexchange/10949-interactive-efficient-frontier-viewer), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Portfolio Optimization and Asset Allocation에 대해 자세히 알아보기
도움

받음: Efficient Frontier GUI

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Improved description of application.