Econometrics

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/47

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

48 Terms

1
New cards

Econometrics

statistical methods used to estimate/test economics relationships

2
New cards

Causal Effect

D on Y is Yi1 - Yi0

3
New cards

Problem of Causal Inference

can never observe opposite treatment for same individuals

4
New cards

Counterfactual

outcome for treatment you didn’t take. Can’t know but can estimate

5
New cards

Random variables

numerical summary of a random outcome

6
New cards

Probability distribution

prob of any event occurring. pdf(continous)

7
New cards

Cumulative distribution

probability of random variable<= some value (discrete). cdf: continous

8
New cards

Expected value

E(Y) = uY (mean)

9
New cards

RCTs

Randomized control trials

10
New cards

Law of Large Numbers

Larger n is, closer we get to true population mean with little variance

11
New cards

iid

independently and identically distributed

ind = one doesn’t affect other

ident = from same probability distribution

12
New cards

CLT

Central Limit Theorem

Data sets where n>=30 will be normally distributed, regardless of distribution for original set

13
New cards

Joint Probability

Prob that A and B happen

P(X=x, Y=y)

14
New cards

Conditional Probability

prob of Y happening, given X

P(Y=y|X=x)

formula on sheet

15
New cards

Bernoulli

random variable but with two possible outcomes

16
New cards

Estimator

Sample term

random variable

Formula to find estimate

17
New cards

Estimand

What we want to find, qualitative

Ex.: height of all students

18
New cards

Estimae

numerical value from estimator

19
New cards

Rules for a good estimator

Consistent

Unbiased

Efficient

20
New cards

Consistent

n is large. P that estimator is within small interval of mean is high

21
New cards

Unbiased

Expected value of estimator is the true value of the parameter

22
New cards

Efficient

Lowest variance

23
New cards

sample variance/deviation

spread of values of Y in our sample. dispersion

24
New cards

standard error

standard deviation of the sample mean

25
New cards

OLS

Ordinary Least Squares

26
New cards

Linear Regression Assumptions for Causal interpretation

  1. E(ei|Xi) = 0 → Other determinants of Y outside of X are uncorrelated with X (violation is ommitted variable bias)

  2. Observations are iid

  3. Large outliars unlikely

27
New cards

4th assumption

Errors are homoskedastic

If the case, then BLUE

28
New cards

R and R²

R → correlation between x and y is positive/negative

R² → z% of the variability in y is explained by x

29
New cards

Hetero/homoskedastic and SE

SE for homo only valid if homo. SE for hetero-robust SE is always valid

30
New cards

Binary Ind Variable for Regression

Beta is average difference between Y=0 and Y=1

alpha is sample mean for 0

31
New cards

OVB Condition

X corr with omitted variable

Omitted variable is a determinant of Y

32
New cards

Biased Term

B1 + B2cov(X1X2)/var(X1)

+ = upward bias

- = downward bias

33
New cards

Multivariate regression interpretation

a 1 unit change oi X1 is associated with a B1 change in Y, holding all other variables constant (must list them out)

34
New cards

OLS Assumptions for Multivariate

E(ei|X1,X2,X3,…Xki)=0

Yi,X1, etc. are iid

Large outliers unlikely

No Perfect multicollinearity

35
New cards

Perfect multicollinearity

one of independent variables is a perfect linear function of other independent variables

for example: B3fracfemale + B4percfemale

fraction and percentage will be in each others formulas…

36
New cards

Dummy Variable Trap

multicollinearity condition applied to a specific set of outcome, liklihood of all add up to one

job happiness = a + Btransportation + ei

walk =1, bike = 2, car =3, train=4, bus=5

DVT is I make all 5 an individual regressor

Instead, n-1 of dummy varibales in regression, other one omitted will be base

37
New cards

Hypothesis testing for Multivariate

Can do the same way if testing one of them, same formula

For more than one, need to do Joint Hypothesis Test

38
New cards

Joint Hypothesis Test

H0: B1 = something and B2 = something and ….

Ha: one or more of the q restrictions do not hold

But, compute F-stat instead of T. At degrees of freedom and confidence level, is F-stat more extreme than given?

39
New cards

Adjusted R²

no matter what, R² will go up when you add another regressor, there will always be some sort of relationship calculated.

So, the adjusted version has a penalty for every additional regressor used

40
New cards

Quadratic Regression

sometimes a regression isn’t linear, so we can use a parabola to describe

Can check if linear by testing squared B against null that it’s 0

41
New cards

Quadratic interpretation

Y increasing at a decreasing rate. A 1 unit increase at mean X would cause XYZ change in Y

42
New cards

Linear Log Interpretation

1% increase in X is associated with 0.01B change in Y

43
New cards

Log Linear Interpretation

1 unit increase in X is associated with a 100B% change in Y

44
New cards

Log Log Interpretation

1 % increase in X associated with a B% change in Y

45
New cards

How can we compare Log regressions?

Can use R² to interpret log linear and log log since they are predicted the same log(Y).

Can’t compare to linear-log since it’s against just Y.

Between both those categories, just have to logic through what makes the most sense in terms of the intepretation

46
New cards

interaction term

when b1 and b2 have a relationship between each other that could affect their value, you account for that with the interaction term

B3(X1*X2)

47
New cards

Interaction term interpretation

Figure it out bru :(

48
New cards

Elasticity or holding something constant formula → non-linear model

constant goes on interaction term, other terms coeff (B) is added