Uses of Class
org.apache.commons.statistics.ranking.NaturalRanking.IntList
-
Packages that use NaturalRanking.IntList Package Description org.apache.commons.statistics.ranking Classes providing rank transformations. -
-
Uses of NaturalRanking.IntList in org.apache.commons.statistics.ranking
Methods in org.apache.commons.statistics.ranking with parameters of type NaturalRanking.IntList Modifier and Type Method Description private static voidNaturalRanking. fill(double[] data, NaturalRanking.IntList tiesTrace, double value)Setsdata[i] = valuefor each i intiesTrace.private voidNaturalRanking. resolveTie(double[] ranks, NaturalRanking.IntList tiesTrace, int finalIndex)Resolve a sequence of ties, using the configuredTiesStrategy.
-