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 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.
-