frobenius_spb | R Documentation |
Frobenius Norm of a Difference of Two Separable-plus-banded Covariances
frobenius_spb(Chat, C = NULL, relative = T)
Chat |
separable-plus-banded model |
C |
as |
relative |
flag whether the error relative to |
a number, the Frobenius norm
X <- array(runif(20*4*5), c(20,4,5)) Y <- array(runif(20*4*5), c(20,4,5)) Chat <- spb(X,2) C <- spb(Y,2) frobenius_spb(Chat,C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.