Uses of Class
org.apache.commons.statistics.descriptive.LongSum
-
Packages that use LongSum Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of LongSum in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as LongSum Modifier and Type Field Description private LongSum
LongStatistics. sum
TheLongSum
implementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type LongSum Modifier and Type Field Description private java.util.function.Function<long[],LongSum>
LongStatistics.Builder. sum
TheLongSum
constructor.Methods in org.apache.commons.statistics.descriptive that return LongSum Modifier and Type Method Description LongSum
LongSum. combine(LongSum other)
static 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 LongSum Modifier and Type Method Description LongSum
LongSum. combine(LongSum other)
Constructors in org.apache.commons.statistics.descriptive with parameters of type LongSum Constructor Description LongStatistics(long count, LongMin min, LongMax max, FirstMoment moment, LongSum sum, Product product, LongSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config)
Create an instance.
-