Uses of Class
org.apache.commons.statistics.descriptive.IntSum
-
Packages that use IntSum Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of IntSum in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as IntSum Modifier and Type Field Description private IntSumIntStatistics. sumTheIntSumimplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type IntSum Modifier and Type Field Description private java.util.function.Function<int[],IntSum>IntStatistics.Builder. sumTheIntSumconstructor.Methods in org.apache.commons.statistics.descriptive that return IntSum Modifier and Type Method Description IntSumIntSum. combine(IntSum other)static IntSumIntSum. create()Creates an instance.static IntSumIntSum. of(int... values)Returns an instance populated using the inputvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type IntSum Modifier and Type Method Description IntSumIntSum. combine(IntSum other)Constructors in org.apache.commons.statistics.descriptive with parameters of type IntSum Constructor Description IntStatistics(long count, IntMin min, IntMax max, FirstMoment moment, IntSum sum, Product product, IntSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config)Create an instance.
-