covwhitener: Returns square root of the precision matrix for whitening

View source: R/jngcaFunctions.R

covwhitenerR 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


singR documentation built on May 29, 2024, 7:30 a.m.