alternative Rank Frequency Data
fun alternativeRankFrequencyData(sortByAvgRanking: Boolean = true, rankingMethod: Statistic.Companion.Ranking = defaultRankingMethod): List<AlternativeRankFrequencyData>
Captures the alternative metric rank frequency data to a list.
Parameters
sort By Avg Ranking
If true, the resulting map is sorted by the average frequency across the observed ranks. The default is true.