pca.tpdm | R Documentation |
Calculates principal component analysis (PCA) of given TPDM
pca.tpdm(Sigma, data)
Sigma |
A n x n data array, containing the TPDM, can be output of est.tpdm. |
data |
A t x n dimensional, numeric Data-matrix with t: Number of time steps and n: Number of grid points/stations. |
list containing
pc: The Principal Components of TPDM
basis: The Eigenvectors of TPDM
extremal.basis: The Eigenvectors of TPDM but transformed in positive reals with trans
Yuing Jiang, Dan Cooley
Jiang & Cooley (2020) <doi:10.1175/JCLI-D-19-0413.1>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.