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 April 3, 2025, 10:31 p.m.