hypothesis testing, OLS, assumptions

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

hypothesis testing, t-tests and errors, OLS regression with dummy variable, assumption

Last updated 11:36 AM on 4/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

hypothesis testing

state H0 and H1, compute t statistic (how many SE is Y^ from H0), find p-value, compare p to a, if p < a → reject H0

2
New cards

what does SE(Y^) mean

how much does sample mean vary

3
New cards

which test to use

2-sided is used by default (µ≠µ0, p=P(T>|t|)), 1-sided when theory predicts a direction (µ>µ0, p=P(T>t))

4
New cards

2 ways to be wrong

type I - false positive and type II - false negative

5
New cards

type I

false positive - reject H0 when it is true (probability a)

6
New cards

type II

false negative - fail to reject H0 when it is false (probability ß)

7
New cards

lowering a

leads to increasing ß (trade off)

8
New cards

Ordinary least squares

minimises the sum of the squared residuals

9
New cards

Step 1 - intercept only

Yi = ß0 + Ei → ß^0 = Y^

10
New cards

Step 2 - Dummy variable

Yi = ß0 + ß1Di + Ei

11
New cards

when D=0

E(Y) = ß0 = Y^B

12
New cards

when D=1

E(Y) = ß0 +ß1 = Y^A

13
New cards

step 3 - continuous X (what if X is not a dummy)

ß^1 = Cov(X,Y) / Var(X), ß0 = Y^ - ß^1*X^

14
New cards

assumptions - if they hold ß^1 is unbiased, consistent, efficient

zero conditional mean, i.i.d, no large outliers

15
New cards

Assumption 1- zero conditional mean

E(E|X) = 0, all factors in E that affect Y must be on average unrelated to X

16
New cards

Assumption 2 - i.i.d. observations

independent and identically distributed

17
New cards

Assumption 3 - No large outliers

because squaring magnifies large errors

18
New cards

main threat - OVB

when Z affects both X and Y - true model: Yi = ß0 + ß1Xi + ß2Zi + Ei

19
New cards

Bias(ß^1) = ß2*Cov(X,Z)/Var(X)

same sign = bias is upward, opposite sign = bias is downward

20
New cards

other violations

reverse causality, selection bias, measurement error

21
New cards

3 reasons why correlation arises

X causes Y, Y causes X, Z cause both (confounding)

22
New cards

multivariate model - Yi = ß0 + ß1Xi + ß2Zi + Ei

adding controls to remove omitted variable bias, ß^1 = effect of X on Y holding Z constant, ß^2 = effect of Z on Y holding X constant

23
New cards

limits of multivariate regression

removes bias from observed confounders included, does not fix reverse causality, does not fix selection bias, does not remove unobserved confounders