Spearman distance between two ranks
The Spearman distance is the square of Euclidean distance between two rank vector.
distSpearman(x, y)
x, y
: two ranks of size m.an integer, the Spearman distance between x and y.
x <- 1:5 y <- c(2, 3, 1, 4, 5) distSpearman(x, y)
Other distance: distCayley()
, distHamming()
, distKendall()
Julien Jacques
Useful links