HANDOUT 2 Flashcards

1
Q

How many OLS conditions for multivariate analysis?

A

1 for intercept

K for K slope coefficients

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

DOF for multivariate analysis

A

DOF = n - (k + 1)

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

3 stages of partitioned regression to find coefficient on X1 only

A
  1. regress Y on X2–>Xk and save residuals
  2. regress X1 on X2–>Xk and save residuals
  3. regress Y tilda on X1 tilda = we’ve extracted the effects of X2–>Xk on both variables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does partitioned regression do?

A

Partial derivatives

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

b1 formula

A

sum(yi tilda - y tilda bar)(x1i tilda - x1 tilda bar) / sum(x1i tila - x1 tilda bar)^2

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

v(b1) formula

A

sigma^2 / sum (x1i tilda - x1 tilda bar)^2

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

How does v(b1) compare in bivariate and partitioned regression case?

A

bivariate: denom of v(b1) = TSS
partitioned: denom = RSS
RSS <=TSS
So V(b1) smaller in bivariate case

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

Interpret B1 if linear in X and Y

A

dYi/dX1i = B1 = change in Y for unit increase in X1, ceteris paribus

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

Interpret B1 if linear in Y, non-linear in X

A

B1/100 = change in Y for 1% increase X1
or B1 x ln(1+g) if g>0.1
Ceteris paribus

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

Interpret B1 if non-linear in Y, linear in X

A
100B1 = %change in Y for 1 unit increase X1
or 100(e^B1 - 1) = "
Ceteris paribus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Interpret B1 if Y = alpha + B1X1i + B2X1i^2 + …

A
dY/dX1 = B1 + 2B2X1
B1 = change in Y for 1 unit rise X1 when X1=0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why is R^2 bad?

A

Can increase it by adding irrelevant variables
Because the coeff on that variable will always be ≠ 0 due to statistical variation.
So it increases ESS = higher R^2.

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

R^2 bar formula

A

1 - [(RSS/DOF)/(TSS/n-1)]
More variables = RSS falls = R^2 bar rises
But DOF also falls = R^2 bar falls
Punishment factor

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

Akaike info criterion

A

AIC = 2k/n + ln(RSS/n)

Weakest punishment of 2/n for additional variables.

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

Schwarz Bayesian

A

BIC = kln(n)/n + ln(RSS/n)

Strongest punishment as long as n>=8

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

Hannan-Quinn

A

HQC = 2k ln(ln(n))/n + ln(RSS/n)

Middle punishment

17
Q

What test do we do for a SINGLE restriction? Why?

A

T-TEST

b is normally distributed, but since sigma^2 unknown we use s^2 = t-test instead

18
Q

DOF for t-test

A

DOF = n - (k + 1)

19
Q

V(b1 + b2 - 2b3)

A

= V(b1) + V(b2) + 4V(b3) + 2COV(b1, b2)

-4COV(b1, b3) - 4COV(b2, b3)

20
Q

What test do we do for a MULTIPLE restrictions?

A

F-TEST

21
Q

F test standard formula

A

F = [(RSS^R - RSS^U) / d] / [RSS^U / DOF]

22
Q

DOF in the formula refers to

A

DOF of the unrestricted model

23
Q

d in the formula refers to

A

Number of equality signs in H0

= difference in number of parameters between restricted & unrestricted models

24
Q

IF H0 is true, what should our test statistic be?

A

RSSR - RSSU = 0

As ESS equal for both.

25
Q

IF H0 is FALSE, what should our test statistic be?

A

RSSR - RSSU > > 0

As ESS higher for U, so RSS lower for U.

26
Q

Critical values for F test

A

F^c d, dof

Only one +VE CV

27
Q

F test formula in terms of R^2

A

F = [(R^2 U - R^2 R) / d] / [(1 - R^2 U) / dof]

28
Q

When can we NOT use the F formula in terms of R^2?

A

When the dependent variables are different
When we test NON-ZERO restrictions
Because known coefficients can only be on LHS = become part of dependent variable

29
Q

F test of model significance H0

A

H0: all slope coefficients = 0

30
Q

Restricted model in F test of significance

A

Y = alpha + Ei
Model explains no variation in Y
ESS = R^2 = 0
RSS^R = TSS

31
Q

R^2 F stat specifically for test of overall significance

A

As R^2 R = 0

F = [R^2 U / d] / [(1 - R^2 U)/dof]

32
Q

If we do NOT reject H0 what does this imply?

A

If test stat < CV –> do NOT reject
Do NOT reject means all coefficients = 0
Model is rubbish - explains no variation in Y.