OLS Properties and Goodness of Fit

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

1/10

flashcard set

Earn XP

Description and Tags

These flashcards cover the key mathematical properties of Ordinary Least Squares (OLS) estimators and the core concepts of Goodness of Fit, including TSS, ESS, RSS, and the Coefficient of Determination ($$R^2$$).

Last updated 4:38 PM on 6/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Correlation

The statistical dependence of two random variables which is determined by pairwise comparison of values.

2
New cards

Uncorrelatedness of observed predictors and residuals

A mathematical property of OLS estimators where there is no linear relationship between the predictors (XX) and the residuals (e^\hat{e}), expressed as Xe^=0X'\hat{e} = 0.

3
New cards

Sum and Mean of Residuals

In OLS, the sum of the residuals is zero (e^i=0\sum \hat{e}_i = 0), which also implies that the sample mean of the residuals (e^ˉ\bar{\hat{e}}) is zero.

4
New cards

Point of Means

The property stating that the regression line (or hyperplane) always passes through the means of the observed values (xˉ\bar{x} and yˉ\bar{y}), such that yˉ=β^0+β^1xˉ\bar{y} = \hat{\beta}_0 + \hat{\beta}_1 \bar{x}.

5
New cards

Uncorrelatedness of predicted values and residuals

A mathematical property where the predicted values of yy (y^\hat{y}) are uncorrelated with the residuals (e^\hat{e}), expressed as y^e^=0\hat{y}' \hat{e} = 0.

6
New cards

Equality of Observed and Predicted Means

The mathematical property stating that the mean of the predicted values (y^ˉ\bar{\hat{y}}) for the sample will equal the mean of the observed values (yˉ\bar{y}).

7
New cards

Total Sum of Squares (TSS)

The total variation in the dependent variable yy around its mean yˉ\bar{y}, defined mathematically as TSS=(yiyˉ)2TSS = \sum(y_i - \bar{y})^2.

8
New cards

Explained Sum of Squares (ESS)

The variation in the dependent variable that can be explained by the regression model, defined as ESS=(y^iyˉ)2ESS = \sum(\hat{y}_i - \bar{y})^2.

9
New cards

Residual Sum of Squares (RSS)

The variation in the dependent variable that cannot be explained by the regression, defined as RSS=(yiy^i)2RSS = \sum(y_i - \hat{y}_i)^2, representing the sum of squared residuals.

10
New cards

Coefficient of Determination (R2R^2)

A measure indicating the proportion of the variation in the dependent variable explained through the independent variable, calculated as R2=ESSTSS=1RSSTSSR^2 = \frac{ESS}{TSS} = 1 - \frac{RSS}{TSS}. It ranges between 00 and 11.

11
New cards

Baseline (Null Model)

A horizontal line at yˉ\bar{y} used when the independent variable has no influence on the dependent variable, predicting yˉ\bar{y} for every value of xix_i.