Can I plot confidence bound for function in robust curve fitting?
1 回表示 (過去 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!
0 件のコメント
回答 (1 件)
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.]
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!