spt | R Documentation |
Estimates the separable part of the separable-plus-banded model via Shifted
Partial Tracing. Choosing d
=0 defaults to standard (non-shifted) partial
tracing estimator of the separable model.
spt(X, d = 0, standardize = TRUE)
X |
data array of size |
d |
bandwidth, integer |
standardize |
whether the results should be standardized, defaults to True, option False is only for comparison purposes with the partial inner product |
list of two:
A1
- matrix of size K1
x K1
, the temporal kernel;
A2
- matrix of size K2
x K2
, the spatial kernel;
X <- array(runif(20*3*4),c(20,3,4)) spt(X,0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.