alternativeFirstRankMetricFrequencies

fun alternativeFirstRankMetricFrequencies(sortByAvgRanking: Boolean = true, rankingMethod: Statistic.Companion.Ranking = defaultRankingMethod): Map<String, IntegerFrequency>

The alternatives that were ranked first by some metric along with the metric frequency distribution.

Parameters

sortByAvgRanking

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