whitener {singR}R Documentation

Whitening Function

Description

Whitening Function

Usage

whitener(X, n.comp = ncol(X), center.row = FALSE)

Arguments

X

dataset p x n.

n.comp

the number of components

center.row

whether center the row of data

Value

a whitener matrix


[Package singR version 0.1.2 Index]