T1 | R Documentation |
Calculates T_1(X x X, B_r), i.e. the partial inner product of the covariance of X with the current weight B_r resulting in a temporal kernel (proxy for A_r), which is then orthogonalized w.r.t A_1,...,A_r-1.
T1(X, A, B, sigma, r, N, K1, K2)
X |
data set, array of size |
A |
temporal kernels, array of size ( |
B |
spatial kernels, array of size ( |
sigma |
separable component scores, vector of size |
r |
current sought separable rank |
N |
sample size |
K1 |
temporal grid size |
K2 |
spatial grid size |
r
-th temporal kernel A_r, array of size K1
x K1
X <- array(rnorm(20*3*4),c(20,3,4)) A <- array(runif(2*3^2),c(2,3,3)) B <- array(runif(2*4^2),c(2,4,4)) T1(X, A, B, c(1,1), 2, 20, 3, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.