Uses of Class
dev.mccue.guava.math.PairedStats
-
Uses of PairedStats in dev.mccue.guava.math
Methods in dev.mccue.guava.math that return PairedStatsModifier and TypeMethodDescriptionstatic PairedStatsPairedStats.fromByteArray(byte[] byteArray) Creates aPairedStatsinstance from the given byte representation which was obtained bytoByteArray().PairedStatsAccumulator.snapshot()Returns an immutable snapshot of the current statistics.Methods in dev.mccue.guava.math with parameters of type PairedStatsModifier and TypeMethodDescriptionvoidPairedStatsAccumulator.addAll(PairedStats values) Adds the given statistics to the dataset, as if the individual values used to compute the statistics had been added directly.