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!