Older versions of the documentation had references to methods used. Is this information now hidden somewhere? I am particularly interested in references describing curve fitting and confidence intervals for fitted parameters.

댓글 수: 5

Walter Roberson
Walter Roberson 2019년 2월 25일
For which routines? 6 references for lsqcurvefit
Stephen
Stephen 2019년 2월 25일
Confit
% Covariance matrix of fitted parameters is
% V = inv(X'*X) * (sse/dfe)
% and the confidence intervals are
% b +/- sqrt(diag(V)) * tinv(1-(1-level)/2, dfe)
See toolbox/curvefit/curvefit/@cfit/confint.m
Stephen
Stephen 2019년 2월 26일
I was hoping for a reference to a paper or a book where this formula is derived.
Walter Roberson
Walter Roberson 2019년 2월 26일
There is a different phrasing over at stackexchange but it does not give a reference.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

제품

릴리스

R2018b

태그

질문:

2019년 2월 25일

댓글:

2019년 2월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by