フィルターのクリア

Perform Information Ratio Maximization

2 ビュー (過去 30 日間)
Luan Vardari
Luan Vardari 2018 年 9 月 14 日
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 Center および File ExchangeRobotics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by