| Description |
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. |
| Other Files |
license.txt, symbolic_econometric_tests.m, symbolic_econometric_tests.png, symbolic_econometric_tests_01.png, symbolic_econometric_tests_eq03455.png, symbolic_econometric_tests_eq08934.png, symbolic_econometric_tests_eq24873.png, symbolic_econometric_tests_eq34683.png, symbolic_econometric_tests_eq44020.png, symbolic_econometric_tests_eq45960.png, symbolic_econometric_tests_eq46610.png, symbolic_econometric_tests_eq87016.png, symbolic_econometric_tests_eq87919.png, symbolic_econometric_tests_eq89604.png, symbolic_econometric_tests_eq98545.png
|