Session 2 - Multivariate Models

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

1/16

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.

17 Terms

1
New cards

What does unbiasedness of OLS mean?

  • E(β̂) = β

  • On average, estimates equal true parameter

2
New cards

Why is β̂ random and β constant?

  • β̂ depends on sample

  • β is population value

3
New cards

When is an estimator unbiased?

If across inifinite samples, mean of β̂ = β

4
New cards

What does bias mean?

Difference between E(β̂) and β

5
New cards

What ensures unbiased OLS?

SLR.1–SLR.4

6
New cards

What is omitted variable bias?

Leaving out relevant variable correlated with regressor

  • Example: True model RET = β0 + β1SAT + β2EXP + u

  • Estimated model RET = β0 + β1SAT + v

  • If SAT and EXP correlated → β̂1 biased

7
New cards

Why does OVB occur?

  • Because omitted variable is in the error term

  • If it’s correlated with regressor → E(u|x) ≠ 0

  • Violates zero conditional mean (SLR.4)

8
New cards

Formula for OVB bias

Bias = δ̃1β2

9
New cards

When is no OVB?

β2 = 0 or δ̃1 = 0

10
New cards

General form of multivariate regression

y = β0 + β1x1 + β2×2 + … + βkxk + u

11
New cards

Key advantage of multivariate regression

  • In univariate: β1 may capture both x1’s effect + effects of omitted correlated vars

  • In multivariate: model separates effects → β1 reflects x1’s impact only

  • Hence gives a more genuine ceteris paribus effect

12
New cards

How to interpret β1 in multivariate regression?

Effect of x1 on y, holding other x’s fixed (cetris paribus)

13
New cards

What is a dummy variable?

  • Variable = 1 if condition true, 0 if false

  • Lets regression compare descriptive variables

  • Changes the intercept between groups

14
New cards

Do irrelevant regressors cause bias?

No, but increase variance

15
New cards

Key rule for variable selection

  • Include only theoretically relevant variables

16
New cards

Dummy-only regression: intercept meaning

Intercept = mean of group with dummy=0

17
New cards

Population Regression Function (PRF)

E[Y|X]=β₀+β₁x1

(or multivariate: E[Y|X]=β₀+β₁X₁+…+β_kX_k). The theoretical linear relation of Y on X; OLS estimates this.