- WeightedMovingAverage - Class in nl.liacs.timeseries.kernel
-
WeightedMovingAverage kernels take into account previous values when
determining the current one, but weigh those using configurable weights.
- WeightedMovingAverage(int) - Constructor for class nl.liacs.timeseries.kernel.WeightedMovingAverage
-
Constructs a Weighted Moving Average kernel, initialised with linear
increasing weights, resulting in recent observations contributing
more to the final result than older ones.
- WeightedMovingAverage(double[]) - Constructor for class nl.liacs.timeseries.kernel.WeightedMovingAverage
-
Constructs a Weighted Moving Average kernel, using supplied weights.
- whitespace_replacement - Static variable in class nl.liacs.timeseries.main.Operation
-
- WINDOW_DEFAULT_SIZE - Static variable in class nl.liacs.timeseries.gui.GUI
-
- WINDOW_MINIMUM_SIZE - Static variable in class nl.liacs.timeseries.gui.GUI
-