rankings_compare: Compare two rankings with different means

Description Usage Arguments Value

Description

Compares two rankingDE by plotting them against each othe, computing the number of shared elements in the cumulative quantiles of the rankings and computing their kendall's tau.

Usage

1
2
rankings_compare(ranking1, ranking2, nmax = min(dim(ranking.df(ranking1))[1],
  dim(ranking.df(ranking2))[1]))

Arguments

ranking1

a first rankingDE object.

ranking2

a second rankingDE object.

Value

returns the three measures of similarity between the rankings.


strayMat/warpDE documentation built on June 1, 2019, 12:51 a.m.