Constant Model with First-Order Exponential Smoothing 

The constant model with first-order exponential smoothing is derived as in formula (5). A simple transformation gives the basic formula for exponential smoothing as shown in (6).

To determine the forecast value, you only require the preceding forecast value, the last past consumption value and the alpha smoothing factor. The smoothing factor weights the most recent consumption values more than the less recent ones, so that they have a stronger influence on the forecast.

How quickly the forecast reacts to a change in consumption pattern depends on what value you give the smoothing factor. If you set alpha to be 0, the new average is equal to the old one and the basic value calculated previously remains; that is, the forecast does not react to current consumption data. If you give alpha the value 1, the new average equals the last consumption value.

The most common values for alpha lie between 0.1 and 0.5. An alpha value of 0.5 weights past consumption values as follows:

1st historical value : 50%

2nd historical value : 25%

3rd historical value : 12.5%

4th historical value : 6.25%

and so on.

The weightings of past consumption data can be changed by one single parameter. Therefore, it is relatively easy to respond to changes in the time series.

The constant model of first-order exponential smoothing derived above is applicable to time series that do not have trend-like patterns or seasonal-like variations.