alternative Metric Rank Frequencies
fun alternativeMetricRankFrequencies(sortByAvgRanking: Boolean = true, rankingMethod: Statistic.Companion.Ranking = defaultRankingMethod): Map<String, IntegerFrequency>
Collects the ranking frequencies across all metrics for each alternative.
Parameters
sort By Avg Ranking
If true, the resulting map is sorted by the average frequency across the observed ranks. The default is true.