DistanceMatrix: Calculate Kendall distance matrix between rankings
Description
Calculate Kendall distance matrix between rankingsUsage
DistanceMatrix(ranking)
Arguments
ranking
a matrix of rankings
Value
- Kendall distance matrix between rankings. The value in ith row and jth column is the
Kendall distance between the ith and jth rankings.