Forecasting Methods Used in ezForecaster |
|||||||||||||||||||||||||||||||||||||||||||
Smoothing MethodsSmoothing models attempt to forecast by removing extreme changes in past data. The following methods are available.
|
|||||||||||||||||||||||||||||||||||||||||||
Curve Fitting Methods |
|||||||||||||||||||||||||||||||||||||||||||
Linear RegressionA simple forecasting method that calculates a straight line. By its nature, the straight line it produces suggests that it is best suited to data that is expected to change by the same absolute amount in each time period. The mathematical equation shows that the variable y varies by a constant a and increasing (or decreasing) over time (denoted by t) by factor b.
|
|||||||||||||||||||||||||||||||||||||||||||
Exponential FunctionThis method uses an increasing or decreasing curve rather than the straight line of the Linear Regression method. An exponential method is useful when it is known that there is, or has been, increasing growth or decline in past periods.
|
|||||||||||||||||||||||||||||||||||||||||||
Power FunctionThis method is similar to Exponential Function, but produces a forecast curve that increases or decreases at a different rate.
|
|||||||||||||||||||||||||||||||||||||||||||
Logarithmic FunctionThis method is similar to Exponential Function, but uses an alternate logarithmic model.
|
|||||||||||||||||||||||||||||||||||||||||||
Gompertz FunctionThis method attempts to fit a 'Gompertz' or 'S' curve.
|
|||||||||||||||||||||||||||||||||||||||||||
Logistic FunctionThis method attempts to fit a 'Logistic' (a.k.a. Pearl-Reed) curve.
|
|||||||||||||||||||||||||||||||||||||||||||
Parabola FunctionThis method attempts to fit a 'Parabolic' (second order polynomial) curve.
|
|||||||||||||||||||||||||||||||||||||||||||
Smoothing Methods |
|||||||||||||||||||||||||||||||||||||||||||
Moving AverageThe Moving Average method seeks to smooth out past data by averaging the last several periods and projecting that view forward. ezForecaster automatically calculates the optimal number of periods to be averaged.
|
|||||||||||||||||||||||||||||||||||||||||||
Double Moving AverageThe Double Moving Average method smooth out past data by applying Moving Average twice, smoothing the already smoothed series. ezForecaster automatically calculates the optimal number of periods to be averaged.
|
|||||||||||||||||||||||||||||||||||||||||||
Moving Annual AverageThe Moving Average method seeks to smooth out past data by averaging the last year and projecting it forward.
|
|||||||||||||||||||||||||||||||||||||||||||
Percent DifferencePercent Difference smoothes out past data by calculating the difference between one period ago versus a varying number of periods ago. Firstly, ezForecaster calculates a one-period difference then a two-period difference until it finds the period difference with the smallest forecast error.
|
|||||||||||||||||||||||||||||||||||||||||||
Single Exponential SmoothingSingle Exponential Smoothing (SES) largely overcomes the limitations of moving averages or percentage change models. It does this automatically by weighting past data with weights that decrease exponentially with time; that is, the more recent the data value, the greater its weighting. Effectively, SES is a weighted moving average system that is best suited to data that exhibits a flat trend. ezForecaster lets you specify a value for the smoothing constant, a, or you can let ezForecaster pick the most appropriate one.
|
|||||||||||||||||||||||||||||||||||||||||||
Double Exponential SmoothingDouble Exponential Smoothing (DES) applies Single Exponential Smoothing twice. It is useful where the historic data series is not stationary.
|
|||||||||||||||||||||||||||||||||||||||||||
Holt's Double Exponential SmoothingThis method (sometimes referred to as Holt-Winters' Non-Seasonal) is similar to regular Exponential Smoothing this technique allows for a different smoothing constant to be used for the second smoothing process.
|
|||||||||||||||||||||||||||||||||||||||||||
Triple Exponential SmoothingTriple Exponential Smoothing (TES) applies SES three times. Along with DES, it is useful where the historic data series is not stationary.
|
|||||||||||||||||||||||||||||||||||||||||||
Adaptive SmoothingThis method automatically adjusts its smoothing parameters.
|
|||||||||||||||||||||||||||||||||||||||||||
Seasonal Smoothing Methods |
|||||||||||||||||||||||||||||||||||||||||||
Additive DecompositionAdditive Decomposition breaks a series into component parts, Trend, Seasonality, Cyclical and Error, determines the value of each, projects them forward and reassembles them to create a forecast.
|
|||||||||||||||||||||||||||||||||||||||||||
Multiplicative DecompositionSimilar to the Additive method, but this version considers the effects of seasonality to be Multiplicative, that is, growing (or decreasing) over time.
|
|||||||||||||||||||||||||||||||||||||||||||
Winters' AdditiveThis advanced exponential smoothing method constructs three statistically related series, which are used to make the actual forecast: the smoothed data series, the seasonal index, and the trend series. This method requires at least two years of back data to calculate a forecast. It is calculated by solving the three 'updating formulas' below.
|
|||||||||||||||||||||||||||||||||||||||||||
Winters' MultiplicativeThis advanced exponential smoothing method (a.k.a. Holt-Winters' Seasonal) constructs three statistically related series, which are used to make the actual forecast: the smoothed data series, the seasonal index, and the trend series. This method requires at least two years of back data to calculate a forecast. It is calculated by solving the three 'updating formulas' below.
|
|||||||||||||||||||||||||||||||||||||||||||
Annual Percent DifferenceAnnual Percent Difference calculates a forecast by calculating the difference from a year ago versus two years ago. You need a minimum of two years of history for this technique.
|
|||||||||||||||||||||||||||||||||||||||||||
Annual Percent DifferenceAnnual Percent Difference calculates a forecast by calculating the difference from a year ago versus two years ago. You need a minimum of two years of history for this technique.
|
|||||||||||||||||||||||||||||||||||||||||||
|
|