Description Usage Arguments Value Examples
Autocovariance matrix from vector.
1  | autocovariance_matrix(score, k)
 | 
score | 
 Vector series.  | 
k | 
 Maximum horizon.  | 
Autocovariance matrix
1 2 3 4  | d <- 5
n <- 1000
vals <- matrix(rnorm(n * d), ncol = d)
autocovariance_matrix(vals, 5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.