Symbolic Derivatives for Econometric Tests

버전 1.4.0.1 (34.8 KB) 작성자: Alan Weiss
How to calculate derivatives required by Econometric Toolbox tests via Symbolic Math Toolbox
다운로드 수: 1.3K
업데이트 날짜: 2016/9/1

라이선스 보기

Two Econometrics Toolbox functions, lmtest and waldtest, require you to give derivative estimates or covariance estimates as inputs. How are you supposed to calculate those inputs? This demo shows how to calculate them using the Symbolic Math Toolbox jacobian function for gradients and covariances (via Hessians), and matlabFunction for turning those gradients and covariances into function handles or files.
The demo is similar in some ways to those showing how to use symbolic functions for optimization. The difference is largely that econometrics uses data. The demo shows how to use data as an input for econometrics functions symbolically.

인용 양식

Alan Weiss (2024). Symbolic Derivatives for Econometric Tests (https://www.mathworks.com/matlabcentral/fileexchange/25715-symbolic-derivatives-for-econometric-tests), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Econometrics Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Updated license

1.4.0.0

Converted to a Toolbox, to enable easy installation in R2014b and later.

1.3.0.0

Updated HTML files.

1.2.0.0

Showed how to use Statistics Toolbox to compute the same test.

1.1.0.0

Changed the copyright notice and added a trademark symbol.

1.0.0.0