Skip to content

timydaley/SparseSpearmanCorrelation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SparseSpearmanCorrelation

I've run into difficulties in computing the Spearman correlation coefficient in R. Any function involving apply or a variant thereof will convert the sparse matrix first to a regular matrix, followed by the application of apply. This creates difficulties for extremely large matrices. My objective here is to develop an efficient method of computing the Spearman correlation coefficient for large and sparse matrices.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages