How to get the expected Hessian variance-covariance matrix from vgxvarx?
이전 댓글 표시
I wish to perform a Wald test on a VAR model and I need the parameter covariance estimate. On the page http://de.mathworks.com/help/econ/model-comparison-tests.html I read the following: "The estimation function for multivariate models, vgxvarx, returns the expected Hessian variance-covariance matrix". However, I can only find the standard errors in EstStdErrors. How to get the expected Hessian variance-covariance matrix from vgxvarx?
채택된 답변
추가 답변 (4개)
Nick Hobbs
2015년 10월 28일
0 개 추천
When I follow the example on the 'vgxvarx' documentation page at the following link.
When I check 'EstSpec' I see an item called 'Q' which is labeled as a 'covariance matrix'. Is this the information you are looking for?
Torsten
2015년 10월 29일
Spec = vgxset(...,'Qsolve',true);
Best wishes
Torsten.
댓글 수: 1
Torsten
2015년 10월 29일
Then maybe you should contact MATLAB support to help you with this issue.
Best wishes
Torsten.
카테고리
도움말 센터 및 File Exchange에서 Verification, Validation, and Test에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!