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 TypeMethodDescriptionint
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.
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.