View source: R/Basic_functions.r
whitener | R Documentation |
Whitening Function
whitener(X, n.comp = ncol(X), center.row = FALSE)
X |
dataset p x n. |
n.comp |
the number of components |
center.row |
whether center the row of data |
a whitener matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.