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
Walter Roberson 2019 年 2 月 25 日
For which routines? 6 references for lsqcurvefit
Stephen
Stephen 2019 年 2 月 25 日
Confit
Walter Roberson
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
Stephen 2019 年 2 月 26 日
I was hoping for a reference to a paper or a book where this formula is derived.
Walter Roberson
Walter Roberson 2019 年 2 月 26 日
There is a different phrasing over at stackexchange but it does not give a reference.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGet Started with Curve Fitting Toolbox についてさらに検索

製品

リリース

R2018b

タグ

質問済み:

2019 年 2 月 25 日

コメント済み:

2019 年 2 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by