References for methods?
이전 댓글 표시
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
2019년 2월 25일
For which routines? 6 references for lsqcurvefit
Stephen
2019년 2월 25일
Walter Roberson
2019년 2월 25일
% 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
2019년 2월 26일
Walter Roberson
2019년 2월 26일
답변 (0개)
카테고리
도움말 센터 및 File 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!