L2 - Time series Flashcards

1
Q

What is a stochastic process and its associated notiation?

A

A stochastic process is a sequence of random variables
indexed by time.

We will use the notation {yₜ: 1, 2, . . .}, or {yₜ} to denote this sequence

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

How do we represent the mean (µ)?

A

E[yₜ]

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

How do we represent the variance (γ₀)?

A

E[(yₜ - µ)²]

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

How do we represent the autocovariance (γⱼ)?

A

E[(yₜ - µ)(yₜ ₋ ⱼ - µ)]

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

In order to ‘operationalise’ the assumption that the future behaves like the past, what do we need to do?

A

We impose restrictions on autocovariances (Stationarity).

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

What is Stationarity?

A

A stationary time series process is a process whose probability distributions are stable over time

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

What does it mean to be weekly stationary?

A

mean, variance and covariances are stable:

E[yₜ] = µ < ∞

Var(yₜ) = γ₀ < ∞

Cov(γⱼ, yₜ ₋ ⱼ) = γⱼ

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

Why do we need to impose stability in a stationary process?

A

If the relationship between y and x keeps changing randomly over time, we won’t be able to understand how a change in x affects y

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

What is the equation of standardised autocovariances (ACF/correlogram)

A

ρⱼ = Cov(γⱼ, yₜ ₋ ⱼ) / Var(yₜ) = γⱼ / γ₀

−1 ≤ ρⱼ ≤ 1

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

What is a ‘White Noise’ process

A

A type of time series that is not predictable. It must:

E[εₜ] = 0 for all t

E[εₜεₛ] = σ² for t = s
= 0 for t ≠ s

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

What does it mean to be ‘serially uncorrelated’

A

A stochastic process with zero correlation across time periods

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

One examples of a stationary process is the ‘AR’ model.

Model an AR(1) process.

A

yₜ = θyₜ₋₁ + εₜ

where εₜ is white noise

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

Model an AR(3) process

A

yₜ = θ₁yₜ₋₁ + θ₂yₜ₋₂ + θ₃yₜ₋₃ + εₜ

where εₜ is white noise

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

One examples of a stationary process is the ‘MA’ model.

Model an MA(1) process.

A

yₜ = εₜ + αεₜ₋₁

where εₜ is white noise

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

Model an MA(3) process.

A

yₜ = εₜ + αεₜ₋₁ + αεₜ₋₂ + αεₜ₋₃

where εₜ is white noise

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

We can combine the two stationary processes.

Model an ARMA(1,1)

A

yₜ = θ₁yₜ₋₁ + εₜ + αεₜ₋₁

17
Q

What is correlogram formula for an AR(1) process?

A

γⱼ = Cov(γⱼ, yₜ ₋ ⱼ) = θʲ [σ²/(1- θ)]²

18
Q

Under what assumptions is OLS valid in time series?

A

A1- The stochastic process (DTP) follows yₜ = β₀ + β₁x₁ₜ + . . . + βkxₜkₜ + uₜ

A2 - No Perfect Collinearity

A3 - Zero Conditional Mean such that E[uₜ| X] = 0

A4 - Homoscedasticity Var(uₜ|X) = σ² , t = 1, . . . , T

19
Q

Under what 3 assumptions is βˆ an unbiased esitimator

A

A1- The stochastic process (DTP) follows yₜ = β₀ + β₁x₁ₜ + . . . + βkxₜkₜ + uₜ

A2 - No Perfect Collinearity

A3 - Zero Conditional Mean such that E[uₜ| X] = 0

20
Q

What is strong exogeneity?

A

Every regressors is uncorrelated with the error term in every time period

21
Q

Under which specific assumption is βˆ is the best linear unbiased estimator (BLUE) of β

A

Homoskedasticity

22
Q

Show that a model with a lagged dependent variable cannot satisfy strong exogeneity

A

E[yₜuₜ]) = σ²

This means they are not uncorrelated.

23
Q

What is weak dependence?

A

A weakly stationary time series is weakly dependent if
the correlation between yₜ and yₜ₊ⱼ goes to zero ‘sufficiently quickly’ as j goes to infinity

24
Q

Why do we care about weak dependence?

A

The role of the weak dependence assumption is to allow us to invoke the Central Limit Theorem and the Law of Large Numbers in the presence of time series data.

It basically lets us treat our data as i.i.d

25
Q

What is the ‘contemporaneous exogeneity assumption’?

A

The relationship between independent variables and the error term in the same period are 0.

26
Q

Asymptotically, what assumptions are required to make the OLS estimator consistent?

A

Weak dependence, No Perfect Collinearity, contemporaneous exogeneity

27
Q

Asymptotically, what assumptions are required to make the OLS estimator asymptotically normally distributed?

A

Weak dependence, No Perfect Collinearity, contemporaneous exogeneity and Homoskedasticity