Two Variable Regression Model Overview
Two Variable Regression Model Overview
The assumption of homoscedasticity is relevant as it implies that residuals have constant variance across levels of the independent variable. Its violation, resulting in heteroscedasticity, can lead to inefficient estimates and invalid significance tests, as it can cause standard errors to be incorrect, leading to misleading conclusions from hypothesis tests .
Large standard errors imply less reliability because they suggest higher variability in the estimate of coefficients, meaning less precise predictions. Factors contributing to large standard errors include small sample sizes, high variance of residuals, and multicollinearity among predictors, which together indicate that little confidence can be placed in coefficient estimates .
Normality of error terms is critical because it ensures that the test statistics (t-tests, F-tests) follow their assumed distributions, which is essential for valid conclusions in hypothesis testing. This assumption becomes especially important in small sample sizes, where deviations from normality can lead to incorrect inferences .
The presence of multicollinearity affects the reliability of OLS estimates by making them highly sensitive to small changes in the data, resulting in unstable and unreliable parameter estimates. If perfect multicollinearity exists, it becomes impossible to separate the individual effects of the perfectly collinear variables, rendering OLS estimates invalid .
The linearity assumption is essential because OLS is designed to estimate linear relationships. If not met, OLS may provide biased and inaccurate estimates as it cannot capture the true nature of a non-linear relationship, leading to misinterpretation of the coefficients and overall model fit .
The key assumptions necessary for OLS to provide BLUE estimators include linearity, independence of residuals, homoscedasticity, normality of errors, and no perfect multicollinearity. The independence of error terms is particularly important because if errors are autocorrelated, it implies that the outcome of one observation may influence another, leading to inefficient and biased estimators. This is especially critical in time-series data where observations can be correlated over time .
The R-squared value signifies the proportion of variance in the dependent variable that is explained by the independent variables in the model. A value close to 1 indicates a good fit. However, R-squared has limitations: it can increase with more variables regardless of their relevance, does not indicate causation, and may not be reliable for non-linear relationships .
The variance of the error term directly influences the standard errors; a large variance implies larger standard errors, indicating less precision in the estimates. Conversely, sample size affects this context by providing more information with larger samples, generally leading to smaller standard errors and more precise estimates .
Outliers can significantly affect the slope and intercept of OLS estimates because the method seeks to minimize the sum of squared differences, which is sensitive to extreme values. Outliers can disproportionately influence the direction and steepness of the regression line, leading to biased and unreliable estimates .
OLS is extended to multiple linear regression by including multiple predictor variables. Although the objective remains the same—minimizing the sum of squared residuals—the calculations become more complex. This complexity arises due to the interrelations among several predictors, which can introduce multicollinearity and affect the stability and reliability of parameter estimates .