varcov

バージョン 0.01 (2.53 KB) 作成者: Meade
Calculate the VARIANCE-COVARIANCE matrix from the outputs of the |fit| function.
ダウンロード: 19
更新 2019/8/5

ライセンスの表示

VARCOV calculates the variance-covariance matrix for a regression created with the Matlab |fit| function.
This matrix is not otherwise directly accessible through the |fit| function, though it is used in the lease-squares optimization and referenced in the documentation as well as in alternative fitting algorithms (like |nlinfit|).

This algorithm does NOT use the primary input-output scatter matrix to calculate and thus the output of VARCOV will be dependent on the goodness of fit of your regression. There are numerous alternatives to calculate this directly, i.e. |cov|.

For reasons that are unclear to me, the VARCOV is not available directly from the least-squares fitting algorithm used in |fit|. However, the relationship between the Jacobian and error Residuals is referenced in the documentation. Credit to Mark L. Stone on StackExchange for an excellent answer that provided the framework to figure this out.
<https://stats.stackexchange.com/users/78964/mark-l-stone), Relation between Covariance matrix and Jacobian in Nonlinear Least Squares, URL (version: 2016-08-27): https://stats.stackexchange.com/q/231886>

Feedback welcome.

引用

Meade (2024). varcov (https://www.mathworks.com/matlabcentral/fileexchange/72372-varcov), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2018a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
0.01