Ta | R Documentation |
Toeplitz Averaging
Ta(X, A1 = NULL, A2 = NULL, d)
X |
data array of size |
A1, A2 |
the separable part of the covariance |
d |
bandwidth |
the stationary band - matrix of size d
x d
X <- array(rnorm(5*10*7),c(5,10,7)) Ta(X,d=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.