References for methods?
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 25 Fév 2019
For which routines? 6 references for lsqcurvefit
Stephen
le 25 Fév 2019
Walter Roberson
le 25 Fév 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
le 26 Fév 2019
Walter Roberson
le 26 Fév 2019
Réponses (0)
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!