Uses of Class
org.apache.commons.statistics.descriptive.LongMean
-
Packages that use LongMean Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of LongMean in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return LongMean Modifier and Type Method Description LongMeanLongMean. combine(LongMean other)static LongMeanLongMean. create()Creates an instance.static LongMeanLongMean. of(long... values)Returns an instance populated using the inputvalues.static LongMeanLongMean. 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 LongMean Modifier and Type Method Description LongMeanLongMean. combine(LongMean other)
-