Correlation#
Calculate the autocorrelation of X from lag=1 to lag=maxLag. |
|
Calculate the autocorrelation of X. |
|
Calculate the correlation of X and Y. |
|
Return a correlation matrix, where the (i, j) entry is the correlation between the columns i and j of X. |
|
Calculate the distance in meters between 2 points on the earth's surface. |
|
Calculate exponentially weighted moving correlation of X and other. |
|
If X and Y are scalars or vectors, return the result of their Euclidean distance. |
|
Calculate the Kendall rank correlation coefficient between X and Y. |
|
Calculate the mutual information of X and Y. |
|
If both X and Y are vectors/matrices, calculate the Euclidean distance between X and Y by row. |
|
If both X and Y are vectors/matrices, calculate the tanimoto distance between X and Y by row. |
|
Calculate the Spearman rank correlation coefficient of X and Y. |
|
If X and Y are scalars or vectors, return the result of their tanimoto distance. |