Uses of Class
org.apache.commons.statistics.descriptive.LongMean
-
-
Uses of LongMean in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return LongMean Modifier and Type Method Description LongMean
LongMean. combine(LongMean other)
static LongMean
LongMean. create()
Creates an instance.static LongMean
LongMean. of(long... values)
Returns an instance populated using the inputvalues
.Methods in org.apache.commons.statistics.descriptive with parameters of type LongMean Modifier and Type Method Description LongMean
LongMean. combine(LongMean other)
-