Estimation of the Simple Linear Regression Model
Learning Outcome Statement:
describe a simple linear regression model, how the least squares criterion is used to estimate regression coefficients, and the interpretation of these coefficients
Summary:
This LOS covers the estimation of simple linear regression models, focusing on the relationship between dependent and independent variables, the estimation of regression coefficients using least squares, and the interpretation of these coefficients. It also discusses the assumptions necessary for valid regression analysis and introduces methods for transforming non-linear data to fit linear models.
Key Concepts:
Standard Error of the Estimate
A measure of the distance between observed values of the dependent variable and those predicted by the regression model. A smaller value indicates a better fit.
Standard Error of the Forecast
Used to provide an interval estimate around the regression line, acknowledging that the line does not perfectly describe the relationship between variables.
Functional Forms for Non-linear Data
Includes transformations like log-lin, lin-log, and log-log models to adjust simple linear regression models to fit non-linear data effectively.
Goodness-of-Fit Measures
Includes the coefficient of determination (R2), the F-statistic, and the standard error of the estimate, used to evaluate the fit of the regression model.
Least Squares Criterion
A method used to estimate the regression coefficients by minimizing the sum of the squared vertical distances (residuals) between observed and predicted values.
Interpretation of Regression Coefficients
The intercept represents the expected value of the dependent variable when the independent variable is zero. The slope indicates the change in the dependent variable for a one-unit change in the independent variable.
Formulas:
Sum of Squares Total (SST)
Total variability in the dependent variable around its mean.
Variables:
- :
- Observation of the dependent variable
- :
- Mean of the dependent variable
- :
- Number of observations
Slope Coefficient
Estimates the change in the dependent variable per unit change in the independent variable.
Variables:
- :
- Observation of the dependent variable
- :
- Observation of the independent variable
- :
- Mean of the dependent variable
- :
- Mean of the independent variable
- :
- Number of observations
Intercept Coefficient
Predicted value of the dependent variable when the independent variable is zero.
Variables:
- :
- Mean of the dependent variable
- :
- Estimated slope coefficient
- :
- Mean of the independent variable