alternative First Rank Metric Frequencies
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
sort By Avg Ranking
If true, the resulting map is sorted by the average frequency across the observed ranks. The default is true.