How to find the erro for fitted parameters?

22 ビュー (過去 30 日間)
John
John 2017 年 11 月 15 日
コメント済み: Star Strider 2017 年 11 月 15 日
When using 'lsqnonlin', 'lsqcurvefit', 'fitnlm', 'nlinfit', etc.. It produces optimized parameters. How to find the error of these parameters to report results like a+/- da; b +/- db ( da and db here)? Thanks.

採用された回答

Star Strider
Star Strider 2017 年 11 月 15 日
To get parameter confidence limits on a nonlinear regression, use the nlparci (link) function.
To get confidence intervals on the fit (prediction), use the nlpredci (link) function.
  2 件のコメント
John
John 2017 年 11 月 15 日
Thanks Star!
Star Strider
Star Strider 2017 年 11 月 15 日
My pleasure!

サインインしてコメントする。

その他の回答 (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