Uses of Class
com.google.common.math.StatsAccumulator
Packages that use StatsAccumulator
-
Uses of StatsAccumulator in com.google.common.math
Methods in com.google.common.math that return types with arguments of type StatsAccumulatorModifier and TypeMethodDescriptionstatic Collector<Number,
StatsAccumulator, Stats> Stats.toStats()
Methods in com.google.common.math with parameters of type StatsAccumulatorModifier 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.