Can I plot confidence bound for function in robust curve fitting?

3 次查看(过去 30 天)
Matlab can plot confidence bound for function in lest square curve fitting. Can matlab plot confidence bound for function in robust fitting also?
Thanks!

回答(1 个)

the cyclist
the cyclist 2013-9-11
编辑:the cyclist 2013-9-11
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.]

类别

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