How to find the erro for fitted parameters?

22 visualizaciones (últimos 30 días)
John
John el 15 de Nov. de 2017
Comentada: Star Strider el 15 de Nov. de 2017
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.

Respuesta aceptada

Star Strider
Star Strider el 15 de Nov. de 2017
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 comentarios
John
John el 15 de Nov. de 2017
Thanks Star!
Star Strider
Star Strider el 15 de Nov. de 2017
My pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by