QA10 - Stationary Time Series Flashcards

1
Q

Describe the requirements for a series to be covariance-stationary

A

First two moments must satisfy all three conditions:
1. E(Yt) = mu for all t
2. Var(Yt) = γ0 < infinity for all t
3. Cov(Yt, Y_(t-h)) = γh for all t

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

Describe the autocovariance function and the autocorrelation function

A

Autocovariance γ_t,y = E[(Yt - E(Yt))(Y_(t-h) - E(Y_(t-h))]

Autocorrelation rho_h = γh / γ0

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

Define white noise, and describe independent white noise and normal (Gaussian) white noise

A

White noise comes from a distribution with mean zero, independent when iid

Normal white noise is when random samples come from a normal distribution

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

Define and describe the properties of autoregressive (AR) processes

A

Autoregressive models relate value of stochastic process to the previous one

AR(1): Yt = d + φY_(t-1) + e_t

Covariance stationary when |φ| < 1, non-stationary when φ = 1

mu = d / (1 - φ)

variance = sigma^2 / (1 - φ^2)

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

Define and describe the properties of moving average (MA) processes

A

Relates value to the shock of the previous values

MA(1) = Yt = mu + θe_(t-1) + e_t

E(Yt) = mu
Var(Yt) = (1 + θ^2) * simga^2

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

Explain mean reversion and calculate a mean-reverting level

A

Mean reversion is where a stochastic process returns to its mean eventually

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

Define and describe the properties of autoregressive moving average (ARMA) processes

A

ARMA(1,1): Yt = d + φY_(t-1) + θe_(t-1) + e_t

mu = d / (1 - φ)

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

Describe sample autocorrelation and partial autocorrelation

A

Applied to ARMA models to understand dependence structure and select candidate ARMA models

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

Describe the Box-Pierce Q statistic and the Ljung-Box Q statistic

A

Used to do joint tests of joint auto correlations when validating a model, the are roughly equal for large t

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

Explain how forecasts are generated from ARMA models

A

Expectation of future value requires taking expectation of previous observations

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

Explain how seasonality is modelled in a covariance-stationary ARMA

A

Pure seasonal model only uses lags at seasonal frequency, for example with quarterly seasonality:
AR(1): Yt = d + φY_(t-4) + e_t

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