I used this code and just want to export residuals, then in R-program calculate standardized residuals!
Code: Select all
garch(p=1,q=1,model=var1,mv=CC,variance=varma,pmethod=simplex,piters=5,rvectors=rd,hmatrices=hh, MVHSERIES=VarmaHmatrix ) gstart gend O 22
EWISE X(t)=rd(t)
## SX11. Identifier X is Not Recognizable. Incorrect Option Field or Parameter Order?
>>>>EWISE X(<<<<
Moreover, I used this code as you said
Code: Select all
garch(p=1,q=1,model=var1,mv=CC,variance=varma,pmethod=simplex,piters=5,rvectors=rd,hmatrices=hh, MVHSERIES=VarmaHmatrix )
dec vect[series] zu(%nvar)
do time=%regstart(),%regend()
compute %pt(zu,time,%solve(%decomp(hh(time)),rd(time)))
end do time
@mvqstat(lags=40)
# zu
the second code calculates standardized residuals(?!) but this results (with RATS 8.0) differ from the ones I calculated with RATS 9.0 option.