Assignment 6: Regression Fundamentals

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

1/16

flashcard set

Earn XP

Description and Tags

Practice flashcards covering the fundamentals of regression analysis, including OLS estimation, bias, and inference based on Assignment 6 lecture notes.

Last updated 9:05 PM on 7/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Population regression coefficients

The parameters β0\beta_0 and β1\beta_1 that solve the population least-squares problem.

2
New cards

Population Regression Function (PRF)

A function that provides the best linear approximation to the CEF (Conditional Expectation Function).

3
New cards

Coefficient β1\beta_1

A measure of the change in yy associated with a unit change in xx, holding all of the unobservables constant.

4
New cards

Population least-squares problem

A problem solved by finding values that minimize the expected value of the squared difference between the dependent variable and the CEF.

5
New cards

OLS estimator for β1\beta_1

An estimator obtained by plugging in the sample covariance between xx and yy and the sample variance for xx.

6
New cards

Frisch-Waugh-Lovell theorem

A theorem stating that one can control for other explanatory variables by either including them directly or regressing on the residuals from a regression of xx on the other variables.

7
New cards

Partial effect

The effect of x1x_1 measured by β1\beta_1 when the PRF includes more than one xx, without necessarily giving a causal interpretation.

8
New cards

Unbiased

The property of the estimator β^1\hat{\beta}_1 when the sampling error equals 00 on average, which occurs if E(uixi1)=0E(u_i | x_{i1}) = 0.

9
New cards

Consistent

A property of the estimator β^1\hat{\beta}_1 where the sampling error converges to 00 as the sample size increases.

10
New cards

Upward Bias

A condition occurring in the estimator β^1\hat{\beta}_1 when an omitted variable xi2x_{i2} is left out and β2\beta_2 and cov(xi1,xi2)\text{cov}(x_{i1}, x_{i2}) have the same sign.

11
New cards

Measurement Error (Biased Down)

The effect on the estimator β^2\hat{\beta}_2 if the variable xi2x_{i2} is not omitted but is measured with error.

12
New cards

R2R^2

A statistic that measures how much of the variance of the dependent variable is accounted for by the independent variables.

13
New cards

Sampling Distribution (CLT)

The distribution of the OLS estimator which, according to the Central Limit Theorem, can be regarded as approximately normal for large samples.

14
New cards

Heteroscedasticity

A condition where the variance of the errors depends on the explanatory variables; the R function lm ignores this, leading to incorrect standard errors.

15
New cards

Robust standard errors

Standard errors and test statistics that the modern approach to regression inference requires to be reported to account for heteroscedasticity.

16
New cards

Test statistic

The ratio of an explanatory variable's coefficient estimate to its standard error, used to determine if there is a statistically significant association.

17
New cards

pp-values

Statistics where smaller values indicate stronger evidence against the null hypothesis.