whitener: Whitening Function

View source: R/Basic_functions.r

whitenerR 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


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