1/10
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$$).
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Correlation
The statistical dependence of two random variables which is determined by pairwise comparison of values.
Uncorrelatedness of observed predictors and residuals
A mathematical property of OLS estimators where there is no linear relationship between the predictors (X) and the residuals (e^), expressed as X′e^=0.
Sum and Mean of Residuals
In OLS, the sum of the residuals is zero (∑e^i=0), which also implies that the sample mean of the residuals (e^ˉ) is zero.
Point of Means
The property stating that the regression line (or hyperplane) always passes through the means of the observed values (xˉ and yˉ), such that yˉ=β^0+β^1xˉ.
Uncorrelatedness of predicted values and residuals
A mathematical property where the predicted values of y (y^) are uncorrelated with the residuals (e^), expressed as y^′e^=0.
Equality of Observed and Predicted Means
The mathematical property stating that the mean of the predicted values (y^ˉ) for the sample will equal the mean of the observed values (yˉ).
Total Sum of Squares (TSS)
The total variation in the dependent variable y around its mean yˉ, defined mathematically as TSS=∑(yi−yˉ)2.
Explained Sum of Squares (ESS)
The variation in the dependent variable that can be explained by the regression model, defined as ESS=∑(y^i−yˉ)2.
Residual Sum of Squares (RSS)
The variation in the dependent variable that cannot be explained by the regression, defined as RSS=∑(yi−y^i)2, representing the sum of squared residuals.
Coefficient of Determination (R2)
A measure indicating the proportion of the variation in the dependent variable explained through the independent variable, calculated as R2=TSSESS=1−TSSRSS. It ranges between 0 and 1.
Baseline (Null Model)
A horizontal line at yˉ used when the independent variable has no influence on the dependent variable, predicting yˉ for every value of xi.