com.apama.aggregates
Aggregate mean(TYPE d) TYPE


Parameters:
d - Operates on decimals or floats.
Return the arithmetic mean of the items in the window.

If the window is empty or contains both positive and negative infinities, returns NaN. NaN values are ignored.