frobenius_spb_nonstat | R Documentation |
Frobenius Norm of a Separable-plus-banded Covariance with Non-stationary Banded Part
frobenius_spb_nonstat(A1, A2, B)
A1 |
matrix, the temporal kernel |
A2 |
matrix, the spatial kernel |
B |
3-dimensional array specifying the banded part in the form of an
output of |
the value of the Frobenius norm
N <- 20 K1 <- 10 K2 <- 10 delta <- 2 X <- array(runif(N*K1*K2),c(N,K1,K2)) Est <- spt(X,delta) B <- banded_nonstat_est(X,delta,Est$A1,Est$A2) frobenius_spb_nonstat(Est$A1,Est$A2,B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.