| Package | Description |
|---|---|
| org.hawkular.datamining.forecast.models |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleExponentialSmoothing
Double exponential smoothing (Holt's linear trend model)
Works well when data exhibits increasing or decreasing trend pattern.
|
class |
SimpleExponentialSmoothing
Simple exponential smoothing
Works well for stationary data when there is no trend in data.
|
class |
TripleExponentialSmoothing
Triple exponential smoothing model also known as Holt-Winters model.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.