Uses of Class
com.google.common.math.PairedStats
Package
Description
Arithmetic functions operating on primitive values and on
BigInteger
and BigDecimal
instances.-
Uses of PairedStats in com.google.common.math
Modifier and TypeMethodDescriptionstatic PairedStats
PairedStats.fromByteArray
(byte[] byteArray) Creates aPairedStats
instance from the given byte representation which was obtained bytoByteArray()
.PairedStatsAccumulator.snapshot()
Returns an immutable snapshot of the current statistics.Modifier and TypeMethodDescriptionvoid
PairedStatsAccumulator.addAll
(PairedStats values) Adds the given statistics to the dataset, as if the individual values used to compute the statistics had been added directly.