| Package | Description | 
|---|---|
| nl.liacs.timeseries.kernel | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleMovingMedianSimpleMovingMedian kernels calculate the output value based on the previous
 and current value(s), using some configurable window  width. | 
| class  | WeightedMovingAverageWeightedMovingAverage kernels take into account previous values when
 determining the current one, but weigh those using configurable weights. |