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
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type LongSumFields in org.apache.commons.statistics.descriptive declared as LongSumModifier and TypeFieldDescriptionprivate final LongSumLongStatistics.sumTheLongSumimplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type LongSumModifier and TypeFieldDescriptionprivate RangeFunction<long[], LongSum> LongStatistics.Builder.sumTheLongSumconstructor.Methods in org.apache.commons.statistics.descriptive that return LongSumModifier and TypeMethodDescriptionstatic LongSumLongSum.create()Creates an instance.(package private) static LongSumLongSum.createFromRange(long[] values, int from, int to) Create an instance using the specified range ofvalues.static LongSumLongSum.of(long... values) Returns an instance populated using the inputvalues.static LongSumLongSum.ofRange(long[] 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 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.