spec_trunc_autocov | R Documentation |
Compute the spectrum-wise truncated autocovariance matrix estimator.
spec_trunc_autocov(X, l, tau, ...)
X |
A |
l |
A non-negative integer corresponding to the lag of the autocovariance. |
tau |
A |
... |
Additional arguments. |
A p x p matrix corresponding to the spectrum-wise truncated lag-l autocovariance matrix estimator
Haotian Xu
set.seed(123)
X = matrix(rt(50*100, 3), nrow = 50, ncol = 100)
gamma_1 = spec_trunc_autocov(X, l = 1, 6)
dim(gamma_1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.