R/utils.R
fast_cor.Rd
This uses a more memory-intensive but much faster algorithm than the built-in cor function.
cor
fast_cor(x, y)
first input matrix
second input matrix
Correlations matrix between the columns of x and y
x
y
Computes the correlation between the columns of x and y.