How to find the erro for fitted parameters?

22 次查看(过去 30 天)
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.

更多回答(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