Forecasting Flashcards
4 characteristics from last data that can help us to forecast
Trend (increasing or decreasing and how fast)
Seasonality/periodicity (repeating patterns in time)
Economic cycle (not tied to time)
Correlations with other variables
What is the forecasting error
The difference between the actual value and the predicted value
What’s the Mean absolute deviation
the average of the absolute deviations in the historical predictions
What’s the mean squared error
the average of the squared deviations in the historical predictions
How do you find the moving average
The forecast of period t + 1 is equal to the average of the last m observations, where m is a given integer parameter.
How does single exponential smoothing differ to moving method to produce a smoothed time series
Whereas in moving averages, the past observations were all treated equally (and completely ignored if they were further away than m time periods), exponential smoothing assigns exponentially decreasing weights as the observations get older.
Equation for the one step forecast (smoothed average at time t) when you have a smoothing parameter α
α x [sum i =0 to n] (1-α)^i x X(t-i)
When does single exponential smoothing not excel
In following data where there is a trend,
.
What characteristic does double exponential smoothing allow for
A trend
What characteristics does Winters’ multiplicative smoothing allow for
Trend and seasonality
How to adapt multiplicative smoothing equations to winters additive smoothing
Seasonality is used an addition rather than a multiplier
For the first term in the base equation Et (normal single exponential smoothing) and seasonality equations, change the coefficient from division to subtraction.
How to get exponential smoothing with trend equations
Enter S=1 into winters multiplicative smoothing equations
How to get exponential smoothing equation from multiplicative smoothing equations
Only have a base equation (doesn’t account for trend or seasonality) so these values just plug in as 1
How to get exponential smoothing with multiplicative seasonality equations
Enter T=0 into multiplicative smoothing equations (trend isn’t considered.
How to get exponential smoothing with additive seasonality equations
Enter T=0 into winters additive method.