Uses of Class
com.google.common.math.PairedStats
-
Packages that use PairedStats Package Description com.google.common.math Arithmetic functions operating on primitive values and onBigInteger
andBigDecimal
instances. -
-
Uses of PairedStats in com.google.common.math
Methods in com.google.common.math that return PairedStats Modifier and Type Method Description static PairedStats
PairedStats. fromByteArray(byte[] byteArray)
Creates aPairedStats
instance from the given byte representation which was obtained bytoByteArray()
.PairedStats
PairedStatsAccumulator. snapshot()
Returns an immutable snapshot of the current statistics.Methods in com.google.common.math with parameters of type PairedStats Modifier and Type Method Description void
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.
-