alternativeMetricRankFrequencies

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

Collects the ranking frequencies across all metrics for each alternative.

Parameters

sortByAvgRanking

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