alternative Average Ranking
fun alternativeAverageRanking(sortByAvgRanking: Boolean = true, rankingMethod: Statistic.Companion.Ranking = defaultRankingMethod): List<Pair<String, Double>>
Returns the alternatives with the average across the observed ranks. The returned list of pairs (alternative, average rank) is ordered based on the averages smallest to largest.
Parameters
sort By Avg Ranking
If true, the resulting list is sorted by the average frequency across the observed ranks. The default is true.