0% found this document useful (0 votes)
44 views7 pages

Two Variable Regression Model Overview

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views7 pages

Two Variable Regression Model Overview

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Chapter 3 two variable regression model: the problem of estimation

The method of ordinary least squares

Ordinary Least Squares (OLS) is a statistical method used for estimating the parameters of a
linear regression model. It seeks to find the line (or hyperplane in multiple dimensions) that best
fits a set of observed data points by minimizing the sum of the squared differences between the
observed and predicted values. This approach is commonly used in regression analysis to find
the relationship between independent variables (predictors) and a dependent variable (response).

1. Understanding Ordinary Least Squares

The Basics:

 Linear Regression Model: The general form of a linear regression model with one
predictor variable is:
6. Assumptions of OLS

For OLS to be valid, certain assumptions must hold:

1. Linearity: The relationship between the independent and dependent variable is linear.
2. Independence: The residuals (errors) are independent.
3. Homoscedasticity: The residuals have constant variance at every level of the
independent variable.
4. Normality of Errors: The residuals are normally distributed.

7. Limitations of OLS

 It can be sensitive to outliers, which can significantly affect the slope and intercept.
 OLS assumes a linear relationship; if the relationship is nonlinear, the model may not be
appropriate.

8. Extensions to Multiple Linear Regression

OLS can be extended to multiple linear regression where there are multiple predictor variables.
The goal remains the same: minimizing the sum of squared residuals, but the calculation of the
parameters becomes more complex.

The classical linear regression model: the assumptions underlying the method of least
squares
The Classical Linear Regression Model (CLRM) is based on several key assumptions that
underlie the validity of the Ordinary Least Squares (OLS) estimation method. These assumptions
ensure that OLS provides the "Best Linear Unbiased Estimators" (BLUE) of the parameters in a
linear regression model, which means the estimators are unbiased, have minimum variance
among all linear unbiased estimators, and follow a normal distribution. Let's discuss these
assumptions in detail:
2. Independence of the Error Terms

Assumption: The error terms (ϵi) are independently distributed across observations.

Importance: If the errors are not independent (e.g., autocorrelation exists), it means that the
outcome of one observation may be influencing another. This violates the assumption and can
lead to inefficient and biased estimators, especially in time series data where observations can be
correlated over time.
4. No Perfect Multicollinearity

Assumption: There is no exact linear relationship between the independent variables. In other
words, the independent variables are not perfectly collinear.

Importance: When multicollinearity is present, it becomes impossible to separate the individual


effects of the collinear variables on the dependent variable. Although OLS can still provide
estimates in the presence of imperfect multicollinearity, the estimates will be highly sensitive to
small changes in the data, leading to unstable and unreliable parameter estimates.

6. Normality of the Error Terms

Assumption: The error terms are normally distributed

Importance: The normality assumption is particularly important for hypothesis testing. If the
error terms are not normally distributed, the test statistics (such as t-tests and F-tests) used to
evaluate the significance of the estimated coefficients may not follow their assumed
distributions, leading to invalid conclusions. This assumption is especially important for small
sample sizes.

Precision or standard errors of least squares estimates

The precision or standard errors of the Ordinary Least Squares (OLS) estimates are critical in
understanding the reliability and accuracy of the estimated coefficients in a regression model.
They measure the dispersion or variability of the estimated regression coefficients from the true
population parameters. Let's discuss the standard errors of OLS estimates in detail:

1. Understanding Standard Errors in OLS

In the context of OLS regression, the standard error of an estimated coefficient represents the
estimated standard deviation of the sampling distribution of that coefficient. It indicates how
much the estimated value of a coefficient would vary if the regression were repeated multiple
times with different samples drawn from the same population.

The smaller the standard error, the more precise the estimate. In contrast, a larger standard error
implies greater variability in the estimate, making the coefficient less reliable.

Factors Affecting Standard Errors

Several factors influence the size of the standard errors:

 Sample Size (n): Larger sample sizes generally lead to smaller standard errors, as the estimates
are based on more information.
 Variance of the Error Term (σ^): If the variance of the residuals is large, the standard errors will
also be large, indicating less precision in the estimates.

The coefficient of determination r2: a measure of goodness of fit


The coefficient of determination, is a statistical measure used to assess the goodness of fit of a
regression model. It indicates how well the independent variables explain the variability of the
dependent variable. An R2 value close to 1 suggests that the model fits the data well, while a
value close to 0 indicates that the model does not explain much of the variation in the dependent
variable.

Common questions

Powered by AI

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 .

You might also like