Module 17: Time series analysis Flashcards

1
Q

Strict Stationarity

A
A process is strictly stationary if its characteristics do not change over time, 
ie f(X_{r}, X_{r+1}, ..., X_{s}) = f(X_{r+k}, X_{r+1+k}, ..., X_{s+k}) 

Strict stationarity is restrictive and unlikely in real-world data.

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

Weak Stationarity

A

A process is said to be weakly stationary of order n if the moments of subsets of the process are equal (and finite) up to the nth moment.

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

Covariance Stationarity

A

A process is covariance stationary if it is weakly stationary of order n if the moments of subsets of the process are equal (and finite) up to the nth moment.

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

White noise

A

A process {εₜ} that has a mean of 0 and a variance of σ².

Each observation is uncorrelated with previous observations.

White noise is covariance stationary.
If, in addition, the process is iid, then the series is strictly stationary.

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

Trend-Stationarity

A

A trend-stationary process is one where the observations oscillate randomly around a trend line α₀ + α₁ t that is a function of time only.

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

Integrated process of order d

A

An I(d) process is one where the process needs to be differenced d times before the result, Δᵈ Xₜ, is covariance stationary.

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

Difference stationary process

A

An I(1) process, i.e. ΔXₜ is covariance stationary.

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

Autoregressive process of order p

A

An AR(p) process is one where each observation is a linear combination of the p previous values plus a random error.

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

Moving average process of oder p

A

An MA(q) process is one where each observation is a linear combination of the q previous error terms plus a current random error term.

An autogregressive process can be defined in moving average terms and vice versa.

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

Durbin-Watson statistic

A

The Durbin-Watson statistic can be used to test for serial correlation in the observations. There is no such correlation in a true moving average process.

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

Autoregressive moving average time series

A

Combining an AR(p) process and an MA(q) process results in an autoregressive moving average process ARMA(p,q).

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

Integrated autoregressive moving average process

A

An integrated autogregressive moving average process, or ARIMA(p,d,q) process, is one where the dth difference is a stationary ARMA(p,q) process.

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

It is possible to model 3 specific features of the data

A
  • seasonality (using indicator variables)
  • step changes in the value of the process (using a Poisson variable)
  • altered rates of change (eg of the drift, rate of mean reversion, time trend).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Heteroskedasticity

A

A heteroskedastic time series is one where the variance changes over time.

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

Autoregressive conditional heteroskedastic process

A

An ARCH process is constructed so that the volatility varies over time.

A large change in the previous values of the process is often followed by a period of high volatility (volatility clustering).

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

Generalised autoregressive conditional heteroskedastic process

A

A GARCH process is constructed so that the volatility depends on previous values of the volatility as well as on previous values of the process.

With a GARCH model, periods of high volatility tend to last for a long time.