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 个评论

% 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
I was hoping for a reference to a paper or a book where this formula is derived.
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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by