4.2 Simple Linear Regression

In any regression model, there is an implicit assumption (which can be tested) that a relationship exists between the variables. There is also some random error that cannot be predicted. The underlying simple linear regression model is

Y=β0+β1X+ϵ(4-1)

where

Y=dependent variable (response variable)X=independent variable (predictor variable or explanatory variable)β0=intercept (value of Y when X = 0)β1=slope of regression lineϵ=random error

The true values for the intercept and slope are not known, and therefore they are estimated using sample data. The regression equation based on sample data is given as

Get Quantitative Analysis for Management, 13/e now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.