Covariance Matrix for VAR Parameters
-
BobR
- Posts: 5
- Joined: Tue May 20, 2014 10:06 am
Covariance Matrix for VAR Parameters
Is there a simple way to retrieve and display the covariance matrix for the parameters of an estimated VAR? Thanks in advance for the help.
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Covariance Matrix for VAR Parameters
This will compute it. Do could do a DISPLAY or an MEDIT to show it, though how useful that will be will obviously depend upon how large it is.
compute fullcov=%kroneker(%sigma,%xx)
compute fullcov=%kroneker(%sigma,%xx)