Correlation
Correlation.py - calculates Pearson Rho, Spearman Rho, and Kendall Tau for determining correlation.
Install / Use
/learn @dnase/CorrelationREADME
correlation
Correlation.py - calculates Pearson Rho, Spearman Rho, and Kendall Tau for determining correlation.
Usage: python correlation.py [matrix filename]
Matrix file must be a file containing a data series - one per line with one or more spaces between each series.
Example input data (comparing Internet Explorer marketshare to the homicide rate): 17200 75 16800 72 16400 70 15000 50 14500 45 14000 40
