Of the 60 series in my dataset, 26 don't exhibit an ARCH effect. I have first fitted an ARIMA model (auto.arima()
in R) and tested it's squared residuals for autocorrelation using a Ljung-Box test (Box.test()
in R).
26 series do not have an ARCH effect. Can I proceed with multivariate GARCH analysis using all series or should I exclude these series from further analysis?