metric Ranks
fun metricRanks(metric: MetricIfc, rankingMethod: Statistic.Companion.Ranking = defaultRankingMethod): List<Double>
Retrieves the rank of each value for each alternative as a list of ranks based on the supplied metric. The supplied metric must be part of the model. The elements of the list return the ranking of the alternatives with respect to the supplied metric. The number of elements is the number of alternatives. Thus, element 0 has the rank of the alternative 0 based on the metric. Thus, each alternative may have a different ranking based on the different metrics.