A list of correlation metrics
Pearson (pearsonr
)
Spearman (spearmanr
)
Kendall (kendalltau
, weightedtau
)
Theil-Sen (theilslopes
)
Siegel (siegelslopes
)
joint entropy
conditional entropy
information gain
quotient correlation ((max(y/x) + max(x/y) - 2) / (max(y/x) * max(x/y) - 1)
)
Cohen (SO)
autocorrelation (np.correlate
)