VAR-GARCH
Re: VAR-GARCH
A VAR-GARCH is primarily a GARCH model rather than a VAR. There are quite a few examples in the ARCH/GARCH models forum. The standard RATS GARCHMV.RPF example also includes one. Look for
Code: Select all
*
* VAR(1) model for the mean, BEKK for the variance
*
system(model=var1)
variables xjpn xfra xsui
lags 1
det constant
end(system)
garch(p=1,q=1,model=var1,mv=bekk,pmethod=simplex,piters=10)