get_eigen | R Documentation |
Get eigenanalysis results including eigenvalues, corresponding eigenvectors, and a proportion of variance explained (PVE)
get_eigen(cov, grid)
cov |
a matrix of covariance matrix |
grid |
a vector containing observed time points. (same with dimension of |
a list contatining follows:
lambda |
a vector of positive eigenvalues |
phi |
a matrix containing columnwise eigenvectors |
PVE |
a vector containing proportion of variance explained |
cov_psd |
a matrix containing covariance matrix transformed via positive semi-definite |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.