seppband_psd | R Documentation |
Changes the separable-plus-banded model in list Res
so that all three
kernels of the model are positive semi-definite.
seppband_psd(Res)
Res |
list of 3 specifying the separable-plus-banded estimator: A1 - the temporal kernel; A2 - the spatial kernel; B - the symbol of the banded part |
list of 3, the same as Res
X <- array(runif(20*3*4),c(20,3,4)) Res <- spb(X,1) Res_psd <- seppband_psd(Res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.