Uses of Interface
org.apache.commons.statistics.descriptive.RangeFunction
-
Packages that use RangeFunction Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of RangeFunction in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as RangeFunction Modifier and Type Field Description private 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 RangeFunction Modifier and Type Method Description private static <S,T>
TDoubleStatistics.Builder. create(RangeFunction<S,T> constructor, S values, int from, int to)Creates the object from thevalues.private static <S,T>
TIntStatistics.Builder. create(RangeFunction<S,T> constructor, S values, int from, int to)Creates the object from thevalues.private static <S,T>
TLongStatistics.Builder. create(RangeFunction<S,T> constructor, S values, int from, int to)Creates the object from thevalues.
-