scd_est | R Documentation |
Calculates the R-separable estimator of the covariance of X via the generalized power iteration, starting from B.
scd_est(X, R = 1, maxiter = 10, B = NULL)
X |
data set, array of size |
R |
integer, the degree of separability |
maxiter |
maximum number of iteration |
B |
a spatial kernel used as a starting point |
list of 3:
A
- array of size R
x K1
x K1
,
the first R
temporal kernels;
B
- array of size R
x K2
x K2
,
the first R
spatial kernels;
sigma
- vector of length R
,
the separable component scores
X <- array(runif(20*3*4),c(20,3,4)) scd_est(X,R=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.