whitening.matrix | R Documentation |
Compute the whitening matrix from a given covariance matrix
whitening.matrix(
sigma,
method = c("ZCA", "ZCA-cor", "PCA", "PCA-cor", "Cholesky")
)
sigma |
covariance matrix. |
method |
determines the type of whitening transformation. |
This function is an internal re-implementation of the function whiteningMatrix
in the whitening
package. See the original documentation to get more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.