Univariate Time-series Flashcards

1
Q

Define autocovariance

A

Autocovariance_s = E[(y_t - mu) (y_(t-s) - mu)]

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

Define covariance stationarity

A

1) Expected(yt) = mu 2) V(yt) = sigma^2 < infinity 3) E[(y_t - mu) (y_(t-s) - mu)] depends on s, not on t These are unconditional statistics. Conditionally, they may vary over time

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

Define strict stationarity

A

Joint distribution of whole process does not depend on time. Var can be infinite, but constant

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

What are the main causes of non-stationarity?

A

Seasonality

Time trends

Random walks

Structural breaks

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

Define ergodicity

A

If two samples from the same process drawn far aprt in time are independent, the process is ergodic. It implies that avefages converge to their expectations if they exist

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

Define (univariate) white noise

A

1) Zero in expectation 2) Constant, finite variance 3) Zero autocovariance Does not have to be standard normal, although it often is Can be dependent, although not linearly, e.g. GARCH

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

When is an ARMA stationary?

A

For ARMA(0,Q), it is stationary if errors are white noise For ARMA(1,Q), it is stationary if abs(phi) <1, and errors are white noise For ARMA(1,Q), errors must be finite and roots of characteristic polynomial bust be within unit circle

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

What is the general form of the characteristic equation and under which condition will the process be stationary

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

What is the characteristic polynomial for an ARMA(2,Q)

A

z^2 - z*phi_1 - phi_2 = 0

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

In which region must phi be for an ARMA(2,Q) to be stationary (given the error is white-noise)?

A

In the (phi1, phi2) space, within the triangular region bounded by: (-2,-1) (2,-1) and (0,1)

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

What is the autocorrelation function (ACF)

A

ACF(s) is the s’th autocovariance divided by the variance

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

What is the partial autocorrelation function?

A

PACF(s) is the s’th slope coefficient in an AR(s) regression. It is the effect of the s’th lag controlling for shorter lags

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

How can you do inference on the ACF?

A

Simple t-test for individual ACF. Testting for multiple ACFs can be done with the Ljung-Box Q statistic. This is however not heteroscedasticity robust, so it may be advisable to use the LM test instead

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

What is the Box-Jenkins methodology?

A

An approach to time-series model selection 1) Identification. Analyze ACF and PACF to identify appropriate model 2) Estimation and diagnostics

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

What are some important considerations for model diagnostics?

A

Are residuals white noise? - Residual plot - Ljung-Box Q stat or Lm test - SACF and SPACF plots Outliers - Visual inspection

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

What is the Ljung-box test?

A

A test of multiple ACFs. If data is heteroscedastic (most financial data is), it might be advisable to use an LM test, since the Ljung Box Q stat is not robust to heteroscedastcity.

17
Q

What are two key tests to evaluate forecasts?

A

1) Mincer Zarnowitz regression 2) Diebold-Mariano

18
Q

What is an Mincer-Zarnowitz test?

A

Regression realized values of forecasts. Null: alpha=0, beta=1 Use Wald, LM or LR Can be generalized to also regress on other variables in the information set. Tests if forecast errors are unforecastable

19
Q

What is the Diebold-Mariano test?

A

Tests relative performance of 2 forecasts. Makes inference on difference in loss function, typically MSE. Since errors may have serial correlation, must estimate variance with Newey-West estimator Test-statistic is distributed N(0,1)

20
Q

What is the difference between a unit root and a RW?

A

Unit root processes are generalizations of the simple random walk.

21
Q

What are some problems with unit roots

A

Exploding variance Inconsistent parameter estimates Suprious regression No mean-reversion

22
Q

What is a Dickey-Fuller test?

A

It is a test for unit root. In the simplest version, LHS is difference, RHS is level times parameter + error. The null is that the parameter is zero. This can be simply estimated, but inference is harder. Test-statistics follow Dickey-fuller distribution. Non-standard distribution, since variance explodes under the null Time-trends can be included in the regression. Doing so when they are irrelevant decreases power, but failing to do so gives a test with no power. Power can also sometimes be included if more lagged differences are included (AFD) - this models short-run dynamics around the random walk-component

23
Q

What is a Dickey-Fuller test?

A

It is a test for unit root. In the simplest version, LHS is difference, RHS is level times parameter + error. The null is that the parameter is zero. This can be simply estimated, but inference is harder. Test-statistics follow Dickey-fuller distribution. Non-standard distribution, since variance explodes under the null. Dickey-fuller tests generally have low power Time-trends can be included in the regression. Doing so when they are irrelevant decreases power, but failing to do so gives a test with no power. Power can also sometimes be included if more lagged differences are included (AFD) - this models short-run dynamics around the random walk-component

24
Q

What is a Markov-Switching model?

A

A model that randomly switches between two regimes, with difference means. Uses transition matrix with 4 probabilities: probability of high and low state given being in either high or low state.

25
Q

What do the ACF and PACF looks like for white noise?

A
26
Q

What do the ACF and PACF look like for an AR 1 with phi between 0 and 1

A
27
Q

What do the ACF and PACF look like for an AR(1) with 0>phi>-1

A
28
Q

What do the ACF and PACF look like for MA(1) with theta between 0 and 1

A
29
Q

What do the ACF and PACF look like for MA(1) with 0>theta>-1

A
30
Q

How to derive the equation for ADF?

A

Start with AR(P) on levels. Add and subtract to get differences until only y_(t-1) is found in levels and all other variables are differences