Time-Series Concepts/Linear Regression Flashcards

1
Q

Stochastic Process

A
  • a sequence of random variables indexed by time
  • e.g. Xt = 3t + ϵt
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Deterministic Process

A
  • no randomness
  • e.g. Xt = 3t
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Weak Stationarity

A
  • The mean is constant: E[Xt] = μ
  • The variance is constant: Var(Xt) = σ2
  • The covariance between Xt and Xt+h depends only on h, not t
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Autocorrelation

A

How related a time series value, Xt, is to its past values, Xt-k

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

Partial Autocorrelation

A

Isolates the direct relationship between Xt and Xt-k, removing the influence of intermediate lags

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

White noise process

A

a sequence of uncorrelated random variables with:
* mean E[ϵt] = 0
* constant variance Var(ϵt) = σ2
* no autocorrelation Cov(ϵt, ϵt-k) = 0 ∀ k
!= 0

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

If residuals of a model are white noise ….

A

the model fits well

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

What does OLS do?

A
  • OLS estimates parameters by minimising the sum of squared residuals
  • residual: Yt - (β0 + β1Xt)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Key properties of OLS

A
  • Unbiasedness: On average, OLS estimates are correct if assumptions are met
  • Efficiency: OLS has the smallest variance among unbiased estimators (Gauss-Markov Theorem)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Gauss-Markov Assumptions

A
  • Linearity
  • Exogeneity
  • Homoscedasticity
  • No Autocorrelation of errors
  • No perfect multicollinearity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Linearity

A

The relationship between the dependent variable and the independent variable must be linear

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

Exogeneity

A

The independent variables must not be correlated with the error term

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

Homoscedasticity

Constant Variance of Errors

A

The variance of the error term must be constant across all levels of Xt
* Var(ϵt) = σ2 (constant for all t)

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

No autocorrelation of errors

A

The errors should not be correlated with each other
* Cov(ϵt, ϵt-k) = 0 for any lag k

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

Why is homoscedasticity important?

A

If the variance of errors changes with Xt, OLS estimates will still be unbiased but standard errors will be incorrect leading to invalid statistical inferences

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

No perfect multicollinearity

A

The independent variables must not be perfectly correlated i.e. it cannot be expressed as an exact linear combination of others

14
Q

Errors are normally distributed

A

The error term should follow a normal distribution
* ϵt ∼ N(0, σ2)

15
Q

Stricty exogenous regressors

A

Xt must not be influenced by past, present or future values of Yt or ϵt
* If this holds, OLS produces unbiased and efficient estimates

16
Q

Weakly exogenous regressors

A

Xt can be influenced by past values of Yt, but not future errors
* in this case, OLS still works but inference may require largers samples (asymptotic properties)

17
Q

T-test

A

Tests the significance of individual coefficients
* Null hypothesis H0: β1 = 0 (no relationship)
* Alternative Hypothesis H1: β1 != 0 (relationship)

18
Q

F-test

A

Tests if multiple coefficients are jointly zero
* Null Hypothesis H0: All tested coefficients are zero
* Alternative Hypothesis H1: At least one coefficient is not zero