Uses of Interface
org.apache.commons.statistics.descriptive.RangeFunction
Packages that use RangeFunction
Package
Description
Implementations of univariate statistics.
-
Uses of RangeFunction in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as RangeFunctionModifier and TypeFieldDescriptionprivate RangeFunction<double[], Max> DoubleStatistics.Builder.maxTheMaxconstructor.private RangeFunction<int[], IntMax> IntStatistics.Builder.maxTheIntMaxconstructor.private RangeFunction<long[], LongMax> LongStatistics.Builder.maxTheLongMaxconstructor.private RangeFunction<double[], Min> DoubleStatistics.Builder.minTheMinconstructor.private RangeFunction<int[], IntMin> IntStatistics.Builder.minTheIntMinconstructor.private RangeFunction<long[], LongMin> LongStatistics.Builder.minTheLongMinconstructor.private RangeFunction<int[], FirstMoment> IntStatistics.Builder.momentThe moment constructor.private RangeFunction<long[], FirstMoment> LongStatistics.Builder.momentThe moment constructor.private RangeFunction<double[], Product> DoubleStatistics.Builder.productTheProductconstructor.private RangeFunction<int[], Product> IntStatistics.Builder.productTheProductconstructor.private RangeFunction<long[], Product> LongStatistics.Builder.productTheProductconstructor.private RangeFunction<int[], IntSum> IntStatistics.Builder.sumTheIntSumconstructor.private RangeFunction<long[], LongSum> LongStatistics.Builder.sumTheLongSumconstructor.private RangeFunction<double[], SumOfLogs> DoubleStatistics.Builder.sumOfLogsTheSumOfLogsconstructor.private RangeFunction<int[], SumOfLogs> IntStatistics.Builder.sumOfLogsTheSumOfLogsconstructor.private RangeFunction<long[], SumOfLogs> LongStatistics.Builder.sumOfLogsTheSumOfLogsconstructor.private RangeFunction<double[], SumOfSquares> DoubleStatistics.Builder.sumOfSquaresTheSumOfSquaresconstructor.private RangeFunction<int[], IntSumOfSquares> IntStatistics.Builder.sumOfSquaresTheIntSumOfSquaresconstructor.private RangeFunction<long[], LongSumOfSquares> LongStatistics.Builder.sumOfSquaresTheLongSumOfSquaresconstructor.Methods in org.apache.commons.statistics.descriptive with parameters of type RangeFunctionModifier and TypeMethodDescriptionprivate static <S,T> T DoubleStatistics.Builder.create(RangeFunction<S, T> constructor, S values, int from, int to) Creates the object from thevalues.private static <S,T> T IntStatistics.Builder.create(RangeFunction<S, T> constructor, S values, int from, int to) Creates the object from thevalues.private static <S,T> T LongStatistics.Builder.create(RangeFunction<S, T> constructor, S values, int from, int to) Creates the object from thevalues.