Regression Fundamentals Flashcards

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/34

flashcard set

Earn XP

Description and Tags

These flashcards cover the fundamental concepts of regression analysis, including the CEF, OLS estimation properties, FWL theorem, bias, and inference based on the BUSN 5000E lecture notes.

Last updated 9:07 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

35 Terms

1
New cards

National Longitudinal Survey of Young Men (NLSYM)

A longitudinal study that began with 55255525 men between 1414-2424 years old in 19661966, which served as the data source for David Card's study.

2
New cards

Estimation

One of the two related activities in frequentist learning used to determine the specific numerical effect of variables, such as education on wages.

3
New cards

Inference

The process of drawing conclusions about a population, such as the rate of return to education, using data from a random sample.

4
New cards

Random Sample

A collection of independent and identically distributed (iidiid) random variables that take on particular values upon observation.

5
New cards

Conditional Expectation Function (CEF)

The expectation of a dependent variable yy given an independent variable xx, denoted as E(yx)E(y|x) or μ(x)\mu(x), used to summarize the relationship between the two.

6
New cards

CEF Decomposition Property

The principle that any random variable yy can be split into two parts: the part explained by xx (the CEF) and a part uncorrelated with any function of xx (uu), such that y=E(yx)+uy = E(y|x) + u.

7
New cards

Unconditional Expectation

The population mean of a variable, denoted by μ\mu or E(y)E(y), which is a constant and not a function of another variable.

8
New cards

Population Regression Function (PRF)

The linear approximation to the CEF, written as E(yx1,,xK)=β0+β1x1++βKxKE(y|x_1, \dots, x_K) = \beta_0 + \beta_1 x_1 + \dots + \beta_K x_K.

9
New cards

Population Regression Coefficients

The parameters β0\beta_0 and β1\beta_1 that solve the population least-squares problem by minimizing the mean squared error (MSE).

10
New cards

Best Linear Predictor

One of the three justifications for regression, stating that the PRF provides the most accurate linear prediction of yy given the xx variables.

11
New cards

Ordinary Least-Squares (OLS) Estimators

The sample analogs to population regression coefficients, denoted as β^0\hat{\beta}_0 and β^1\hat{\beta}_1, calculated by replacing population expectations with sample averages.

12
New cards

Consistency

An estimator property where the estimate converges to the underlying population estimand as the sample size grows toward infinity.

13
New cards

Law of Large Numbers (LLN)

Succinctly described as the principle that sample averages converge toward their population counterparts for increasingly large samples.

14
New cards

Rate of Return

The interpretation of the coefficient β1\beta_1 when the dependent variable is measured in logs (log\log wages) and the regressor is years of schooling.

15
New cards

Residualized Variable

That part of an explanatory variable (r^i1\hat{r}_{i1}) remaining after accounting for the influence of all other explanatory variables in the model.

16
New cards

Frisch-Waugh-Lovell (FWL) Theorem

The theorem stating that the coefficient of a residualized x1x_1 in a simple regression is identical to the coefficient of x1x_1 in a multiple regression including all controls.

17
New cards

Partial Effect

The change in the dependent variable associated with a unit change in one explanatory variable while holding all other factors and the error term constant.

18
New cards

Total Sum of Squares (SST)

The total variation in the dependent variable, decomposed as SST=SSR+SSESST = SSR + SSE.

19
New cards

R-squared (R2R^2)

A goodness-of-fit measure defined as SSR/SSTSSR/SST, representing the proportion of variation in yy accounted for by its fitted values.

20
New cards

Unbiasedness

A property requiring that the expected value of the estimator equals the true population estimand, meaning sampling error is zero on average.

21
New cards

Conditional Mean Assumption (CMA)

The critical condition for unbiasedness stating that regression errors are mean independent of the explanatory variables, or E(uixi1,,xiK)=0E(u_i|x_{i1}, \dots, x_{iK}) = 0.

22
New cards

Omitted Variable Bias (OVB)

The bias introduced to coefficient estimates when a confounding variable that is correlated with the included regressors is excluded from the model.

23
New cards

OVB Formula

The expression E(β~1)=β1+β2δ~E(\tilde{\beta}_1) = \beta_1 + \beta_2 \tilde{\delta}, where the bias depends on the effect of the omitted variable and its correlation with the included regressor.

24
New cards

Classical Measurement Error

Error in an explanatory variable that typically biases the estimated regression coefficient toward zero, known as downward bias.

25
New cards

Sampling Distribution

The distribution of an estimator, such as β^k\hat{\beta}_k, that would be obtained through infinite repeated sampling from the population.

26
New cards

Central Limit Theorem (CLT)

The theorem used to approximate the sampling distribution of the OLS estimator as asymptotically normal with mean βk\beta_k and variance var(β^k)var(\hat{\beta}_k), provided the estimator is consistent.

27
New cards

Homoscedasticity

The classical assumption that the variance of the regression error uu is constant and does not depend on the values of the explanatory variables.

28
New cards

Heteroscedasticity-Robust Standard Errors

Standard errors that provide valid inference even if the error variance depends on the explanatory variables, easily computed using the vcov option.

29
New cards

Significance Level ($\alpha$)

The probability of committing a Type I error, commonly set at 0.050.05, which represents the risk of falsely rejecting a true null hypothesis.

30
New cards

Type II Error

A false negative result, occurring when there is a failure to reject a null hypothesis that is actually false.

31
New cards

Test of Significance

A common hypothesis test where the null hypothesis is that a coefficient is zero (H0:βk=0H_0 : \beta_k = 0).

32
New cards

p-value

The marginal significance level, or the probability of drawing a test statistic at least as extreme as the one calculated, assuming the null hypothesis is true.

33
New cards

F-test

A statistical test used to evaluate the joint significance of multiple estimated regression coefficients by comparing the fits of long and short models.

34
New cards

Average Partial Effect (APE)

The partial effect of an independent variable evaluated at its sample mean, particularly useful in models with quadratics or interactions.

35
New cards

Linear Probability Model (LPM)

A regression model where the dependent variable is binary, representing the response probability P(y=1x)P(y = 1|x), though it is heteroscedastic by construction.