Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
silicon
silicon am 11 Sep. 2013
Matlab can plot confidence bound for function in lest square curve fitting. Can matlab plot confidence bound for function in robust fitting also?
Thanks!

Antworten (1)

the cyclist
the cyclist am 11 Sep. 2013
Bearbeitet: the cyclist am 11 Sep. 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.]

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by