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
Fields in org.apache.commons.statistics.descriptive declared as IntSumModifier and TypeFieldDescriptionprivate final IntSum
IntStatistics.sum
TheIntSum
implementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type IntSumMethods in org.apache.commons.statistics.descriptive that return IntSumModifier and TypeMethodDescriptionstatic IntSum
IntSum.create()
Creates an instance.static IntSum
IntSum.of
(int... values) Returns an instance populated using the inputvalues
.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.