alternativeRankFrequencyData

fun alternativeRankFrequencyData(sortByAvgRanking: Boolean = true, rankingMethod: Statistic.Companion.Ranking = defaultRankingMethod): List<AlternativeRankFrequencyData>

Captures the alternative metric rank frequency data to a list.

Parameters

sortByAvgRanking

If true, the resulting map is sorted by the average frequency across the observed ranks. The default is true.