Perform Information Ratio Maximization

I have a problem with this function
objFun = @(targetReturn) -infoRatioTargetReturn(targetReturn,pAct); options = optimset('TolX',1.0e-8); [optPortRetn, ~, exitflag] = fminbnd(objFun,0,max(portRetnAct),options);
[optInfoRatio,optWts] = infoRatioTargetReturn(optPortRetn,pAct); optPortRisk = estimatePortRisk(pAct,optWts)
Error messege:
Error in @(targetReturn)-infoRatioTargetReturn(targetReturn,pAct)
Error in fminbnd (line 228) x= xf; fx = funfcn(x,varargin{:});

답변 (0개)

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2018년 9월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by