How to get the expected Hessian variance-covariance matrix from vgxvarx?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (4)
Nick Hobbs
el 28 de Oct. de 2015
0 votos
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?
Lisa J.
el 29 de Oct. de 2015
0 votos
Torsten
el 29 de Oct. de 2015
Spec = vgxset(...,'Qsolve',true);
Best wishes
Torsten.
1 comentario
Torsten
el 29 de Oct. de 2015
Then maybe you should contact MATLAB support to help you with this issue.
Best wishes
Torsten.
Categorías
Más información sobre Verification, Validation, and Test en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!