Uses of Class
org.apache.commons.statistics.descriptive.Sum
Packages that use Sum
Package
Description
Implementations of univariate statistics.
-
Uses of Sum in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type SumFields in org.apache.commons.statistics.descriptive declared as SumFields in org.apache.commons.statistics.descriptive with type parameters of type SumMethods in org.apache.commons.statistics.descriptive that return SumModifier and TypeMethodDescriptionstatic SumSum.create()Creates an instance.static SumSum.of(double... values) Returns an instance populated using the inputvalues.static SumSum.ofRange(double[] 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 SumConstructors in org.apache.commons.statistics.descriptive with parameters of type SumModifierConstructorDescription(package private)DoubleStatistics(long count, Min min, Max max, FirstMoment moment, Sum sum, Product product, SumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.