Uses of Class
org.apache.commons.statistics.descriptive.IntSum
Packages that use IntSum
Package
Description
Implementations of univariate statistics.
-
Uses of IntSum in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type IntSumFields in org.apache.commons.statistics.descriptive declared as IntSumModifier and TypeFieldDescriptionprivate final IntSumIntStatistics.sumTheIntSumimplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type IntSumModifier and TypeFieldDescriptionprivate RangeFunction<int[], IntSum> IntStatistics.Builder.sumTheIntSumconstructor.Methods in org.apache.commons.statistics.descriptive that return IntSumModifier and TypeMethodDescriptionstatic IntSumIntSum.create()Creates an instance.(package private) static IntSumIntSum.createFromRange(int[] values, int from, int to) Create an instance using the specified range ofvalues.static IntSumIntSum.of(int... values) Returns an instance populated using the inputvalues.static IntSumIntSum.ofRange(int[] values, int from, int to) Returns an instance populated using the specified range ofvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type IntSumConstructors in org.apache.commons.statistics.descriptive with parameters of type IntSumModifierConstructorDescription(package private)IntStatistics(long count, IntMin min, IntMax max, FirstMoment moment, IntSum sum, Product product, IntSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.