Uses of Class
org.apache.commons.statistics.ranking.NaturalRanking.IntList
Packages that use NaturalRanking.IntList
-
Uses of NaturalRanking.IntList in org.apache.commons.statistics.ranking
Methods in org.apache.commons.statistics.ranking with parameters of type NaturalRanking.IntListModifier and TypeMethodDescriptionprivate 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
.