Hello,
I am using following Multivariate GARCH instruction to estimate a GARCH model. I want to extract the estimated residual series stored in rv. Could you please guide me about how to do this?
Thanks.
----------------------------------
garch(model=garchm,mv=bekk,presample=cv0,$
rvectors=rv,hmatrices=h,$
uadjust=%pt(eps,t,rv(t)),hadjust=%pt(sqrth,t,%sqrt(%xdiag(h(t)))),$
pmethod=simplex,piters=20,init=%beta)
