1a - Exploratory analysis Flashcards

1
Q

What is the classical time series decomposition?

A

Classical time series decomposition describes a univariate time series (Yt) with t≥1 as composed by structural components such as a trend, a seasonal compoment, a cycle, and an erratic component.

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

How can a classical decomposition be?

A
  • additive: Yt =Tt +St +Ct +Et
  • multiplicative: Yt = Tt ∗ St ∗ Ct ∗ Et

Notice that a log transforms a multiplicative decomposition into an additive one: logYt =logTt +logSt +logEt

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

How do we fit a trend in a series that just shows a trend and no seasonal component? Like Yt = Tt + Et

A
  1. Fit a smooth function of t
  2. Use moving averages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do we fit a smooth function of t?

A

We can use for example a linear trend or we can use more complex functions such as a quadratic trend or an exponential trend.

It is important to notice that bein too flexible makes it difficult to identify a trend or a cycle.

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

How do we use a moving average?

A

This gives a smoothed version of the observed series, intrpreted as the trend.
- The higher the k, the smoother the fitted trend.

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

What happens if k is even when we use the moving average?

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

How do we detrend?

A
  • Having fitted the trend, we can remove it to obtain a detrended time series.
  • In this way we get just the erratic component which is possibly stationary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do we fit a seasonal component in a series that just shows a seasonal component and no trend? Like Yt = St + Et

A
  1. Seasonal factors
  2. Moving averages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do we use the season factors to fit the seasonal component?

A
  • Suppose you have monthly data y , with mean y ̄ = 0.
  • A simple way to proceed is to introduce seasonal factors α(jan), α(feb), …, α(dec) and describe:
    yt = αmonth(t) + Et
    where, if t corresponds to January, αmonth(t) = α(jan), and so on.
  • For identifiability, we assume that the sum of the seasonal factors is zero.
  • Remeber we are only considering additive decompostition.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do we use the moving average to fit the seasonal component?

A

For example, if we have monthly data, we would use a MA(12).

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

What if we have a time series that has both the trend and the seasonal component? Like yt =Tt +St +Et

A

We can proceed in two ways:
1. we first detrend, and the we fit the seasonal component
2. we first fit the seasonal component, and then on the deseasonalized series we fit the trend

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