A class for tracking the statistics of a set of numbers (count, mean,
variance and weightedCount) in a numerically robust way.
A class for tracking the statistics of a set of numbers (count, mean,
variance and weightedCount) in a numerically robust way.
Includes support for merging two counters.
Taken from Spark's StatCounter implementation removing max and min.
A class for tracking the statistics of a set of numbers (count, mean, variance and weightedCount) in a numerically robust way. Includes support for merging two counters.
Taken from Spark's StatCounter implementation removing max and min.