Stateful
Stateful based analytics over a grouped set of events
Available Functions
Exponential moving average
Exponential smoothing or exponential moving average is a rule of thumb technique for smoothing time series data using the exponential window function. Whereas in the simple moving average the past observations are weighted equally, exponential functions are used to assign exponentially decreasing weights over time.
Rolling Sum
Calculate the rolling sum of values across provided attributes.
Last updated