Uses of Class
com.google.common.math.StatsAccumulator
Package
Description
Arithmetic functions operating on primitive values and on
BigInteger
and BigDecimal
instances.-
Uses of StatsAccumulator in com.google.common.math
Modifier and TypeMethodDescriptionstatic Collector
<Number, StatsAccumulator, Stats> Stats.toStats()
Modifier and TypeMethodDescriptionvoid
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.