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