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 void
NaturalRanking. fill(double[] data, NaturalRanking.IntList tiesTrace, double value)
Setsdata[i] = value
for each i intiesTrace
.private void
NaturalRanking. resolveTie(double[] ranks, NaturalRanking.IntList tiesTrace, int finalIndex)
Resolve a sequence of ties, using the configuredTiesStrategy
.
-