Module 3 MGT - Science Quanti
Module 3 MGT - Science Quanti
Regression Models
To accompany
Quantitative Analysis for Management, Eleventh Edition,
by Render, Stair, and Hanna
Power Point slides created by Brian Peterson
Learning Objectives
After completing this chapter, students will be able to:
4.1 Introduction
4.2 Scatter Diagrams
4.3 Simple Linear Regression
4.4 Measuring the Fit of the Regression
Model
4.5 Using Computer Software for Regression
4.6 Assumptions of the Regression Model
Figure 4.1
Copyright ©2012 Pearson Education, Inc. publishing as Prentice Hall 4-10
Simple Linear Regression
Regression models are used to test if there is a
relationship between variables.
There is some random error that cannot be
predicted.
Y 0 1 X
where
Y = dependent variable (response)
X = independent variable (predictor or explanatory)
0 = intercept (value of Y when X = 0)
1 = slope of the regression line
= random error
Yˆ b0 b1 X
where
Y^ = predicted value of Y
b0 = estimate of β0, based on sample results
b1 = estimate of β1, based on sample results
Y = Sales
X = Area payroll
The line chosen in Figure 4.1 is the one that
minimizes the errors.
X
X
average (mean) of X values
n
Y
Y
average (mean) of Y values
n
b1
( X X )(Y Y )
(X X ) 2
b0 Y b1 X
Copyright ©2012 Pearson Education, Inc. publishing as Prentice Hall 4-14
Triple A Construction
Regression calculations for Triple A Construction
Y X (X – X)2 (X – X)(Y – Y)
6 3 (3 – 4)2 = 1 (3 – 4)(6 – 7) = 1
8 4 (4 – 4)2 = 0 (4 – 4)(8 – 7) = 0
9 6 (6 – 4)2 = 4 (6 – 4)(9 – 7) = 4
5 4 (4 – 4)2 = 0 (4 – 4)(5 – 7) = 0
4.5 2 (2 – 4)2 = 4 (2 – 4)(4.5 – 7) = 5
9.5 5 (5 – 4)2 = 1 (5 – 4)(9.5 – 7) = 2.5
ΣY = 42 ΣX = 24 Σ(X – X)2 = 10 Σ(X – X)(Y – Y) = 12.5
Y = 42/6 = 7 X = 24/6 = 4
Table 4.2
X
X 24
4
6 6
Y
Y 42
7
6 6
b1
( X X )(Y Y ) 12.5
1.25
(X X ) 10 2
b0 Y b1 X 7 (1.25 )( 4 ) 2
Therefore Yˆ 2 1.25 X
Copyright ©2012 Pearson Education, Inc. publishing as Prentice Hall 4-16
Triple A Construction
Regression calculations
X
X 24
4
6 6 sales = 2 + 1.25(payroll)
Y
Y 42
7
If the payroll next
year is $600 million
6 6
ˆ
b1
( X X )(Y YY
1.5
) 2 12 .25(6) 9.5 or $ 950,000
1.25
(X X ) 10 2
b0 Y b1 X 7 (1.25 )( 4 ) 2
Therefore Yˆ 2 1.25 X
Copyright ©2012 Pearson Education, Inc. publishing as Prentice Hall 4-17
Measuring the Fit
of the Regression Model
Regression models can be developed
for any variables X and Y.
How do we know the model is actually
helpful in predicting Y based on X?
We could just take the average error, but
the positive and negative errors would
cancel each other out.
Three measures of variability are:
SST – Total variability about the mean.
SSE – Variability about the regression line.
SSR – Total variability that is explained by
the model.
Copyright ©2012 Pearson Education, Inc. publishing as Prentice Hall 4-18
Measuring the Fit
of the Regression Model
Sum of the squares total:
SST (Y Y )2
SSE e 2 (Y Yˆ )2
SSR (Yˆ Y )2
An important relationship:
SST SSR SSE
Copyright ©2012 Pearson Education, Inc. publishing as Prentice Hall 4-19
Module 3 - ACTIVITY
Y X (Y – Y)2 Y^ ^ 2
(Y – Y) (Y^ – Y)2
6 3
8 4
9 6
5 4
4.5 2
9.5 5
^ 2 ∑(Y^ – Y)2 =______
∑(Y – Y)2 =____ ∑(Y – Y) =
Figure 4.2
SSR
2 SSE
r 1
SST SST
For Triple A Construction:
15.625
2
r 0.6944
22.5
About 69% of the variability in Y is explained by
the equation based on payroll (X).
Copyright ©2012 Pearson Education, Inc. publishing as Prentice Hall 4-23
Correlation Coefficient
The correlation coefficient is an expression of the
strength of the linear relationship.
It will always be between +1 and –1.
The correlation coefficient is r.
r r2
r 0.6944 0.8333
Program 4.1A
Copyright ©2012 Pearson Education, Inc. publishing as Prentice Hall 4-26
Using Computer Software
for Regression
Data Input for Regression in Excel
Program 4.1B
Copyright ©2012 Pearson Education, Inc. publishing as Prentice Hall 4-27
Using Computer Software
for Regression
Excel Output for the Triple A Construction Example
Program 4.1C
Copyright ©2012 Pearson Education, Inc. publishing as Prentice Hall 4-28
Assumptions of the Regression Model