Generated by
JDiff

Class com.google.common.math.Stats

Removed Methods
Stats of(DoubleStream) Returns statistics over a dataset containing the given values.
Stats of(IntStream) Returns statistics over a dataset containing the given values.
Stats of(LongStream) Returns statistics over a dataset containing the given values.
(Collector<Number, StatsAccumulator, Stats>toStats() Returns a Collector which accumulates statistics from a java.util.stream.Stream of any type of boxed Number into a Stats.