specifies the order of the process or the subset of ARCH terms to be fitted. This option is required in the GARCH statement. For example, you can specify the Q=(2) option. The Q=2 option is equivalent
to the Q=(1,2) option.
For the VAR(1)–ARCH(1) model,
model y1 y2 / p=1;
garch q=1 form=bekk;
For the multivariate GARCH(1,1) model,
model y1 y2;
garch q=1 p=1 form=ccc;
Other multivariate GARCH-type models are
model y1 y2 = x1 / xlag=1;
garch q=1;
model y1 y2 / q=1;
garch q=1 p=1;
See the section Multivariate GARCH Modeling for details.