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


Parameters:
d - Operates on decimals or floats.
The standard deviation of the values in the window.

Ignores any NaN values in the window. Returns NaN if there are any infinite values in the window or the window is empty.