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


Parameters:
d - Operates on decimals or floats.
The sample 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.