org.apache.spark.sql.execution.closedform
Evaluate once at each partition
Evaluate once at each partition
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.