Skip to content
Prev 42789 / 398506 Next

How can I test if time series residuals' are uncorrelated ?

Yes. E.g., in an ARCH(1) process, cov[y_t, y_(t+k) ] = 0 (k \neq 0), but 
cov[(y_t)^2, (y_(t+k))^2 ] \neq 0, hence no independence (and this is 
typical for financial time series).
Typically, financial time series exhibit fat tails, i.e., are not 
normally distributed (and in an ARCH setup, financial time series are 
usually not even conditionally normally distributed. The fat tails are 
fatter than what we would expect from the clustering of volatility).

best
Adrian