Mean

Javadoc Javadoc


Transforms for computing the arithmetic mean of the elements in a collection, or the mean of the values associated with each key in a collection of key-value pairs.

Examples

Example 1: get the mean of a PCollection of Longs.

Example 2: calculate the mean of the Integers associated with each unique key (which is of type String).