Lecture 7 - Time Series Analysis A Flashcards

1
Q

What are the four time series components?

A

1) Trend
2) Seasonal
3) Cyclical
4) Irregular

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Trend.

A

Long term upward or downward movements in a given variable over time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define Seasonal effects.

A

Repeating patterns or fluctuations over time occurring over a period of less than one year.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define Cyclical effects.

A

Patterns or fluctuations that occur over periods of more than one year.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define Irregular effects.

A

Random error and unexplained variations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does smoothing aim to remove?

A

Irregular effects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the two smoothing techniques?

A

1) Simple Moving Average

2) Exponential Smoothing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the simple moving average?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the exponential smoothing model?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the two main disadvantages of a simple moving average?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What two measures can be used to review the error of the smoothing models?

A

MAD and MSE (see formula sheet)

Higher value = more error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the seasonal index?

A

A factor that adjusts the trend value of a time series value to compensate for seasonal effects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What model is assumed when constructing a seasonal index with a ratio to moving average?

A

A multiplicative model whereby:

yt = T x S x C x I

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the 5 steps required to seasonally smooth quarterly data?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly