fraction_variance_explained_perPC.Rd
Computes the fraction of variance explained (variance explained normalized by the trace of the covariance/correlation matrix) by each PC.
fraction_variance_explained_perPC(C, U)
A matrix. The correlation or covariance matrix (p x p).
A matrix. The matrix containing the r PCs (p x r).
A numeric vector of length ncol(U).
ncol(U)