Uses of Class
org.apache.commons.statistics.descriptive.LongSum
Packages that use LongSum
Package
Description
Implementations of univariate statistics.
-
Uses of LongSum in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as LongSumModifier and TypeFieldDescriptionprivate final LongSum
LongStatistics.sum
TheLongSum
implementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type LongSumMethods in org.apache.commons.statistics.descriptive that return LongSumModifier and TypeMethodDescriptionstatic LongSum
LongSum.create()
Creates an instance.static LongSum
LongSum.of
(long... values) Returns an instance populated using the inputvalues
.Methods in org.apache.commons.statistics.descriptive with parameters of type LongSumConstructors in org.apache.commons.statistics.descriptive with parameters of type LongSumModifierConstructorDescription(package private)
LongStatistics
(long count, LongMin min, LongMax max, FirstMoment moment, LongSum sum, Product product, LongSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.