Package | Description |
---|---|
com.google.common.math |
Arithmetic functions operating on primitive values and
BigInteger instances. |
Modifier and Type | Field and Description |
---|---|
private StatsAccumulator |
PairedStatsAccumulator.xStats |
private StatsAccumulator |
PairedStatsAccumulator.yStats |
Modifier and Type | Method and Description |
---|---|
static java.util.stream.Collector<java.lang.Number,StatsAccumulator,Stats> |
Stats.toStats()
Returns a
Collector which accumulates statistics from a Stream
of any type of boxed Number into a Stats . |
Modifier and Type | Method and 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.
|