Lecture 7 - Time Series Analysis A Flashcards
What are the four time series components?
1) Trend
2) Seasonal
3) Cyclical
4) Irregular
Define Trend.
Long term upward or downward movements in a given variable over time.
Define Seasonal effects.
Repeating patterns or fluctuations over time occurring over a period of less than one year.
Define Cyclical effects.
Patterns or fluctuations that occur over periods of more than one year.
Define Irregular effects.
Random error and unexplained variations
What does smoothing aim to remove?
Irregular effects.
What are the two smoothing techniques?
1) Simple Moving Average
2) Exponential Smoothing
What is the simple moving average?
The average of n periods either side of the time period. That is, a 3 period moving average is the average of the chosen period, the previous period and the next period.
What is the exponential smoothing model?
A weighting, alpha, is chosen between 0 and 1. The forecast for the ‘next’ time period is alpha times the actual value of the current time period plus (1 - alpha) times the forecast value for the current time period.
What are the two main disadvantages of a simple moving average?
1) The loss of the first sets of time periods. Key for small data sets.
2) Dropping previous observations makes the model ‘forget’ old data completely.
What two measures can be used to review the error of the smoothing models?
MAD and MSE (see formula sheet)
Higher value = more error
What is the seasonal index?
A factor that adjusts the trend value of a time series value to compensate for seasonal effects.
What model is assumed when constructing a seasonal index with a ratio to moving average?
A multiplicative model whereby:
yt = T x S x C x I
What are the 5 steps required to seasonally smooth quarterly data?
1) Compute FOUR period MAs (due to quarterly data)
2) ‘Centre’ the MAs by taking averages of two successive MAs to associate them directly with an observed value
3) Compute the ratio to MA for each time period by dividing the observed value by the centred MA
4) Compute the seasonal indices for each ‘season’ by averaging the ratio to MA for the relevant time period (i.e. combine all march values)
5) Deseasonalise the series by dividing each observation by its relevant seasonal index