CLRM Flashcards

assumptions, diagnostics, violations

1
Q

what are the five assumption underlying the CLRM?

A
  • error mean is zero
  • error variance is sigma²
  • covariance of errors is zero
  • covariance of an error and an explanatory variable is zero
  • errors are normally distributed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does BLUE stand for?

A

Best Linear Unbiased Estimator

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

What does consistency imply?

A

it implies that the estimator is the probability limit of the true value

as the sample size increases, the sampling distribution of alpha and beta become increasingly concentrated around the true values

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

What does ubiasedness imply?

A

on average the estimated values will be equal to the true values. Proving it requires cov(error, x) = 0

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

what does efficiency imply?

A

the distance from the estimate to the true value of beta is minimized

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

what is the requirement so that we can test if the mean of the residuals is zero?

A

there needs to be a constant term in the regression

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

when dealing with heteroscedasticity, you can apply GLS which differs in two cases:

A

1) for infeasible heteroscedasticity (given). In reality we usually don’t know the true form of the heteroscedasticity, which makes this form of GLS infeasible.
2) feasible heteroscedasticity: estimates the model coefficients by applying the OLs estimator to the data scaled by the estimated inverse of the variance of the OLS residuals (via Weighted Least Squares)

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

To detect heteroscedasticity, we apply…

A

the GQ test: splitting the sample into two parts, estimating variances and comparing them. the H0 is that the variances of both subsamples are equal. If H0 is rejected, it means that heteroscedasticity is present

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

GLS is used for…

A

adjusting a regression model if heteroscedasticity is present ( residual variance is not constant). This method accounts for changing error variances, which ultimately leads to more efficient estimates compared to OLS

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

WLS ( Weighted Least Squares) is used for…

A

if the heteroscedasticity is feasible (the form/cause is known) you can assign weights to each observation based on the inverse of the variance of the OLS residuals

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

What do you do in case heteroscedasticity is infeasible?

A

The residual variance is approximated based on certain assumptions. Then you can implement GLS

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

When do you use GLS and when WLS?

A

WLS : for feasible heteroscedasticity
GLS: for infeasible heteroscedasticity

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

Cov (ui, uj)=0 means

A

that there is no predictability of the errors, they are linearly independent from each other

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

If there is predictability over time patterns in residuals, that means that the residuals are

A

autocorrelated AC

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

Autocorrelation between residuals means

A

that residuals in a regression model are correlated with their own past values

positive AC: positive/negative errors follow positive/negative errors

negative AC: reversal; positive follows negative an vice versa (Over time!!!)

no pattern: what we want! as no AC means cov is zero

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

Lagged values

A

lagged values of a variable are values of the same variable from previous time periods

17
Q

To detect AC we apply:

A

the Durbin-Watson test
(for first order AC)
it assumes that the relationship between the error and the previous one is : ut = corr*ut-1 +vt
H0: corr=0

18
Q

What do the orders in autocorrelation refer to?

A

orders refer to the lag at which the current value of a variable is correlated with its past values

19
Q

Autocorrelation

A

refers to variables being correlated to their past values

20
Q

Collinearity

A

describes the CORRELATION between two INDEPENDENT variables

Multicollinearity: same just for more than two INDEPENDENT variables

21
Q

Endogeneity

A

refers to measurement errors in regressors in a regression model

22
Q

Omitted variable bias

A

refers to the impact of omitting one or more explanatory variables from a regression and how this impacts the estimated coefficients