References for methods?
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 25 Feb. 2019
For which routines? 6 references for lsqcurvefit
Stephen
am 25 Feb. 2019
Walter Roberson
am 25 Feb. 2019
% 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
am 26 Feb. 2019
Walter Roberson
am 26 Feb. 2019
Antworten (0)
Kategorien
Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!