powered by
Icawhitens the input matrix using SVD and returns the result.
icawhiten(Xin, n.comp, verbose = FALSE)
input matrix
number of components on which to project
bool
matrix is output
# NOT RUN { mat <- matrix(c(rep(1,100),rep(0,200)),ncol=50) wmat<-icawhiten( mat, 2 ) # }
Run the code above in your browser using DataLab