icawhiten: Simple icawhitening function.

Description Usage Arguments Value Author(s) Examples

View source: R/icawhiten.R

Description

Icawhitens the input matrix using SVD and returns the result.

Usage

1
icawhiten(Xin, n.comp, verbose = FALSE)

Arguments

Xin

input matrix

n.comp

number of components on which to project

verbose

bool

Value

matrix is output

Author(s)

Avants BB, fastICA package (see CRAN)

Examples

1
2
mat <- matrix(c(rep(1,100),rep(0,200)),ncol=50)
wmat<-icawhiten( mat, 2 )

neuroconductor-devel/ANTsR documentation built on April 1, 2021, 1:02 p.m.