Uses of Class
org.apache.commons.math3.stat.ranking.NaturalRanking.IntDoublePair
-
Packages that use NaturalRanking.IntDoublePair Package Description org.apache.commons.math3.stat.ranking Classes providing rank transformations. -
-
Uses of NaturalRanking.IntDoublePair in org.apache.commons.math3.stat.ranking
Methods in org.apache.commons.math3.stat.ranking that return NaturalRanking.IntDoublePair Modifier and Type Method Description private NaturalRanking.IntDoublePair[]
NaturalRanking. removeNaNs(NaturalRanking.IntDoublePair[] ranks)
Returns an array that is a copy of the input array with IntDoublePairs having NaN values removed.Methods in org.apache.commons.math3.stat.ranking with parameters of type NaturalRanking.IntDoublePair Modifier and Type Method Description int
NaturalRanking.IntDoublePair. compareTo(NaturalRanking.IntDoublePair other)
Compare this IntDoublePair to another pair.private boolean
NaturalRanking. containsNaNs(NaturalRanking.IntDoublePair[] ranks)
Checks for presence of NaNs inranks.
private java.util.List<java.lang.Integer>
NaturalRanking. getNanPositions(NaturalRanking.IntDoublePair[] ranks)
Returns a list of indexes whereranks
isNaN.
private void
NaturalRanking. recodeNaNs(NaturalRanking.IntDoublePair[] ranks, double value)
Recodes NaN values to the given value.private NaturalRanking.IntDoublePair[]
NaturalRanking. removeNaNs(NaturalRanking.IntDoublePair[] ranks)
Returns an array that is a copy of the input array with IntDoublePairs having NaN values removed.
-