randcca.Rd
uses random matrix to estimate cca results
randcca(x, y, k, seed = NA)
x | input matrix |
---|---|
y | input matrix |
k | rank to use |
seed | for testing |
outputs a list containing:
whitened: low-rank whitened joint matrix
svd: low-rank svd of joint matrix
Avants BB