powered by
acfmat
acfmat computes a sequence of autocorrelation matrices for a multivariate time series
acfmat(y, lag.max)
multivariate time series
maximum number of lag
out list with components:
array with autocovariance matrices
array with indicators if autocovariances are significantly greater (+), lower (-) than the critical value or insignificant (.) at 95 percent level
# NOT RUN { data(ICECREAM) out <- acfmat(ICECREAM,7) # }
Run the code above in your browser using DataLab