Week 3: Generating Process & Smoothing Methods Flashcards
What do smoothing methods do?
Eliminate randomness using some type of averaging method
- Helps identify underlying component
- Used for short-medium term predictions
- Good for routine basis forecasting
What is entire average method?
Appropriate predictor if time series is horizontal (has LEVEL) throughout the whole duration, with no other underlying components - bad predictions
- EXTREME: All observations have the same weight
What is the naive method?
- Appropriate predictor if time series is horizontal (has LEVEL) throughout the whole duration, with no other underlying components
- Previous period becomes this periods forecast
- Places 100% weight in most recent observation
What is Moving Average (MAq)?
Appropriate predictor if time series is horizontal (has LEVEL) throughout the whole duration, with no other underlying components
- Average of a certain number of the most recent observations
- All prior observations have zero weight
Is MAq arbitrary?
Yes, but has factors influencing it -
1. VOLATILITY - The more volatile, the more observations needed
- LENGTH: Short time series - short MAq
- PREDICTIVE PERFORMANCE: Can try different variations, the one with the smallest error criterion should be selected
How does Simple Exponential Smoothing (SES) distribute weights?
- Appropriate predictor if time series is horizontal (has LEVEL) throughout the whole duration, with no other underlying components
- Puts more weight in Yt-1 (most recent observation), as it it goes backwards, weighting reduces
Is SES smoothing constant, alpha (a) arbitrary?
Yes, but has factors influencing it -
1. VOLATILITY - The more volatile, the lower the value of alpha needed to smooth the time series
- PREDICTIVE PERFORMANCE: Can try different alpha variations, the one with the smallest error criterion should be selected
What happens when alpha is lower?
When alpha is lower, more weight is given to the observations in the past
What value is the smoothing constant?
0-1 (inclusive)
Where should you place more weight in forecasting?
More recent values are most likely to be better predictors and should be given more weight
What are the systematic components of time series are influenced by ?
Relevant variables & random components
What is the random component?
Unobservable changes, unpredictable events
Forecasting requires the model to accurately predict what?
Another sample - the future.
It is worthwhile to try to find a general model that will explain/predict both past and future samples
What are the random component assumptions?
- Zero Mean
- Constant VARIANCE
- Symmetric Distribution
- Uncorrelated with residuals at other points in time (independently derived)
How to select best model
This will depend on the type of patterns observed in the time series and the type of model (time series/causal)
- A good forecaster will use several error functions as indicators of forecast performance of models . The lower the better