View source: R/jngcaFunctions.R
covwhitener | R Documentation |
Returns square root of the precision matrix for whitening
covwhitener(X, n.comp = ncol(X), center.row = FALSE)
X |
Matrix |
n.comp |
the number of components |
center.row |
whether to center |
square root of the precision matrix for whitening
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.