| AbstractExponentialSmoothing |
|
| AbstractExponentialSmoothing.PredictionResult |
|
| AbstractModelOptimizer |
|
| ContinuousModel |
|
| DoubleExponentialSmoothing |
Double exponential smoothing (Holt's linear trend model)
Works well when data exhibits increasing or decreasing trend pattern.
|
| DoubleExponentialSmoothing.DoubleExOptimizer |
|
| DoubleExponentialSmoothing.DoubleExState |
|
| SimpleExponentialSmoothing |
Simple exponential smoothing
Works well for stationary data when there is no trend in data.
|
| SimpleExponentialSmoothing.SimpleExOptimizer |
|
| SimpleExponentialSmoothing.State |
|
| SimpleMovingAverage |
Simple moving average model, often used for trend estimating
|
| TimeSeriesModel.TimestampComparator |
|
| TripleExponentialSmoothing |
Triple exponential smoothing model also known as Holt-Winters model.
|
| TripleExponentialSmoothing.TripleExOptimizer |
|
| TripleExponentialSmoothing.TripleExState |
|
| WeightedMovingAverage |
Weighted moving average model, variant of Moving average model.
|