SlideShare une entreprise Scribd logo
1  sur  73
BBA3274 / DBS1084 QUANTITATIVE METHODS for BUSINESS

Forecasting and
Forecasting and
Regression Models
Regression Models
Part 1
Part 1
by
Stephen Ong
Visiting Fellow, Birmingham City
University Business School, UK
Visiting Professor, Shenzhen
Today’s Overview
Learning Objectives
After completing this lecture, students will be able to:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

Identify variables and use them in a regression model.
Develop simple linear regression equations. from sample data and
interpret the slope and intercept.
Compute the coefficient of determination and the coefficient of
correlation and interpret their meanings.
Interpret the F-test in a linear regression model.
List the assumptions used in regression and use residual plots to
identify problems.
Develop a multiple regression model and use it for prediction
purposes.
Use dummy variables to model categorical data.
Determine which variables should be included in a multiple
regression model.
Transform a nonlinear function into a linear one for use in regression.
Understand and avoid common mistakes made in the use of
regression analysis.
Regression Models : Outline
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
4.7 Testing the Model for Significance
4.8 Multiple Regression Analysis
4.9 Binary or Dummy Variables
4.10 Model Building
4.11 Nonlinear Regression
4.12 Cautions and Pitfalls in Regression Analysis
Forecasting Models
Forecasting
Techniques
Qualitative
Models

Time-Series
Methods

Delphi
Methods

Moving
Average

Jury of Executive
Opinion

Exponential
Smoothing

Sales Force
Composite

Causal
Methods

Trend
Projections

Regression
Analysis
Multiple
Regression

Figure 5.1
Consumer
Market Survey

Decomposition
5-5
Introduction




Regression analysis is a very valuable tool
for a manager.
Regression can be used to:







Understand the relationship between variables.
Predict the value of one variable based on
another variable.

Simple linear regression models have only
two variables.
Multiple regression models have more
variables.
Introduction


The variable to be predicted is called
the dependent variable.




This is sometimes called the response
variable.

The value of this variable depends on
the value of the independent variable.


This is sometimes called the explanatory
or predictor variable.
Dependent
variable

Independent
=
+
variable

Independent
variable
Scatter Diagram






A scatter diagram or scatter plot
is often used to investigate the
relationship between variables.
The independent variable is
normally plotted on the X axis.
The dependent variable is
normally plotted on the Y axis.
4-8
Triple A Construction



Triple A Construction renovates old homes.
Managers have found that the dollar volume
of renovation work is dependent on the area
payroll.
TRIPLE A’S
SALES
($100,000s)
6
8
9
5
4.5
Table 4.1
9.5

LOCAL PAYROLL
($100,000,000s)
3
4
6
4
2
5
Triple A Construction
Scatter Diagram of Triple A Construction Company Data

Figure 4.1
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
Simple Linear Regression
 True values for the slope and intercept

are not known so they are estimated
using sample data.

ˆ
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
Triple A Construction
Triple A Construction is trying to
predict sales based on area payroll.
Y = Sales
X = Area payroll

The line chosen in Figure 4.1 is the one
that minimizes the errors.
Error = (Actual value) – (Predicted value)

ˆ
e = Y −Y
Triple A Construction
For the simple linear regression model, the
values of the intercept and slope can be
calculated using the formulas below.

ˆ
Y =b0 +b1 X

∑ X = average (mean) of X values
X=
n

∑ Y = average (mean) of Y values
Y=
n

b1

(
∑ X − X )(Y −Y )
=
(
∑ X −X )
2

b0 = Y − b1 X
Triple A Construction
Regression calculations for Triple A
Construction
Y

X

(X – X )2

(X – X)(Y – Y)

6
8
9
5
4.5

3
4
6
4
2

(3 – 4)2 = 1
(4 – 4)2 = 0
(6 – 4)2 = 4
(4 – 4)2 = 0
(2 – 4)2 = 4

(3 – 4)(6 – 7) = 1
(4 – 4)(8 – 7) = 0
(6 – 4)(9 – 7) = 4
(4 – 4)(5 – 7) = 0
(2 – 4)(4.5 – 7) = 5

9.5

5

(5 – 4)2 = 1

(5 – 4)(9.5 – 7) = 2.5

Σ(X – X)2 = 10

Σ(X – X)(Y – Y) = 12.5

ΣY = 42
Y = 42/6 = 7

ΣX = 24
X = 24/6 = 4
Triple A Construction
Regression calculations

∑ X = 24 = 4
X=
6

6

∑ Y = 42 = 7
Y=
6

b1

6

∑ ( X − X )(Y − Y ) = 12.5 = 1.25
=
10
∑(X − X )
2

b0 = Y − b1 X = 7 − (1.25 )( 4 ) = 2

Therefore ˆ
Y

= 2 + 1.25 X
Triple A Construction
Regression calculations

∑ X = 24 = 4
X=
6

6

sales = 2 + 1.25(payroll)

∑ Y = 42 = 7 If the payroll next year is
Y=
6

b1

$600 million

6

ˆ
+ .5 (
Y
∑ ( X − X )(Y −Y )==2121.251.6) = 9.5 or $ 950,000
=
= 25
10
∑(X − X )
2

b0 = Y − b1 X = 7 − (1.25 )( 4 ) = 2
Therefore

ˆ
Y = 2 + 1.25 X
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.
Measuring the Fit
of the Regression Model
 Sum of the squares total :
SST = ∑ (Y − Y )2

 Sum of the squared error:

ˆ
SSE = ∑ e 2 = ∑ (Y − Y )2

 Sum of squares due to regression:
ˆ
SSR = ∑ (Y − Y )2

SST = SSR + SSE
Measuring the Fit
of the Regression Model
Sum of Squares for Triple A Construction
X

(Y – Y )2

Y

^

(Y – Y )2

(Y – Y )2

6

3

(6 – 7)2 = 1

2 + 1.25(3) = 5.75

0.0625

1.563

8

4

(8 – 7)2 = 1

2 + 1.25(4) = 7.00

1

0

9

6

(9 – 7)2 = 4

2 + 1.25(6) = 9.50

0.25

6.25

5

4

(5 – 7)2 = 4

2 + 1.25(4) = 7.00

4

0

4.5

2

(4.5 – 7)2 = 6.25

2 + 1.25(2) = 4.50

0

6.25

9.5

5

(9.5 – 7)2 = 6.25

2 + 1.25(5) = 8.25

1.5625

1.563

Y

∑(Y – Y)2 = 22.5
Y=7

^

^
∑(Y – Y)2 = 6.875

SST = 22.5

SSE = 6.875

Table 4.3

^

^

∑(Y – Y )2 =
15.625
SSR = 15.625
Measuring the Fit
of the Regression Model


Sum of the squares total

For Triple A Construction
2

SST = ∑ (Y − Y )





SST = 22.5
Sum of the squared error
SSE 2= 6.875
ˆ
SSE = ∑ e 2 = ∑ (Y − Y )
SSR = 15.625
Sum of squares due to regression

ˆ
SSR = ∑ (Y − Y )2


An important relationship

SST = SSR + SSE
Measuring the Fit
of the Regression Model
Deviations from the Regression Line and from the Mean

Figure 4.2
Coefficient of Determination




The proportion of the variability in Y explained by
the regression equation is called the coefficient
of determination.
The coefficient of determination is r2.
SSR
SSE
2
r =
= 1−
SST
SST
15.625
r2 =
=0.6944
22.5

 About 69% of the variability in Y is explained by

the equation based on payroll (X).
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 =

r

2

 For Triple A Construction:

r = 0.6944 = 0.8333
4-24
Four Values of the
Correlation Coefficient
Y

*

Y

*
* *
* *
** *
* *
* *

*
*
Y

*

(a) Perfect Positive X
Correlation:
r = +1

* **
* * **
*
* *** *
Figure 4.3

(c)
No
Correlation:
r=0

X

Y

(b) Positive
Correlation:
0<r<1

*

*

*

*

X

*

(d) Perfect
Negative
Correlation:
r = –1

X
Using Computer Software for
Regression

Accessing the Regression Option in Excel 2010

Program 4.1A
4-26
Using Computer Software for
Regression
Data Input for Regression in Excel

Program 4.1B
Using Computer Software for
Regression
Excel Output for the Triple A Construction Example

Program 4.1C
4-28
Assumptions of the
Regression Model
 If we make certain assumptions about the errors in a

regression model, we can perform statistical tests to
determine if the model is useful.
1.
2.
3.
4.

Errors are independent.
Errors are normally distributed.
Errors have a mean of zero.
Errors have a constant variance.

 A plot of the residuals (errors) will

often highlight any glaring violations
of the assumption.
4-29
Residual Plots

Error

Pattern of Errors Indicating Randomness

X
Figure 4.4A
Residual Plots

Error

Nonconstant error variance

X
Figure 4.4B

4-31
Residual Plots

Error

Errors Indicate Relationship is not Linear

X
Figure 4.4C

4-32
Estimating the Variance




Errors are assumed to have a constant
variance (σ 2), but we usually don’t know
this.
It can be estimated using the mean
squared error (MSE), s2.

SSE
s = MSE =
n − k −1
2

where
n = number of observations in the sample
k = number of independent variables
Estimating the Variance


For Triple A Construction:
SSE
6.8750 6.8750
s = MSE =
=
=
= 1.7188
n − k − 1 6 − 1− 1
4
2

 We can estimate the standard deviation, s.
 This is also called the standard error of the

estimate or the standard deviation of the
regression.
s = MSE = 1.7188 = 1.31

4-34
Testing the Model for
Significance






When the sample size is too small, you
can get good values for MSE and r2
even if there is no relationship between
the variables.
Testing the model for significance
helps determine if the values are
meaningful.
We do this by performing a statistical
hypothesis test.
4-35
Testing the Model for Significance


We start with the general linear
model

Y = β 0 + β1X + ε

 If β 1 = 0, the null hypothesis is that there is

no relationship between X and Y.
 The alternate hypothesis is that there is a
linear relationship (β 1 ≠ 0).

 If the null hypothesis can be rejected, we

have proven there is a relationship.
 We use the F statistic for this test.
Testing the Model for
Significance


The F statistic is based on the MSE and
SSR
MSR:
MSR =
where

k

k = number of independent variables in the model

 The F statistic is:

MSR
F=
MSE

 This describes an F distribution with:
degrees of freedom for the numerator = df1 = k
degrees of freedom for the denominator = df2 = n – k – 1
4-37
Testing the Model for Significance






If there is very little error, the MSE would be
small and the F-statistic would be large
indicating the model is useful.
If the F-statistic is large, the significance
level (p-value) will be low, indicating it is
unlikely this would have occurred by
chance.
So when the F-value is large, we can reject
the null hypothesis and accept that there is a
linear relationship between X and Y and the
values of the MSE and r2 are meaningful.
4-38
Steps in a Hypothesis Test
1.

Specify null and alternative
hypotheses:
H : β =0
0

1

H 1 : β1 ≠ 0

2. Select the level of significance (α ).
Common values are 0.01 and 0.05.
3. Calculate the value of the test statistic
using the formula:

MSR
F=
MSE
Steps in a Hypothesis Test
4.

Make a decision using one of the
following methods:

a) Reject the null hypothesis if the test statistic is greater than
the F-value from the table in Appendix D. Otherwise, do not
reject the null hypothesis:

Reject if Fcalculated > Fα ,df1 ,df 2

df 1 = k
df 2 = n − k − 1

b) Reject the null hypothesis if the observed significance
level, or p-value, is less than the level of significance
(α ). Otherwise, do not reject the null hypothesis:
p - value = P ( F > calculated test statistic )
Reject if p - value <α
Triple A Construction
Step 1.

Step 2.

H0 : β 1 = 0
(no linear relationship
between X and Y)
H1 : β 1 ≠ 0
(linear relationship exists
between X and Y)

Select α = 0.05
Step 3.
Calculate the value of the
SSR 15.6250
test statistic. = 15.6250
MSR =
=
k
1
MSR 15.6250
F=
=
= 9.09
MSE 1.7188
Triple A Construction
Step 4.
Reject the null hypothesis if the test statistic
is greater than the F-value in Appendix D.
df1 = k = 1
df2 = n – k – 1 = 6 – 1 – 1 = 4
The value of F associated with a 5% level of
significance and with degrees of freedom 1 and 4 is
found in Appendix D.

F0.05,1,4 = 7.71
Fcalculated = 9.09
Reject H0 because 9.09 > 7.71
Triple A Construction
 We can conclude there is a

statistically significant
relationship between X and Y.
 The r2 value of 0.69 means about
69% of the variability in sales (Y)
is explained by local payroll (X).

0.05
F = 7.71
Figure 4.5

9.09
Analysis of Variance
(ANOVA) Table
 When software is used to develop a regression

model, an ANOVA table is typically created that
shows the observed significance level (p-value) for
the calculated F value.
 This can be compared to the level of significance
(α ) to make a decision.
DF

SS

MS

Regression k

SSR

MSR = SSR/k

Residual

n-k-1

SSE

n-1

SIGNIFICANCE

MSE =
SSE/(n - k - 1)

Total

F

SST
Table 4.4

MSR/MSE P(F >
MSR/MSE)

4-44
ANOVA for Triple A Construction

Program 4.1C
(partial)

P(F > 9.0909) = 0.0394

Because this probability is less than 0.05, we reject
the null hypothesis of no linear relationship and
conclude there is a linear relationship between X
and Y.
4-45
Multiple Regression Analysis
 Multiple regression models are extensions

to the simple linear model and allow the
creation of models with more than one
independent variable.

Y = β 0 + β 1 X1 + β 2X2 + … + β k Xk + ε
where
Y=
dependent variable (response variable)
Xi =
ith independent variable (predictor or explanatory
variable)
β 0 = intercept (value of Y when all Xi = 0)
βi =
coefficient of the ith independent variable
k=
number of independent variables

4-46
Multiple Regression Analysis
To estimate these values, a sample is
taken the following equation developed

ˆ
Y = b0 + b1 X 1 + b2 X 2 + ... + bk X k
where
ˆ
Y = predicted value of Y
b0 = sample intercept (and is an estimate of
β 0)
bi = sample coefficient of the ith variable (and
is an estimate of β i)
Jenny Wilson Realty
Jenny Wilson wants to develop a model to
determine the suggested listing price for
houses based on the size and age of the
house.
ˆ
Y = + X + X
b
b
b
0

where

ˆ
Y

1

1

2

2

=
predicted value of dependent variable
(selling price)
b0 =
Y intercept
X1 and X2 =
value of the two independent
variables (square footage and age) respectively
b1 and b2 = slopes for X1 and X2 respectively

She selects a sample of houses that have sold
recently and records the data shown in Table 4.5
4-48
Jenny Wilson Real Estate Data

Table 4.5

SELLING
PRICE ($)
95,000
119,000
124,800
135,000
142,000
145,000
159,000
165,000
182,000
183,000
200,000
211,000
215,000
219,000

SQUARE
FOOTAGE
1,926
2,069
1,720
1,396
1,706
1,847
1,950
2,323
2,285
3,752
2,300
2,525
3,800
1,740

AGE
30
40
30
15
32
38
27
30
26
35
18
17
40
12

CONDITION
Good
Excellent
Excellent
Good
Mint
Mint
Mint
Excellent
Mint
Good
Good
Good
Excellent
Mint

4-49
Jenny Wilson Realty
Input Screen for the Jenny Wilson
Realty Multiple Regression Example

Program 4.2A
4-50
Jenny Wilson Realty
Output for the Jenny Wilson Realty Multiple
Regression Example

Program 4.2B

4-51
Evaluating Multiple
Regression Models
 Evaluation is similar to simple linear

regression models.
 The p-value for the F-test and r2 are
interpreted the same.
 The hypothesis is different because there is
more than one independent variable.
 The F-test is investigating whether all
the coefficients are equal to 0 at the same
time.
Evaluating Multiple
Regression Models
 To determine which independent

variables are significant, tests are
performed for each variable.
H0 : β =
0
1
H1 : β ≠
0
1

 The test statistic is calculated and if the

p-value is lower than the level of
significance (α ), the null hypothesis is
rejected.
Jenny Wilson Realty
 The model is statistically significant
 The p-value for the F-test is 0.002.
 r2 = 0.6719 so the model explains about 67% of the

variation in selling price (Y).
 But the F-test is for the entire model and we can’t tell if
one or both of the independent variables are significant.
 By calculating the p-value of each variable, we can
assess the significance of the individual variables.
 Since the p-value for X1 (square footage) and X2 (age)
are both less than the significance level of 0.05, both
null hypotheses can be rejected.
4-54
Binary or Dummy Variables
 Binary (or dummy or indicator)

variables are special variables
created for qualitative data.
 A dummy variable is assigned a
value of 1 if a particular condition
is met and a value of 0 otherwise.
 The number of dummy variables
must equal one less than the
number of categories of the
qualitative variable.
Jenny Wilson Realty
 Jenny believes a better model can be

developed if she includes information
about the condition of the property.

X3 = 1 if house is in excellent condition
= 0 otherwise
X4 = 1 if house is in mint condition
= 0 otherwise
 Two dummy variables are used to describe the
three categories of condition.
 No variable is needed for “good” condition
since if both X3 and X4 = 0, the house must be in
good condition.

4-56
Jenny Wilson Realty
Input Screen for the Jenny Wilson Realty
Example with Dummy Variables

Program 4.3A

4-57
Jenny Wilson Realty
Output for the Jenny Wilson Realty Example
with Dummy Variables

Program 4.3B

4-58
Model Building
 The best model is a statistically

significant model with a high r2 and
few variables.
 As more variables are added to the
model, the r2-value usually increases.
 For this reason, the adjusted r2 value
is often used to determine the
usefulness of an additional variable.
 The adjusted r2 takes into account the
number of independent variables in
the model.
Model Building
 The formula for r2
r2 =

SSR
SSE
= 1−
SST
SST

 The formula for adjusted r2

SSE /( n − k − 1)
Adjusted r = 1 −
SST /( n − 1)
2

 As the number of variables increases, the

adjusted r2 gets smaller unless the increase
due to the new variable is large enough to
offset the change in k.
Model Building
 In general, if a new variable increases the






adjusted r2, it should probably be included in the
model.
In some cases, variables contain duplicate
information.
When two independent variables are correlated,
they are said to be collinear.
When more than two independent variables are
correlated, multicollinearity exists.
When multicollinearity is present, hypothesis
tests for the individual coefficients are not valid
but the model may still be useful.
Nonlinear Regression




In some situations, variables are not
linear.
Transformations may be used to turn
a nonlinear model into a linear model.

*
** *
***
*

*

Linear relationship

*
*
*
* **
*
* ** *
Nonlinear relationship
4-62
Colonel Motors
 Engineers at Colonel Motors want to use

regression analysis to improve fuel efficiency.
 They have been asked to study the impact of
weight on miles per gallon (MPG).
Table 4.6

MPG
12
13
15
18
19
19

WEIGHT
(1,000
LBS.)
4.58
4.66
4.02
2.53
3.09
3.11

MPG
20
23
24
33
36
42

WEIGHT
(1,000
LBS.)
3.18
2.68
2.65
1.70
1.95
1.92

4-63
Colonel Motors
Linear Model for MPG Data

Figure 4.6A
4-64
Colonel Motors
Excel Output for Linear Regression
Model with MPG Data

Program 4.4

This is a useful model with a small F-test
for significance and a good r2 value.

4-65
Colonel Motors
Nonlinear Model for MPG Data

Figure 4.6B
4-66
Colonel Motors
 The nonlinear model is a quadratic model.
 The easiest way to work with this model is

to develop a new variable.

X 2 = ( weight)

2

 This gives us a model that can be

solved with linear regression software:

ˆ
Y = b0 + b1 X 1 + b2 X 2
4-67
Colonel Motors
ˆ
Y = 79.8 − 30.2 X 1 + 3.4 X 2

Program 4.5

A better model with a smaller F-test for
significance and a larger adjusted r2 value

4-68
Cautions and Pitfalls








If the assumptions are not met, the
statistical test may not be valid.
Correlation does not necessarily mean
causation.
Multicollinearity makes interpreting
coefficients problematic, but the model may
still be good.
Using a regression model beyond the range
of X is questionable, as the relationship may
not hold outside the sample data.
Cautions and Pitfalls







A t-test for the intercept (b0) may be ignored
as this point is often outside the range of
the model.
A linear relationship may not be the best
relationship, even if the F-test returns an
acceptable value.
A nonlinear relationship can exist even if a
linear relationship does not.
Even though a relationship is statistically
significant it may not have any practical
value.
Tutorial
Lab Practical : Spreadsheet

1 - 71
Further Reading






Render, B., Stair Jr.,R.M. & Hanna, M.E.
(2013) Quantitative Analysis for
Management, Pearson, 11th Edition
Waters, Donald (2007) Quantitative
Methods for Business, Prentice Hall, 4 th
Edition.
Anderson D, Sweeney D, & Williams T.
(2006) Quantitative Methods For
Business Thompson Higher Education,
10th Ed.
QUESTIONS?

Contenu connexe

Tendances

Multivariate analysis - Multiple regression analysis
Multivariate analysis -  Multiple regression analysisMultivariate analysis -  Multiple regression analysis
Multivariate analysis - Multiple regression analysisRaihanathusSahdhiyya
 
Ppt for 1.1 introduction to statistical inference
Ppt for 1.1 introduction to statistical inferencePpt for 1.1 introduction to statistical inference
Ppt for 1.1 introduction to statistical inferencevasu Chemistry
 
Regression analysis in R
Regression analysis in RRegression analysis in R
Regression analysis in RAlichy Sowmya
 
Linear regression analysis
Linear regression analysisLinear regression analysis
Linear regression analysisNimrita Koul
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression AnalysisSalim Azad
 
Regression analysis.
Regression analysis.Regression analysis.
Regression analysis.sonia gupta
 
Ordinal logistic regression
Ordinal logistic regression Ordinal logistic regression
Ordinal logistic regression Dr Athar Khan
 
Multinomial Logistic Regression
Multinomial Logistic RegressionMultinomial Logistic Regression
Multinomial Logistic RegressionDr Athar Khan
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis pptElkana Rorio
 
Kolmogorov Smirnov good-of-fit test
Kolmogorov Smirnov good-of-fit testKolmogorov Smirnov good-of-fit test
Kolmogorov Smirnov good-of-fit testRizwan S A
 
Multiple Regression and Logistic Regression
Multiple Regression and Logistic RegressionMultiple Regression and Logistic Regression
Multiple Regression and Logistic RegressionKaushik Rajan
 

Tendances (20)

Multivariate analysis - Multiple regression analysis
Multivariate analysis -  Multiple regression analysisMultivariate analysis -  Multiple regression analysis
Multivariate analysis - Multiple regression analysis
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Ppt for 1.1 introduction to statistical inference
Ppt for 1.1 introduction to statistical inferencePpt for 1.1 introduction to statistical inference
Ppt for 1.1 introduction to statistical inference
 
Regression analysis in R
Regression analysis in RRegression analysis in R
Regression analysis in R
 
Linear regression analysis
Linear regression analysisLinear regression analysis
Linear regression analysis
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
 
Regression analysis.
Regression analysis.Regression analysis.
Regression analysis.
 
Regression
RegressionRegression
Regression
 
Correlation ppt...
Correlation ppt...Correlation ppt...
Correlation ppt...
 
Ordinal logistic regression
Ordinal logistic regression Ordinal logistic regression
Ordinal logistic regression
 
Crosstabs
CrosstabsCrosstabs
Crosstabs
 
Multinomial Logistic Regression
Multinomial Logistic RegressionMultinomial Logistic Regression
Multinomial Logistic Regression
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis ppt
 
Kolmogorov Smirnov good-of-fit test
Kolmogorov Smirnov good-of-fit testKolmogorov Smirnov good-of-fit test
Kolmogorov Smirnov good-of-fit test
 
Multiple Regression and Logistic Regression
Multiple Regression and Logistic RegressionMultiple Regression and Logistic Regression
Multiple Regression and Logistic Regression
 
Regression
RegressionRegression
Regression
 
Multiple Regression Analysis (MRA)
Multiple Regression Analysis (MRA)Multiple Regression Analysis (MRA)
Multiple Regression Analysis (MRA)
 
Regression analysis on SPSS
Regression analysis on SPSSRegression analysis on SPSS
Regression analysis on SPSS
 
Confidence Intervals
Confidence IntervalsConfidence Intervals
Confidence Intervals
 

Similaire à Bba 3274 qm week 6 part 1 regression models

161783709 chapter-04-answers
161783709 chapter-04-answers161783709 chapter-04-answers
161783709 chapter-04-answersBookStoreLib
 
161783709 chapter-04-answers
161783709 chapter-04-answers161783709 chapter-04-answers
161783709 chapter-04-answersFiras Husseini
 
Regression analysis
Regression analysisRegression analysis
Regression analysisSrikant001p
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
Nonparametric approach to multiple regression
Nonparametric approach to multiple regressionNonparametric approach to multiple regression
Nonparametric approach to multiple regressionAlexander Decker
 
Multiple Regression.ppt
Multiple Regression.pptMultiple Regression.ppt
Multiple Regression.pptTanyaWadhwani4
 
Lecture - 8 MLR.pptx
Lecture - 8 MLR.pptxLecture - 8 MLR.pptx
Lecture - 8 MLR.pptxiris765749
 
Correlation by Neeraj Bhandari ( Surkhet.Nepal )
Correlation by Neeraj Bhandari ( Surkhet.Nepal )Correlation by Neeraj Bhandari ( Surkhet.Nepal )
Correlation by Neeraj Bhandari ( Surkhet.Nepal )Neeraj Bhandari
 
Data Approximation in Mathematical Modelling Regression Analysis and Curve Fi...
Data Approximation in Mathematical Modelling Regression Analysis and Curve Fi...Data Approximation in Mathematical Modelling Regression Analysis and Curve Fi...
Data Approximation in Mathematical Modelling Regression Analysis and Curve Fi...Dr.Summiya Parveen
 
Data Approximation in Mathematical Modelling Regression Analysis and curve fi...
Data Approximation in Mathematical Modelling Regression Analysis and curve fi...Data Approximation in Mathematical Modelling Regression Analysis and curve fi...
Data Approximation in Mathematical Modelling Regression Analysis and curve fi...Dr.Summiya Parveen
 
20 ms-me-amd-06 (simple linear regression)
20 ms-me-amd-06 (simple linear regression)20 ms-me-amd-06 (simple linear regression)
20 ms-me-amd-06 (simple linear regression)HassanShah124
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regressionMaria Theresa
 
Curve_Fitting.pdf
Curve_Fitting.pdfCurve_Fitting.pdf
Curve_Fitting.pdfIrfan Khan
 

Similaire à Bba 3274 qm week 6 part 1 regression models (20)

Rsh qam11 ch04 ge
Rsh qam11 ch04 geRsh qam11 ch04 ge
Rsh qam11 ch04 ge
 
2.1 regression
2.1 regression2.1 regression
2.1 regression
 
161783709 chapter-04-answers
161783709 chapter-04-answers161783709 chapter-04-answers
161783709 chapter-04-answers
 
161783709 chapter-04-answers
161783709 chapter-04-answers161783709 chapter-04-answers
161783709 chapter-04-answers
 
04 regression
04 regression04 regression
04 regression
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
Nonparametric approach to multiple regression
Nonparametric approach to multiple regressionNonparametric approach to multiple regression
Nonparametric approach to multiple regression
 
Multiple Regression.ppt
Multiple Regression.pptMultiple Regression.ppt
Multiple Regression.ppt
 
Regression
RegressionRegression
Regression
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Lecture - 8 MLR.pptx
Lecture - 8 MLR.pptxLecture - 8 MLR.pptx
Lecture - 8 MLR.pptx
 
Correlation by Neeraj Bhandari ( Surkhet.Nepal )
Correlation by Neeraj Bhandari ( Surkhet.Nepal )Correlation by Neeraj Bhandari ( Surkhet.Nepal )
Correlation by Neeraj Bhandari ( Surkhet.Nepal )
 
Linear regression
Linear regressionLinear regression
Linear regression
 
Data Approximation in Mathematical Modelling Regression Analysis and Curve Fi...
Data Approximation in Mathematical Modelling Regression Analysis and Curve Fi...Data Approximation in Mathematical Modelling Regression Analysis and Curve Fi...
Data Approximation in Mathematical Modelling Regression Analysis and Curve Fi...
 
Data Approximation in Mathematical Modelling Regression Analysis and curve fi...
Data Approximation in Mathematical Modelling Regression Analysis and curve fi...Data Approximation in Mathematical Modelling Regression Analysis and curve fi...
Data Approximation in Mathematical Modelling Regression Analysis and curve fi...
 
20 ms-me-amd-06 (simple linear regression)
20 ms-me-amd-06 (simple linear regression)20 ms-me-amd-06 (simple linear regression)
20 ms-me-amd-06 (simple linear regression)
 
ML Module 3.pdf
ML Module 3.pdfML Module 3.pdf
ML Module 3.pdf
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regression
 
Curve_Fitting.pdf
Curve_Fitting.pdfCurve_Fitting.pdf
Curve_Fitting.pdf
 

Plus de Stephen Ong

Tcm step 3 venture assessment
Tcm step 3 venture assessmentTcm step 3 venture assessment
Tcm step 3 venture assessmentStephen Ong
 
Tcm step 2 market needs analysis
Tcm step 2 market needs analysisTcm step 2 market needs analysis
Tcm step 2 market needs analysisStephen Ong
 
Tcm step 1 technology analysis
Tcm step 1 technology analysisTcm step 1 technology analysis
Tcm step 1 technology analysisStephen Ong
 
Tcm Workshop 1 Technology analysis
Tcm Workshop 1 Technology analysisTcm Workshop 1 Technology analysis
Tcm Workshop 1 Technology analysisStephen Ong
 
Tcm step 3 venture assessment
Tcm step 3 venture assessmentTcm step 3 venture assessment
Tcm step 3 venture assessmentStephen Ong
 
Tcm step 2 market needs analysis
Tcm step 2 market needs analysisTcm step 2 market needs analysis
Tcm step 2 market needs analysisStephen Ong
 
Tcm step 1 technology analysis
Tcm step 1 technology analysisTcm step 1 technology analysis
Tcm step 1 technology analysisStephen Ong
 
Tcm concept discovery stage introduction
Tcm concept discovery stage introductionTcm concept discovery stage introduction
Tcm concept discovery stage introductionStephen Ong
 
Mod001093 german sme hidden champions 120415
Mod001093 german sme hidden champions 120415Mod001093 german sme hidden champions 120415
Mod001093 german sme hidden champions 120415Stephen Ong
 
Tbs910 linear programming
Tbs910 linear programmingTbs910 linear programming
Tbs910 linear programmingStephen Ong
 
Mod001093 family businesses 050415
Mod001093 family businesses 050415Mod001093 family businesses 050415
Mod001093 family businesses 050415Stephen Ong
 
Gs503 vcf lecture 8 innovation finance ii 060415
Gs503 vcf lecture 8 innovation finance ii 060415Gs503 vcf lecture 8 innovation finance ii 060415
Gs503 vcf lecture 8 innovation finance ii 060415Stephen Ong
 
Gs503 vcf lecture 7 innovation finance i 300315
Gs503 vcf lecture 7 innovation finance i 300315Gs503 vcf lecture 7 innovation finance i 300315
Gs503 vcf lecture 7 innovation finance i 300315Stephen Ong
 
Tbs910 regression models
Tbs910 regression modelsTbs910 regression models
Tbs910 regression modelsStephen Ong
 
Tbs910 sampling hypothesis regression
Tbs910 sampling hypothesis regressionTbs910 sampling hypothesis regression
Tbs910 sampling hypothesis regressionStephen Ong
 
Mod001093 intrapreneurship 290315
Mod001093 intrapreneurship 290315Mod001093 intrapreneurship 290315
Mod001093 intrapreneurship 290315Stephen Ong
 
Gs503 vcf lecture 6 partial valuation ii 160315
Gs503 vcf lecture 6 partial valuation ii  160315Gs503 vcf lecture 6 partial valuation ii  160315
Gs503 vcf lecture 6 partial valuation ii 160315Stephen Ong
 
Gs503 vcf lecture 5 partial valuation i 140315
Gs503 vcf lecture 5 partial valuation i  140315Gs503 vcf lecture 5 partial valuation i  140315
Gs503 vcf lecture 5 partial valuation i 140315Stephen Ong
 
Mod001093 context of sme 220315
Mod001093 context of sme 220315Mod001093 context of sme 220315
Mod001093 context of sme 220315Stephen Ong
 
Mod001093 from innovation business model to startup 140315
Mod001093 from innovation business model to startup 140315Mod001093 from innovation business model to startup 140315
Mod001093 from innovation business model to startup 140315Stephen Ong
 

Plus de Stephen Ong (20)

Tcm step 3 venture assessment
Tcm step 3 venture assessmentTcm step 3 venture assessment
Tcm step 3 venture assessment
 
Tcm step 2 market needs analysis
Tcm step 2 market needs analysisTcm step 2 market needs analysis
Tcm step 2 market needs analysis
 
Tcm step 1 technology analysis
Tcm step 1 technology analysisTcm step 1 technology analysis
Tcm step 1 technology analysis
 
Tcm Workshop 1 Technology analysis
Tcm Workshop 1 Technology analysisTcm Workshop 1 Technology analysis
Tcm Workshop 1 Technology analysis
 
Tcm step 3 venture assessment
Tcm step 3 venture assessmentTcm step 3 venture assessment
Tcm step 3 venture assessment
 
Tcm step 2 market needs analysis
Tcm step 2 market needs analysisTcm step 2 market needs analysis
Tcm step 2 market needs analysis
 
Tcm step 1 technology analysis
Tcm step 1 technology analysisTcm step 1 technology analysis
Tcm step 1 technology analysis
 
Tcm concept discovery stage introduction
Tcm concept discovery stage introductionTcm concept discovery stage introduction
Tcm concept discovery stage introduction
 
Mod001093 german sme hidden champions 120415
Mod001093 german sme hidden champions 120415Mod001093 german sme hidden champions 120415
Mod001093 german sme hidden champions 120415
 
Tbs910 linear programming
Tbs910 linear programmingTbs910 linear programming
Tbs910 linear programming
 
Mod001093 family businesses 050415
Mod001093 family businesses 050415Mod001093 family businesses 050415
Mod001093 family businesses 050415
 
Gs503 vcf lecture 8 innovation finance ii 060415
Gs503 vcf lecture 8 innovation finance ii 060415Gs503 vcf lecture 8 innovation finance ii 060415
Gs503 vcf lecture 8 innovation finance ii 060415
 
Gs503 vcf lecture 7 innovation finance i 300315
Gs503 vcf lecture 7 innovation finance i 300315Gs503 vcf lecture 7 innovation finance i 300315
Gs503 vcf lecture 7 innovation finance i 300315
 
Tbs910 regression models
Tbs910 regression modelsTbs910 regression models
Tbs910 regression models
 
Tbs910 sampling hypothesis regression
Tbs910 sampling hypothesis regressionTbs910 sampling hypothesis regression
Tbs910 sampling hypothesis regression
 
Mod001093 intrapreneurship 290315
Mod001093 intrapreneurship 290315Mod001093 intrapreneurship 290315
Mod001093 intrapreneurship 290315
 
Gs503 vcf lecture 6 partial valuation ii 160315
Gs503 vcf lecture 6 partial valuation ii  160315Gs503 vcf lecture 6 partial valuation ii  160315
Gs503 vcf lecture 6 partial valuation ii 160315
 
Gs503 vcf lecture 5 partial valuation i 140315
Gs503 vcf lecture 5 partial valuation i  140315Gs503 vcf lecture 5 partial valuation i  140315
Gs503 vcf lecture 5 partial valuation i 140315
 
Mod001093 context of sme 220315
Mod001093 context of sme 220315Mod001093 context of sme 220315
Mod001093 context of sme 220315
 
Mod001093 from innovation business model to startup 140315
Mod001093 from innovation business model to startup 140315Mod001093 from innovation business model to startup 140315
Mod001093 from innovation business model to startup 140315
 

Dernier

Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxWorkforce Group
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with CultureSeta Wicaksana
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
John Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfJohn Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfAmzadHosen3
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...lizamodels9
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...daisycvs
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentationuneakwhite
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataExhibitors Data
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsP&CO
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxpriyanshujha201
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Sheetaleventcompany
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...lizamodels9
 

Dernier (20)

Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
John Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfJohn Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdf
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors Data
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 

Bba 3274 qm week 6 part 1 regression models

  • 1. BBA3274 / DBS1084 QUANTITATIVE METHODS for BUSINESS Forecasting and Forecasting and Regression Models Regression Models Part 1 Part 1 by Stephen Ong Visiting Fellow, Birmingham City University Business School, UK Visiting Professor, Shenzhen
  • 3. Learning Objectives After completing this lecture, students will be able to: 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Identify variables and use them in a regression model. Develop simple linear regression equations. from sample data and interpret the slope and intercept. Compute the coefficient of determination and the coefficient of correlation and interpret their meanings. Interpret the F-test in a linear regression model. List the assumptions used in regression and use residual plots to identify problems. Develop a multiple regression model and use it for prediction purposes. Use dummy variables to model categorical data. Determine which variables should be included in a multiple regression model. Transform a nonlinear function into a linear one for use in regression. Understand and avoid common mistakes made in the use of regression analysis.
  • 4. Regression Models : Outline 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 4.7 Testing the Model for Significance 4.8 Multiple Regression Analysis 4.9 Binary or Dummy Variables 4.10 Model Building 4.11 Nonlinear Regression 4.12 Cautions and Pitfalls in Regression Analysis
  • 5. Forecasting Models Forecasting Techniques Qualitative Models Time-Series Methods Delphi Methods Moving Average Jury of Executive Opinion Exponential Smoothing Sales Force Composite Causal Methods Trend Projections Regression Analysis Multiple Regression Figure 5.1 Consumer Market Survey Decomposition 5-5
  • 6. Introduction   Regression analysis is a very valuable tool for a manager. Regression can be used to:     Understand the relationship between variables. Predict the value of one variable based on another variable. Simple linear regression models have only two variables. Multiple regression models have more variables.
  • 7. Introduction  The variable to be predicted is called the dependent variable.   This is sometimes called the response variable. The value of this variable depends on the value of the independent variable.  This is sometimes called the explanatory or predictor variable. Dependent variable Independent = + variable Independent variable
  • 8. Scatter Diagram    A scatter diagram or scatter plot is often used to investigate the relationship between variables. The independent variable is normally plotted on the X axis. The dependent variable is normally plotted on the Y axis. 4-8
  • 9. Triple A Construction   Triple A Construction renovates old homes. Managers have found that the dollar volume of renovation work is dependent on the area payroll. TRIPLE A’S SALES ($100,000s) 6 8 9 5 4.5 Table 4.1 9.5 LOCAL PAYROLL ($100,000,000s) 3 4 6 4 2 5
  • 10. Triple A Construction Scatter Diagram of Triple A Construction Company Data Figure 4.1 4-10
  • 11. 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
  • 12. Simple Linear Regression  True values for the slope and intercept are not known so they are estimated using sample data. ˆ 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
  • 13. Triple A Construction Triple A Construction is trying to predict sales based on area payroll. Y = Sales X = Area payroll The line chosen in Figure 4.1 is the one that minimizes the errors. Error = (Actual value) – (Predicted value) ˆ e = Y −Y
  • 14. Triple A Construction For the simple linear regression model, the values of the intercept and slope can be calculated using the formulas below. ˆ Y =b0 +b1 X ∑ X = average (mean) of X values X= n ∑ Y = average (mean) of Y values Y= n b1 ( ∑ X − X )(Y −Y ) = ( ∑ X −X ) 2 b0 = Y − b1 X
  • 15. Triple A Construction Regression calculations for Triple A Construction Y X (X – X )2 (X – X)(Y – Y) 6 8 9 5 4.5 3 4 6 4 2 (3 – 4)2 = 1 (4 – 4)2 = 0 (6 – 4)2 = 4 (4 – 4)2 = 0 (2 – 4)2 = 4 (3 – 4)(6 – 7) = 1 (4 – 4)(8 – 7) = 0 (6 – 4)(9 – 7) = 4 (4 – 4)(5 – 7) = 0 (2 – 4)(4.5 – 7) = 5 9.5 5 (5 – 4)2 = 1 (5 – 4)(9.5 – 7) = 2.5 Σ(X – X)2 = 10 Σ(X – X)(Y – Y) = 12.5 ΣY = 42 Y = 42/6 = 7 ΣX = 24 X = 24/6 = 4
  • 16. Triple A Construction Regression calculations ∑ X = 24 = 4 X= 6 6 ∑ Y = 42 = 7 Y= 6 b1 6 ∑ ( X − X )(Y − Y ) = 12.5 = 1.25 = 10 ∑(X − X ) 2 b0 = Y − b1 X = 7 − (1.25 )( 4 ) = 2 Therefore ˆ Y = 2 + 1.25 X
  • 17. Triple A Construction Regression calculations ∑ X = 24 = 4 X= 6 6 sales = 2 + 1.25(payroll) ∑ Y = 42 = 7 If the payroll next year is Y= 6 b1 $600 million 6 ˆ + .5 ( Y ∑ ( X − X )(Y −Y )==2121.251.6) = 9.5 or $ 950,000 = = 25 10 ∑(X − X ) 2 b0 = Y − b1 X = 7 − (1.25 )( 4 ) = 2 Therefore ˆ Y = 2 + 1.25 X
  • 18. 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.
  • 19. Measuring the Fit of the Regression Model  Sum of the squares total : SST = ∑ (Y − Y )2  Sum of the squared error: ˆ SSE = ∑ e 2 = ∑ (Y − Y )2  Sum of squares due to regression: ˆ SSR = ∑ (Y − Y )2 SST = SSR + SSE
  • 20. Measuring the Fit of the Regression Model Sum of Squares for Triple A Construction X (Y – Y )2 Y ^ (Y – Y )2 (Y – Y )2 6 3 (6 – 7)2 = 1 2 + 1.25(3) = 5.75 0.0625 1.563 8 4 (8 – 7)2 = 1 2 + 1.25(4) = 7.00 1 0 9 6 (9 – 7)2 = 4 2 + 1.25(6) = 9.50 0.25 6.25 5 4 (5 – 7)2 = 4 2 + 1.25(4) = 7.00 4 0 4.5 2 (4.5 – 7)2 = 6.25 2 + 1.25(2) = 4.50 0 6.25 9.5 5 (9.5 – 7)2 = 6.25 2 + 1.25(5) = 8.25 1.5625 1.563 Y ∑(Y – Y)2 = 22.5 Y=7 ^ ^ ∑(Y – Y)2 = 6.875 SST = 22.5 SSE = 6.875 Table 4.3 ^ ^ ∑(Y – Y )2 = 15.625 SSR = 15.625
  • 21. Measuring the Fit of the Regression Model  Sum of the squares total For Triple A Construction 2 SST = ∑ (Y − Y )   SST = 22.5 Sum of the squared error SSE 2= 6.875 ˆ SSE = ∑ e 2 = ∑ (Y − Y ) SSR = 15.625 Sum of squares due to regression ˆ SSR = ∑ (Y − Y )2  An important relationship SST = SSR + SSE
  • 22. Measuring the Fit of the Regression Model Deviations from the Regression Line and from the Mean Figure 4.2
  • 23. Coefficient of Determination   The proportion of the variability in Y explained by the regression equation is called the coefficient of determination. The coefficient of determination is r2. SSR SSE 2 r = = 1− SST SST 15.625 r2 = =0.6944 22.5  About 69% of the variability in Y is explained by the equation based on payroll (X).
  • 24. 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 = r 2  For Triple A Construction: r = 0.6944 = 0.8333 4-24
  • 25. Four Values of the Correlation Coefficient Y * Y * * * * * ** * * * * * * * Y * (a) Perfect Positive X Correlation: r = +1 * ** * * ** * * *** * Figure 4.3 (c) No Correlation: r=0 X Y (b) Positive Correlation: 0<r<1 * * * * X * (d) Perfect Negative Correlation: r = –1 X
  • 26. Using Computer Software for Regression Accessing the Regression Option in Excel 2010 Program 4.1A 4-26
  • 27. Using Computer Software for Regression Data Input for Regression in Excel Program 4.1B
  • 28. Using Computer Software for Regression Excel Output for the Triple A Construction Example Program 4.1C 4-28
  • 29. Assumptions of the Regression Model  If we make certain assumptions about the errors in a regression model, we can perform statistical tests to determine if the model is useful. 1. 2. 3. 4. Errors are independent. Errors are normally distributed. Errors have a mean of zero. Errors have a constant variance.  A plot of the residuals (errors) will often highlight any glaring violations of the assumption. 4-29
  • 30. Residual Plots Error Pattern of Errors Indicating Randomness X Figure 4.4A
  • 31. Residual Plots Error Nonconstant error variance X Figure 4.4B 4-31
  • 32. Residual Plots Error Errors Indicate Relationship is not Linear X Figure 4.4C 4-32
  • 33. Estimating the Variance   Errors are assumed to have a constant variance (σ 2), but we usually don’t know this. It can be estimated using the mean squared error (MSE), s2. SSE s = MSE = n − k −1 2 where n = number of observations in the sample k = number of independent variables
  • 34. Estimating the Variance  For Triple A Construction: SSE 6.8750 6.8750 s = MSE = = = = 1.7188 n − k − 1 6 − 1− 1 4 2  We can estimate the standard deviation, s.  This is also called the standard error of the estimate or the standard deviation of the regression. s = MSE = 1.7188 = 1.31 4-34
  • 35. Testing the Model for Significance    When the sample size is too small, you can get good values for MSE and r2 even if there is no relationship between the variables. Testing the model for significance helps determine if the values are meaningful. We do this by performing a statistical hypothesis test. 4-35
  • 36. Testing the Model for Significance  We start with the general linear model Y = β 0 + β1X + ε  If β 1 = 0, the null hypothesis is that there is no relationship between X and Y.  The alternate hypothesis is that there is a linear relationship (β 1 ≠ 0).  If the null hypothesis can be rejected, we have proven there is a relationship.  We use the F statistic for this test.
  • 37. Testing the Model for Significance  The F statistic is based on the MSE and SSR MSR: MSR = where k k = number of independent variables in the model  The F statistic is: MSR F= MSE  This describes an F distribution with: degrees of freedom for the numerator = df1 = k degrees of freedom for the denominator = df2 = n – k – 1 4-37
  • 38. Testing the Model for Significance    If there is very little error, the MSE would be small and the F-statistic would be large indicating the model is useful. If the F-statistic is large, the significance level (p-value) will be low, indicating it is unlikely this would have occurred by chance. So when the F-value is large, we can reject the null hypothesis and accept that there is a linear relationship between X and Y and the values of the MSE and r2 are meaningful. 4-38
  • 39. Steps in a Hypothesis Test 1. Specify null and alternative hypotheses: H : β =0 0 1 H 1 : β1 ≠ 0 2. Select the level of significance (α ). Common values are 0.01 and 0.05. 3. Calculate the value of the test statistic using the formula: MSR F= MSE
  • 40. Steps in a Hypothesis Test 4. Make a decision using one of the following methods: a) Reject the null hypothesis if the test statistic is greater than the F-value from the table in Appendix D. Otherwise, do not reject the null hypothesis: Reject if Fcalculated > Fα ,df1 ,df 2 df 1 = k df 2 = n − k − 1 b) Reject the null hypothesis if the observed significance level, or p-value, is less than the level of significance (α ). Otherwise, do not reject the null hypothesis: p - value = P ( F > calculated test statistic ) Reject if p - value <α
  • 41. Triple A Construction Step 1. Step 2. H0 : β 1 = 0 (no linear relationship between X and Y) H1 : β 1 ≠ 0 (linear relationship exists between X and Y) Select α = 0.05 Step 3. Calculate the value of the SSR 15.6250 test statistic. = 15.6250 MSR = = k 1 MSR 15.6250 F= = = 9.09 MSE 1.7188
  • 42. Triple A Construction Step 4. Reject the null hypothesis if the test statistic is greater than the F-value in Appendix D. df1 = k = 1 df2 = n – k – 1 = 6 – 1 – 1 = 4 The value of F associated with a 5% level of significance and with degrees of freedom 1 and 4 is found in Appendix D. F0.05,1,4 = 7.71 Fcalculated = 9.09 Reject H0 because 9.09 > 7.71
  • 43. Triple A Construction  We can conclude there is a statistically significant relationship between X and Y.  The r2 value of 0.69 means about 69% of the variability in sales (Y) is explained by local payroll (X). 0.05 F = 7.71 Figure 4.5 9.09
  • 44. Analysis of Variance (ANOVA) Table  When software is used to develop a regression model, an ANOVA table is typically created that shows the observed significance level (p-value) for the calculated F value.  This can be compared to the level of significance (α ) to make a decision. DF SS MS Regression k SSR MSR = SSR/k Residual n-k-1 SSE n-1 SIGNIFICANCE MSE = SSE/(n - k - 1) Total F SST Table 4.4 MSR/MSE P(F > MSR/MSE) 4-44
  • 45. ANOVA for Triple A Construction Program 4.1C (partial) P(F > 9.0909) = 0.0394 Because this probability is less than 0.05, we reject the null hypothesis of no linear relationship and conclude there is a linear relationship between X and Y. 4-45
  • 46. Multiple Regression Analysis  Multiple regression models are extensions to the simple linear model and allow the creation of models with more than one independent variable. Y = β 0 + β 1 X1 + β 2X2 + … + β k Xk + ε where Y= dependent variable (response variable) Xi = ith independent variable (predictor or explanatory variable) β 0 = intercept (value of Y when all Xi = 0) βi = coefficient of the ith independent variable k= number of independent variables 4-46
  • 47. Multiple Regression Analysis To estimate these values, a sample is taken the following equation developed ˆ Y = b0 + b1 X 1 + b2 X 2 + ... + bk X k where ˆ Y = predicted value of Y b0 = sample intercept (and is an estimate of β 0) bi = sample coefficient of the ith variable (and is an estimate of β i)
  • 48. Jenny Wilson Realty Jenny Wilson wants to develop a model to determine the suggested listing price for houses based on the size and age of the house. ˆ Y = + X + X b b b 0 where ˆ Y 1 1 2 2 = predicted value of dependent variable (selling price) b0 = Y intercept X1 and X2 = value of the two independent variables (square footage and age) respectively b1 and b2 = slopes for X1 and X2 respectively She selects a sample of houses that have sold recently and records the data shown in Table 4.5 4-48
  • 49. Jenny Wilson Real Estate Data Table 4.5 SELLING PRICE ($) 95,000 119,000 124,800 135,000 142,000 145,000 159,000 165,000 182,000 183,000 200,000 211,000 215,000 219,000 SQUARE FOOTAGE 1,926 2,069 1,720 1,396 1,706 1,847 1,950 2,323 2,285 3,752 2,300 2,525 3,800 1,740 AGE 30 40 30 15 32 38 27 30 26 35 18 17 40 12 CONDITION Good Excellent Excellent Good Mint Mint Mint Excellent Mint Good Good Good Excellent Mint 4-49
  • 50. Jenny Wilson Realty Input Screen for the Jenny Wilson Realty Multiple Regression Example Program 4.2A 4-50
  • 51. Jenny Wilson Realty Output for the Jenny Wilson Realty Multiple Regression Example Program 4.2B 4-51
  • 52. Evaluating Multiple Regression Models  Evaluation is similar to simple linear regression models.  The p-value for the F-test and r2 are interpreted the same.  The hypothesis is different because there is more than one independent variable.  The F-test is investigating whether all the coefficients are equal to 0 at the same time.
  • 53. Evaluating Multiple Regression Models  To determine which independent variables are significant, tests are performed for each variable. H0 : β = 0 1 H1 : β ≠ 0 1  The test statistic is calculated and if the p-value is lower than the level of significance (α ), the null hypothesis is rejected.
  • 54. Jenny Wilson Realty  The model is statistically significant  The p-value for the F-test is 0.002.  r2 = 0.6719 so the model explains about 67% of the variation in selling price (Y).  But the F-test is for the entire model and we can’t tell if one or both of the independent variables are significant.  By calculating the p-value of each variable, we can assess the significance of the individual variables.  Since the p-value for X1 (square footage) and X2 (age) are both less than the significance level of 0.05, both null hypotheses can be rejected. 4-54
  • 55. Binary or Dummy Variables  Binary (or dummy or indicator) variables are special variables created for qualitative data.  A dummy variable is assigned a value of 1 if a particular condition is met and a value of 0 otherwise.  The number of dummy variables must equal one less than the number of categories of the qualitative variable.
  • 56. Jenny Wilson Realty  Jenny believes a better model can be developed if she includes information about the condition of the property. X3 = 1 if house is in excellent condition = 0 otherwise X4 = 1 if house is in mint condition = 0 otherwise  Two dummy variables are used to describe the three categories of condition.  No variable is needed for “good” condition since if both X3 and X4 = 0, the house must be in good condition. 4-56
  • 57. Jenny Wilson Realty Input Screen for the Jenny Wilson Realty Example with Dummy Variables Program 4.3A 4-57
  • 58. Jenny Wilson Realty Output for the Jenny Wilson Realty Example with Dummy Variables Program 4.3B 4-58
  • 59. Model Building  The best model is a statistically significant model with a high r2 and few variables.  As more variables are added to the model, the r2-value usually increases.  For this reason, the adjusted r2 value is often used to determine the usefulness of an additional variable.  The adjusted r2 takes into account the number of independent variables in the model.
  • 60. Model Building  The formula for r2 r2 = SSR SSE = 1− SST SST  The formula for adjusted r2 SSE /( n − k − 1) Adjusted r = 1 − SST /( n − 1) 2  As the number of variables increases, the adjusted r2 gets smaller unless the increase due to the new variable is large enough to offset the change in k.
  • 61. Model Building  In general, if a new variable increases the     adjusted r2, it should probably be included in the model. In some cases, variables contain duplicate information. When two independent variables are correlated, they are said to be collinear. When more than two independent variables are correlated, multicollinearity exists. When multicollinearity is present, hypothesis tests for the individual coefficients are not valid but the model may still be useful.
  • 62. Nonlinear Regression   In some situations, variables are not linear. Transformations may be used to turn a nonlinear model into a linear model. * ** * *** * * Linear relationship * * * * ** * * ** * Nonlinear relationship 4-62
  • 63. Colonel Motors  Engineers at Colonel Motors want to use regression analysis to improve fuel efficiency.  They have been asked to study the impact of weight on miles per gallon (MPG). Table 4.6 MPG 12 13 15 18 19 19 WEIGHT (1,000 LBS.) 4.58 4.66 4.02 2.53 3.09 3.11 MPG 20 23 24 33 36 42 WEIGHT (1,000 LBS.) 3.18 2.68 2.65 1.70 1.95 1.92 4-63
  • 64. Colonel Motors Linear Model for MPG Data Figure 4.6A 4-64
  • 65. Colonel Motors Excel Output for Linear Regression Model with MPG Data Program 4.4 This is a useful model with a small F-test for significance and a good r2 value. 4-65
  • 66. Colonel Motors Nonlinear Model for MPG Data Figure 4.6B 4-66
  • 67. Colonel Motors  The nonlinear model is a quadratic model.  The easiest way to work with this model is to develop a new variable. X 2 = ( weight) 2  This gives us a model that can be solved with linear regression software: ˆ Y = b0 + b1 X 1 + b2 X 2 4-67
  • 68. Colonel Motors ˆ Y = 79.8 − 30.2 X 1 + 3.4 X 2 Program 4.5 A better model with a smaller F-test for significance and a larger adjusted r2 value 4-68
  • 69. Cautions and Pitfalls     If the assumptions are not met, the statistical test may not be valid. Correlation does not necessarily mean causation. Multicollinearity makes interpreting coefficients problematic, but the model may still be good. Using a regression model beyond the range of X is questionable, as the relationship may not hold outside the sample data.
  • 70. Cautions and Pitfalls     A t-test for the intercept (b0) may be ignored as this point is often outside the range of the model. A linear relationship may not be the best relationship, even if the F-test returns an acceptable value. A nonlinear relationship can exist even if a linear relationship does not. Even though a relationship is statistically significant it may not have any practical value.
  • 71. Tutorial Lab Practical : Spreadsheet 1 - 71
  • 72. Further Reading    Render, B., Stair Jr.,R.M. & Hanna, M.E. (2013) Quantitative Analysis for Management, Pearson, 11th Edition Waters, Donald (2007) Quantitative Methods for Business, Prentice Hall, 4 th Edition. Anderson D, Sweeney D, & Williams T. (2006) Quantitative Methods For Business Thompson Higher Education, 10th Ed.

Notes de l'éditeur

  1. {}