covwhitener {singR} | R Documentation |
Returns square root of the precision matrix for whitening
Description
Returns square root of the precision matrix for whitening
Usage
covwhitener(X, n.comp = ncol(X), center.row = FALSE)
Arguments
X |
Matrix |
n.comp |
the number of components |
center.row |
whether to center |
Value
square root of the precision matrix for whitening
[Package singR version 0.1.2 Index]