Uses of Class
org.apache.commons.math3.stat.ranking.NaturalRanking.IntDoublePair
Packages that use NaturalRanking.IntDoublePair
-
Uses of NaturalRanking.IntDoublePair in org.apache.commons.math3.stat.ranking
Methods in org.apache.commons.math3.stat.ranking that return NaturalRanking.IntDoublePairModifier and TypeMethodDescriptionprivate 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.IntDoublePairModifier and TypeMethodDescriptionintNaturalRanking.IntDoublePair.compareTo(NaturalRanking.IntDoublePair other) Compare this IntDoublePair to another pair.private booleanNaturalRanking.containsNaNs(NaturalRanking.IntDoublePair[] ranks) Checks for presence of NaNs inranks.NaturalRanking.getNanPositions(NaturalRanking.IntDoublePair[] ranks) Returns a list of indexes whereranksisNaN.private voidNaturalRanking.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.