randwhiten.Rduses random matrix to whiten a matrix
randwhiten(A, k, seed = NA)
| A | input matrix |
|---|---|
| k | rank to use |
| seed | for testing |
whitened matrix is output
N. Halko, P.G. Martinsson, J. Tropp "Finding structure with randomness: Stochastic algorithms for constructing approximate matrix decompositions" arXiv 0909.4061
Avants BB