필터 지우기
필터 지우기

How to calculate CVaR in function Portfolio

조회 수: 1 (최근 30일)
Ale
Ale 2014년 5월 28일
Hi everyone,
I have a part of code like this:
pMarkowitz = Portfolio('assetmean', m, 'assetcovar', c, 'lowerbudget', 1, 'upperbudget', 1, 'lowerbound', 0);
pwgt_Markowitz = pMarkowitz.estimateFrontierLimits('Min');
How can I calculate the CVaR of my portfolio?
Is there something already built in Matlab or is mandatory to write a new function?? Could you help me with that??
Thanks a lot to everyone!

답변 (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