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
Methods in org.apache.commons.statistics.descriptive that return LongSum Modifier and Type Method Description LongSumLongSum. combine(LongSum other)static LongSumLongSum. create()Creates an instance.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 LongSum Modifier and Type Method Description LongSumLongSum. combine(LongSum other)
-