Hi, all:
what is the code for displaying residual matrix for VAR?
I try to display the residual matrix for VAR, please see the following VAR code.
Thanks!
calendar 1959 1 4
allocate 2009:3
open data c:\users\lili\desktop\winrats\datas.xls
data(for=xls,org=col) / GDP Defl CPI FF TRE NB
SYSTEM(MODEL=CHAP2)
var GDP Defl CPI TRE NB FF
lags 1 to 13
end(system)
estimate(outsigma=v)
