whitening.matrix: Compute the whitening matrix from a given covariance matrix

View source: R/utils.R

whitening.matrixR Documentation

Compute the whitening matrix from a given covariance matrix

Description

Compute the whitening matrix from a given covariance matrix

Usage

whitening.matrix(
  sigma,
  method = c("ZCA", "ZCA-cor", "PCA", "PCA-cor", "Cholesky")
)

Arguments

sigma

covariance matrix.

method

determines the type of whitening transformation.

Details

This function is an internal re-implementation of the function whiteningMatrix in the whitening package. See the original documentation to get more details.


sgdGMF documentation built on April 3, 2025, 7:37 p.m.