Confidence index of lsqcurvefit?

20 ビュー (過去 30 日間)
Jonathan
Jonathan 2012 年 7 月 2 日
Hi,
I am using the lsqcurvefit function in a model, and am wondering what the default confidence index is for the coefficients that the lsqcurvefit spits out. ( x = lsqcurvefit(@myFun,x0,x,y,lb,ub,options) I have looked through the options and cannot seem to find something that will give me a confidence index of the coefficients.
Thank you in advance for any help

採用された回答

Star Strider
Star Strider 2012 年 7 月 2 日
編集済み: Star Strider 2012 年 7 月 2 日
The output of 'lsqcurvefit' will not give you confidence limits on the estimated parameters. You have to use 'nlparci' to calculate them. (It defaults to 95% confidence limits, but you can change those.) You can also use 'nlpredci' to get confidence intervals on the fitted curve.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by