Equations and Key Interpretations Flashcards

(48 cards)

1
Q

Formula for the maximum or minimum point in a regression.

A

[beta 0 / (2*beta1]

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

What are the Gauss-Markov Assumptions?

A
  1. population model is linear, with additive error term.
  2. random sampling
  3. some sample variation
  4. the error term has a mean of 0 and shows no systematic pattern. ZCM
  5. Homoskadisiticy: same variance across all values of the IV.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Formula for SST

A

.

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

Formula for SSE

A

.

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

Formula for SSR

A

.

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

What is Perfect Collinearity?

A

When there is a exact relationship between two linear variables.

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

What is the Normality Assumption?

A

The population error u is independent of the explanatory variables and is normally distributed with zero mean and variance.

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

Finding critical values in the t table what is the difference between for one tailed and two tailed tests.

A

One tailed use exact value.

Two tailed use half of the percentage you want to. Example 0.025 for 5% significance.

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

If the P value is very low this means there is…

A

Evidence against the null.

STATA generates p for a two sided test, for a one sided test divide the two sided p value by 2.

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

What is the df for an F test and what does each component mean?

A

(q, n-k-1)

q = number of exclusion restrictions.
n = observations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which equation is the restricted regression in an F test?

A

The smaller equation

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

Finding critical values in the F table what is the difference between for one tailed and two tailed tests.

A

Halved for a two tailed test.

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

The effect of multiplying y by a constant c on a regression.

A

y-hat = beta-hat(0) + beta-hat(1)x

cy-hat = cbeta-hat(0) + cbeta-hat(1)x

SE are also multiplied by c, test unchanged.

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

The effect of dividing / multiplying x1 by a constant c on a regression.

A

If you divide (multiply) the independent
variable x1 by a constant c and rerun the regression, the
estimated slope coefficient on x1 will be multiplied (divided) by c.

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

Log-Log elasticity equation

A

beta 1

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

Log-Level elasticity equation

A

beta-hat * x-bar

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

Level-Log elasticity equation

A

beta-hat * (1/y-bar)

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

Level-Level elasticity equation

A

beta 1 x (x-bar / y-bar)

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

Level-Level interpretation

A

A 1 unit change in x will result in a beta unit change in y.

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

Level-Log interpretation

A

A 1 percentage change in x will result in a (beta/100) unit change in y.

21
Q

Log-Level interpretation

A

A 1 unit change in x will result in a (100 * beta) percentage change in y.

22
Q

Log-Log interpretation

A

A 1 percentage change in x leads to a beta percentage change in y.

23
Q

Interpretation of models with quadratics.

A

change in y-hat = (beta-hat 1 + 2beta-hatx) change in x

24
Q

What is the dummy variable trap and what is the solution?

A

Perfect collinear relationship

One of the collinear dummies needs to be omitted.

25
Direction of omitted variable bias.
Relationship between omitted variable and other explanatory. | Relationship between omitted x and y
26
What are the consequences of omitted variable bias?
OLS estimator is bias and inconsistent. The standard errors, t-tests and F-test are also invalid
27
Draw the SSE, SST, SSR graph
.
28
The effect of omitted variable bias on the R squared.
Does the omitted variable bias go in the opposite or same direction as the true effect of the included variable. Bias in same direction as true effect: R2 biased upwards. Bias in opposite direction to true effect: R2 biased downwards.
29
What are the effects of including irrelevant variables?
Unbiased but inefficient coefficients. | Valid standard errors.
30
Effects of including a proxy varible.
SE and t stat be the same. R squared the same. Not possible to obtain an estimate of beta 2. Not be able to obtain beta 0.
31
What is homoskedasticty and write out mathematical condition?
The variance of the disturbance term (u) is constant.
32
What is heteroskadicity and write out mathematical condition?
The variance of the disturbance term (u) is not constant in every observation.
33
What are the causes of heteroskadicity?
Size issues, big x disturbance term is bigger. When using aggregated data, industry or country data. Incorrectly specifying the functional form.
34
What are the consequences of heteroskedasticity?
Does not bias estimators. Estimates are inefficient. Standard errors estimated wrongly. Any t and f tests are invalid.
35
When do you reject the null hypothesis using the Goldfeld Quandt Test.
If the F value is larger than the critical.
36
Breusch Pagen test statistic equation and what is the df.
nR(squared) df: number of explanatory variables.
37
What is auto correlation and write out the mathematical assumption?
Autocorrelation is when the disturbance term in each observation is correlated with the distrubance term in other observations. cov(ui, uj) = 0 not auto correlation.
38
What is auto correlation AR(1)
First order auto correlation. ut = pUt-1 + et
39
What causes auto correlation?
Omission of lagged variables that should be in the equation.
40
What are the consequences of auto correlation?
Does not bias estimated coefficients. Estimates will be inefficient. SE will be estimated wrongly, AR(1) underestimated. T test and F test invalid.
41
If the d value is larger than 2 what do you do?
4 - dl | 4 - du
42
What test do you use for auto correlation with lagged dependent variables?
Durbins h test
43
In Durbins h test what is p equal to?
p-hat = 1 - 0.5d
44
What is the degrees of freedom for the common factor test?
Number of explanatory variables in the original model
45
Interpretation of Common Factor Test of AR(1) restrictions.
If fail to reject null, restriction are valid. If reject the null, restrictions not valid. Reject the AR(1) specification in favour of unrestricted version. Caused by lagged variables.
46
What is another name for omitted variable bias?
Uncontrolled endogeneity or endogeneity
47
What is the Zero Conditional Mean assumption and lay it out mathematically?
E(U|X) = 0 U and X are independently distributed X does not provide information on expected value of U.
48
When do you use proxy variables and when do you use instrumental variables?
Proxy: for missing variable(s). Instrumental: Have an endogenous explanatory variable whose value is determined by other variables.