Skip to content
Prev 145259 / 398500 Next

SVD on a matix

the variance is the eigen values of the correlation matrix of yoru matrix
X.cor <- cor(X)
X.e <- eigen(X.cor)
X.e$values# Eigenvalues of cor(X) = variances you're asking about
kayj wrote:
-----
Yasir H. Kaheil
Catchment Research Facility
The University of Western Ontario