Uses of Class
com.google.common.math.StatsAccumulator
-
Packages that use StatsAccumulator Package Description com.google.common.math Arithmetic functions operating on primitive values andBigInteger
instances. -
-
Uses of StatsAccumulator in com.google.common.math
Methods in com.google.common.math that return types with arguments of type StatsAccumulator Modifier and Type Method Description static java.util.stream.Collector<java.lang.Number,StatsAccumulator,Stats>
Stats. toStats()
Returns aCollector
which accumulates statistics from aStream
of any type of boxedNumber
into aStats
.Methods in com.google.common.math with parameters of type StatsAccumulator Modifier and Type Method Description void
StatsAccumulator. addAll(StatsAccumulator values)
Adds the given statistics to the dataset, as if the individual values used to compute the statistics had been added directly.
-