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 CenterMATLAB Answers에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
0.01