필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
silicon
silicon 2013년 9월 11일
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