Can I plot confidence bound for function in robust curve fitting?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Matlab can plot confidence bound for function in lest square curve fitting. Can matlab plot confidence bound for function in robust fitting also?
Thanks!
0 comentarios
Respuestas (1)
the cyclist
el 11 de Sept. de 2013
Editada: the cyclist
el 11 de Sept. de 2013
Yes, you can specify a model with robust fitting using the
LinearModel.fit
function, and then get confidence intervals using coefCI() method.
The details are here:
[This is in the Statistics Toolbox. I expect you may be asking about the Curve Fitting Toolbox, though, about which I know very little.]
0 comentarios
Ver también
Categorías
Más información sobre Interpolation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!