フィルターのクリア

Using nlparci and getting the error Cannot compute confidence intervals for complex values

5 ビュー (過去 30 日間)
Senaasa
Senaasa 2013 年 6 月 16 日
Hi,
I'm trying to get the confidence intervals using the following code:
options=optimset('display','iter', 'MaxIter', 500000,'TolX',1e-12,'TolFun',1e-12);
[d1,resnorm,residual,outputinfo,jacobian]=lsqnonlin('fitsTestPowerLaw',Eparams,lb,ub,options);
%fitsTestPowerLaw(Eparams)
ci=nlparci(d1,residual,'jacobian',jacobian,'alpha',0.05);
And I keep getting the error Cannot compute confidence intervals for complex values. If I look at the workspace, d1 and the residuals have no complex values, and just in case I've used the function real on both d1 and residual, but still no luck. Thanks, Charles

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Curve Fitting Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by