Week 6 Lecture 4 Forecasting Flashcards
When should the ‘Holt-Winters’ method be used?
When data is trended and seasonal.
What are 4 advantages fo exponential smoothing?
- Plausible Assumptions
- Easy to compute (for a computer)
- Can be used by staff with limited mathematical background
- Exponential smoothing work well in practise
What are 2 disadvantages of exponential smoothing?
- Difficult to find a starting point
- Exponential smoothing lags behind the actual trend as a result of smoothing.
How do we calculate the starting point when using the holt-winters method?
Calculate an average of the first 2 or 3 points
What are the 3 methods of calculating the accuracy of forecasting methods?
- Mean absolute deviation.
- Mean Square Error.
- Mean Absolute Percentage Error.
What are the characteristics of ‘Mean Absolute deviation’? And how is it calculated?
- Considers the absolute value of errors
- Gives equal weighting to each error.
Sum of errors/ N
What are the characteristics of ‘Mean Square Error’? And how is it calculated?
- Mean Square Error penalises larger errors so as to not throw off the average.
- If a system has a large anomaly error the Mean Square Error should be used
error (squared) + error (squared) / N
What are the characteristics of “Mean Absolute Percentage Error’? And how is it calculated?
- This method gives an average percentage error for each individual error.
Sum of Percentage errors / N
What is the error equal to?
Actual - Forecast
When dealing with negatives in accuracy checking methods,how are they recorded?
They’re recorded as positive numbers