alternative First Rank Counts
fun alternativeFirstRankCounts(sortByCounts: Boolean = true, rankingMethod: Statistic.Companion.Ranking = defaultRankingMethod): List<Pair<String, Int>>
Returns the alternatives with the count of the number of times some metric ranked the alternative first based on the value scores.
Parameters
sort By Counts
If true, the resulting list is sorted by based on the counts in descending order. The default is true.