4: Time series Flashcards
What is a time series?
A series of data points indexed in time order. Composed of two parameters:
1. The value of the variable of interest
2. The time when the value occurred
What are some typical time series?
- With a trend
- With seasonality
- With trend and seasonality
- With a structural break
- With time-varying variance
- A stationary time series
What is autocorrelation?
Autocorrelation (serial correlation) is the correlations of a variable Xt and each of its lags Xt-1, Xt-2, etc
What does the autocorrelation function (ACF) provide?
The distribution of the correlations between a variable Xt and each of its lags Xt-1, Xt-2, etc, to identify a possible structure.
What is the difference between ACF and PACF?
ACF = correlation between data and the lags. In PACF you do not include the correlation related to intermediary lags, you control for those variables.
What are lags?
Previous value in the time series. The first lag of Yt is Yt-1
What is an autoregressive model?
Trying to predict model X with its past value; studying the effect of X on X in the past, could be good predictors of current X.
What is a stationary time series?
A stochastic process whose unconditional joint probability distribution does not change over time. Can try to identify stationarity visually.
A time series:
- without trend (it looks flat on the plot)
- without breaks
- without seasonality (periodic fluctuation)
- with constant variance over time
What are two possible test for stationarity?
- ADF test
- KPSS test
What is the ADF test?
Augmented Dickey-Fuller test.
- Test for unit root.
- Null hypothesis: a unit root is present.
- Alternative hypothesis: stationarity.
- Problem: high level of Type I error in the test
What is the KPSS test?
Kwiatkowski-Phillips-Schmidt-Shin (KPSS)
- Test for trend stationarity
- Null hypothesis: absence of unit root
- Warning: this is not a proof of stationarity.
Absence of unit root = data are trend-stationary
What is cross-sectional data?
Assumed that X influence Y all at once (standard OLS model)
What is a distributed lag model (dynamic linear model)?
The effect of X on Y might not happen all at once, but over time, over several lags of the IV X. This is distributed lag.
What are the betas called in a distributed lag model?
The lag weights
What does dynamic models show?
Long-term effect X has on Y. Two kinds of effects:
- Cumulative. How long does it take to get back, how long they stay, different lags add up. Long-term effect of X on Y. Compute long-run cumulative dynamic multipliers: zero-period dyn mult=ß1, one-period = ß1+ß2.
- Contemporaneous. Effect in Y happen all at once with the variation of X.
ßq is the dynamic multiplier of period q-1