Hello everyone,
In the forum, it has been explained in order to run VAR-BEKK GARCH Model, the code is:
Code: Select all
system(model=varmodel)
variables y1 y2
lags 1 to number_of_lags_you_want
det constant
end(system)
*
garch(model=varmodel,mv=bekk,method=bfgs)
I have variables from X1, X2, ..... , Xn and i need to run pairwise-bivariate VAR(1)-BEKK GARCH(1,1) model with assumed one lag for each variables (Example: X1 and X2, X1 and X3,....... ,Xn-1 and xn). I am very new to RATS so i am not familiar with how the looping code works and i have been looking at the instructions manual but i have a difficult time to understand it as i have little experience with programming even with other stat programs
Can anyone help me on this?
Thank you for the assistance beforehand