The tool supports interface of Foresight Analytics Platform 9 or earlier.

Exponential Smoothing

Exponential smoothing is one of the most popular methods that are used to smooth and forecast a wide range of time series. The method is based on calculating exponential means.

NOTE. In the Exponential Smoothing method, the input variable also serves as the output variable. To create an equation, set the variable binding to itself.

To set up method parameters, use the Equation side panel tab.

To display the tab

Method parameters:

A time series is decomposed into a systematic component (d) and a random component (e). Specify the required seasonality model:

TIP. Minimum number of series observations must satisfy the inequality: Number of observations >= (Seasonal period * 2 + 1).

See also:

Working with Equations | The Exponential Smoothing Method | Time Series Analysis: Exponential Smoothing | IModelling.Expsmooth