Perform Information Ratio Maximization

1 次查看(过去 30 天)
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 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Translated by