Uses of Class
dev.mccue.guava.math.StatsAccumulator
-
Uses of StatsAccumulator in dev.mccue.guava.math
Methods in dev.mccue.guava.math that return types with arguments of type StatsAccumulatorModifier and TypeMethodDescriptionstatic Collector<Number,StatsAccumulator, Stats> Stats.toStats()Methods in dev.mccue.guava.math with parameters of type StatsAccumulatorModifier and TypeMethodDescriptionvoidStatsAccumulator.addAll(StatsAccumulator values) Adds the given statistics to the dataset, as if the individual values used to compute the statistics had been added directly.