diagonal_band | R Documentation |
Estimates the variance of heteroscedastic white noise after the separable part of the model has already been estimated.
diagonal_band(X, A1, A2)
X |
data array of size |
A1 |
temporal kernel of the separable part |
A2 |
spatial kernel of the separable part |
matrix of size K1 x K2 providing the entry-wise variance
X <- array(runif(20*3*4),c(20,3,4)) A1 <- matrix(runif(3^2),3) A2 <- matrix(runif(4^2),4) diagonal_band(X,A1,A2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.