MVARCHTEST—multivariate test for GARCH effects

Use this forum to post complete RATS "procedures". Please be sure to include instructions on using the procedure and detailed references where applicable.
Post Reply
TomDoan
Posts: 7822
Joined: Wed Nov 01, 2006 4:36 pm

MVARCHTEST—multivariate test for GARCH effects

Post by TomDoan »

@MVARCHTEST is a procedure for testing a set of series for multivariate ARCH effects. The null is that the series are mean zero, not serially correlated and with a fixed covariance matrix. It performs an LM by regressing the crossproducts of the series (that is u(i,t) x u(j,t) for all combinations of i and j) on a constant and its lag(s) and testing the coefficients on the lags. The number of degrees of freedom is

(n(n+1)/2)^2 x the number of lags

since it is including all crossproducts on all crossproducts.

Detailed description


Last bumped by TomDoan on Sat Jul 07, 2018 11:44 am.
Post Reply