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 CenterFile Exchange에서 Get 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