Moving Average
Description
Smooths the data stream by the mean/median of the last n values.
Required input
A numerical field is required.
Configuration
N Value
Specifies the number of previous data points which are used to smooth the data.
Method
Specifies the method which is used to smooth the data. Choose between mean and median.
Output
Appends a field with the smoothed data.