The Simple Linear Regression Model

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

• Simple Linear Regression Model:

Linear Regression
y = β0 + β1x + ε

• Managerial decisions are often based on the • Parameters: The characteristics


relationship between two or more variables of the population, β0 and β1

• Example: After considering the • Random variable: Error term, ε


relationship between advertising
expenditures and sales, a marketing • The error term accounts for the
manager might attempt to predict sales for variability in y that cannot be
a given level of advertising expenditures explained by the linear
relationship between x and y
• Sometimes a manager will rely on intuition to
judge how two variables are related • In the Butler Trucking Company example, the
population consists of all the driving assignments
• If data can be obtained, a statistical procedure that can be made by the company.
called regression analysis can be used to
develop an equation showing how the variables • For every driving assignment in the population,
are related. there is a value of x (miles traveled) and a
corresponding value of y (travel time in hours).
• Dependent variable or response: Variable being
predicted • The parameter values are usually not known and
must be estimated using sample data
• Independent variables or predictor variables:
Variables being used to predict the value of the • Sample statistics (denoted b0 and b1) are
dependent variable computed as estimates of the population
parameters β0 and β1
• Linear regression: A regression analysis involving
one independent variable and one dependent Estimated Regression Equation
variable • The equation obtained by substituting the values
• In statistical notation: of the sample statistics b0 and b1 for β0 and β1 in
y = dependent variable the regression equation
x = independent variable • Estimated simple linear regression equation:
Example: In analyzing the effect of advertising ^y = b0 + b1x
expenditures on sales, a marketing manager’s
desire to predict sales would suggest making • ^y = Point estimator of E(y|x)
sales the dependent variable. Advertising • b0 = Estimated y-intercept
expenditure would be the independent
• b1 = Estimated slope
variable used to help predict sales.
• The graph of the estimated simple linear
• Simple linear regression: A regression analysis
regression equation is called the
for which any one unit change in the independent
estimated regression line.
variable, x, is assumed to result in the same
change in the dependent variable, y *To estimate the mean or expected value of travel time for
- relationship between one dependent variable a driving assignment of 75 miles, Butler Trucking would
(denoted by y) and one independent variable substitute the value of 75 for x in equation ^y = b0 + b1x.
(denoted by x) is approximated by a straight
line Figure 7.1: The Estimation Process in Simple Linear
• Multiple linear regression: Regression analysis Regression
involving two or more independent variables

The Simple Linear Regression Model


Regression Model

• The equation that describes how y is related to x


and an error term
Figure 7.2: Possible Regression Lines in Simple Linear
Regression

• The regression line in Panel A shows that the


mean value of y is related positively to x, with
larger values of E(y|x) associated with larger
values of x.

• In Panel B, the mean value of y is related


negatively to x, with smaller values of E(y|x)
associated with larger values of x.

• In Panel C, the mean value of y is not related to x;


that is, E(y|x) is the same for every value of x.

Least Squares Method

• Least squares method: A procedure for using


sample data to find the estimated regression
equation

• Determine the values of b0 and b1

• Interpretation of b0 and b1:

• The slope b1 is the estimated change in


the mean of the dependent variable y that
is associated with a one unit increase in
the independent variable x

• The y-intercept b0 is the estimated value


of the dependent variable y when the
independent variable x is equal to 0

You might also like