Uses of Class
org.apache.commons.statistics.ranking.NaturalRanking.DataPosition
Packages that use NaturalRanking.DataPosition
-
Uses of NaturalRanking.DataPosition in org.apache.commons.statistics.ranking
Classes in org.apache.commons.statistics.ranking that implement interfaces with type arguments of type NaturalRanking.DataPositionModifier and TypeClassDescriptionprivate static classRepresents the position of adoublevalue in a data array.Methods in org.apache.commons.statistics.ranking that return NaturalRanking.DataPositionModifier and TypeMethodDescriptionprivate static NaturalRanking.DataPosition[]NaturalRanking.createMappedRankData(double[] data, DoubleUnaryOperator nanAction) Creates the rank data.private static NaturalRanking.DataPosition[]NaturalRanking.createNonNaNRankData(double[] data) Creates the rank data with NaNs removed.private NaturalRanking.DataPosition[]NaturalRanking.createRankData(double[] data, int[] nanCount) Creates the rank data.Methods in org.apache.commons.statistics.ranking with parameters of type NaturalRanking.DataPositionModifier and TypeMethodDescriptionintNaturalRanking.DataPosition.compareTo(NaturalRanking.DataPosition other) Compare this value to another.