SlideShare una empresa de Scribd logo
1 de 33
PRESENTATION
ON
REGRESSION ANALYSIS
Definition
The Regression Analysis is a technique of studying the dependence of one variable (called
dependant variable), on one or more variables (called explanatory variable), with a view to
estimate or predict the average value of the dependent variables in terms of the known or
fixed values of the independent variables.

THE REGRESSION TECHNIQUE IS PRIMARILY USED TO :
• Estimate the relationship that exists, on the average, between the dependent variable and the
explanatory variable
• Determine the effect of each of the explanatory variables on the dependent variable,
controlling the effects of all other explanatory variables
• Predict the value of dependent variable for a given value of the explanatory variable
Assumptions of the Linear Regression
Model
1.
2.
3.
4.
5.
6.
7.
8.
9.

Linear Functional form
Fixed independent variables
Independent observations
Representative sample and proper specification of the model
(no omitted variables)
Normality of the residuals or errors
Equality of variance of the errors (homogeneity of residual
variance)
No multicollinearity
No autocorrelation of the errors
No outlier distortion
Introduction to Regression Analysis
• Regression analysis is the most often applied technique of statistical
•

analysis and modeling.
If two variables are involved, the variable that is the basis of the
estimation, is conventionally called the independent variable and the
variable whose value is to be estimated+ is called the dependent

variable.
•

In general, it is used to model a response variable (Y) as a function of
one or more driver variables (X1, X2, ..., Xp).

•

The functional form used is:

Yi = 0 + 1X1i + 2X2i + ... + pXpi + 
• The dependent variable is variously known as explained
variables, predictand, response and endogenous variables.
• While the independent variable is known as explanatory,
regressor and exogenous variable.
Derivation of the Intercept
y = +
a
bx +
e
e = − −
y
a
bx
n

n

n

n

e
=
y − a −
x
∑ ∑ ∑ b∑
i=
1

i

i

i=
1

i=
1

i

i=
1

n

Because by definition

e =
∑0
i=
1

n

n

n

i

0 =
yi − ai −
xi
∑ ∑ b∑
i=
1

n

n

i=
1

i=
1

n

ai =
yi −
xi
∑∑ b ∑
i=
1

i=
1

i=
1

n

n

na =
yi −
xi
∑ b∑
i=
1

a

=
y

i=
1

−
bx

i
The term ε in the model is referred to as a “random
error term” and may reflect a number of things
including the general idea that knowledge of the
driver variables will not ordinarily lead to perfect
reconstruction of the response.
• If there is only one driver variable, X, then we usually
speak of “simple” linear regression analysis.
• When the model involves
• (a) multiple driver variables,
• (b) a driver variable in multiple forms, or
• (c) a mixture of these, the we speak of “multiple linear
regression analysis”.

• The “linear” portion of the terminology refers to the
response variable being expressed as a “linear
combination” of the driver variables.
In regression analysis, the data used to describe the relationship between the
variables are primarily measured on interval scale. the chief advantage of
using the interval level of measurement is that, with such data it is possible
to describe the relationship between variables more exactly employing
mathematical equation. This in turn allows more accurate prediction of one
variable from the knowledge of the other variables, which is one of the most
important objectives of regression analysis.
It is important to note that if the relationship between X and
Y is curvilinear , the regression line will be a curved line
rather than straight line. The greater the strength of
relationships between X and Y the better is the prediction.
The problem is presented to the mathematician as
follows: "The values of a and b in the linear model
Y'i = a + b Xi are to be found which minimize the
algebraic expression ."
The mathematician begins as follows:
The result becomes:

Using a similar procedure to find the value of a yields:
Yi

Xi2

XiYi

 

13

23

169

299

 

20

18

400

360

 

10

35

100

350

 

33

10

1089

330

 

15

27

225

405

91

113

1983

1744

SUM
THE REGRESSION MODEL
The situation using the regression model is analogous to that of the interviewers,
except instead of using interviewers, predictions are made by performing a linear
transformation of the predictor variable. Rather than interviewers in the above
example, the predicted value would be obtained by a linear transformation of the
score. The prediction takes the form

where a and b are parameters in the regression model.
Types of regression analysis:
Regression analysis is generally classified into two kinds: simple and multiple.
Simple
regression involves only two variables, one of which is dependent variable and
the other
Is explanatory(independent) variable. The associated model in the case of simple
regression will be a simple regression model.

•A regression analysis may involve a linear model or a nonlinear model.
The term linear can be interpreted in two different ways:
1.Linear in variable
2. Linearity in the parameter
Regression Analysis: Model Assumptions
 Model assumptions are stated in terms of the random 
errors, ε, as follows:
the errors are normally distributed,
with mean = zero, and
constant variance σ2ε, that does not depend on the settings of 
the driver variables, and
the errors are independent of one another.
 This is often summarized symbolically as: ε  is NID(0, σ2ε)
LINEAR REGRESSION
In linear regression, the model specification is that the dependent variable, yi is a
linear combination of the parameters (but need not be linear in the independent
variables). For example, in simple linear regression for modeling n data points
there is one independent variable: xi, and two parameters, β0 and β1:

Fig: Illustration of linear regression on a data set
In the case of simple regression, the formulas for the least squares
estimates are
Regression Analysis: Model Building
General Linear Model
Determining When to Add or Delete Variables
Analysis of a Larger Problem
Multiple Regression Approach
to Analysis of Variance
General Linear Model
Models in which the parameters (β0, β1, . . . , βp)
all have exponents of one are called linear
models.
y = β 0 + β 1 x1 + ε

First-Order Model with One Predictor
Variable
Variable Selection Procedures
Stepwise Regression
Forward Selection
Backward Elimination

Iterative; one
independent
variable at a time
is added or
deleted
Based on
the F statistic
Variable Selection Procedures

F Test

To test whether the addition of x2 to a
model involving x1 (or the deletion of x2
from a model involving x1and x2) is
statistically significant
F=

(SSE(reduced)-SSE(full))/number of extra terms
MSE(full)

F0=MSR/MSRes
(MSR=SSR/K)
The p-value corresponding to the F statistic
is the criterion used to determine if a variable
should be added or deleted
Forward Selection
This procedure is similar to stepwiseregression, but does not permit a variable to
be deleted.
This forward-selection procedure starts
with no independent variables.
It adds variables one at a time as long as a
significant reduction in the error sum of
squares (SSE) can be achieved.
Backward Elimination
This procedure begins with a model that
includes all the independent variables the
modeler wants considered.
It then attempts to delete one variable at a
time by determining whether the least
significant variable currently in the model can
be removed because its p-value is less than
the user-specified or default value.
Once a variable has been removed from the
model it cannot re enter at a subsequent step.
Stepwise regression:
Procedure of simultaneous forward and backward
selection also available
In a stepwise regression, predictor variables are
entered into the regression equation one at a time
based upon statistical criteria.
At each step in the analysis the predictor variable that
contributes the most to the prediction equation in
terms of increasing the multiple correlation, R, is
entered first. This process is continued only if
additional variables add anything statistically to the
regression equation.
Uses of Regression Analysis
1.Regression analysis helps in establishing a functional
Relationship between two or more variables.

THANKeconomic analysis are based on
YOU….
2. Since most of the problems of
cause and effect relationships, the regression analysis is a
highly valuable tool in economic and business research.
3. Regression analysis predicts the values of dependent variables
from the values of independent variables.
4. We can calculate coefficient of correlation (r) and coefficient
of determination (R2) with the help of regression
References

•

Fox, J. D. (1984). Linear Statistical Models and Related Methods.
New York: Wiley. [Chapter 5 is an excellent introduction to logistic regression]

•
Hosmer, D.W., & Lemeshow, S. (1989). Applied Logistic Regression. New York:
Wiley.
•

Walsh, A. Teaching understanding and interpretation of logit regression.
Teaching Sociology, 15:178-183, 1987.

•

Whitemore, A.S. (1981). "Sample size for logistic regression with small
response probability" JASA, 76, 27-32.

•

Cook, R. D. (1979), "Influential Observations in Linear Regression," Journal of the
American Statistical Association, 74, 169–174.
THANK YOU FOR LISTENING

Más contenido relacionado

La actualidad más candente (20)

Hypothesis testing; z test, t-test. f-test
Hypothesis testing; z test, t-test. f-testHypothesis testing; z test, t-test. f-test
Hypothesis testing; z test, t-test. f-test
 
Correlation Analysis
Correlation AnalysisCorrelation Analysis
Correlation Analysis
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Basics of Regression analysis
 Basics of Regression analysis Basics of Regression analysis
Basics of Regression analysis
 
Standard error
Standard error Standard error
Standard error
 
Linear regression
Linear regressionLinear regression
Linear regression
 
Non parametric tests
Non parametric testsNon parametric tests
Non parametric tests
 
Multiple Regression Analysis (MRA)
Multiple Regression Analysis (MRA)Multiple Regression Analysis (MRA)
Multiple Regression Analysis (MRA)
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Correlation
CorrelationCorrelation
Correlation
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regression
 
Correlation analysis
Correlation analysisCorrelation analysis
Correlation analysis
 
Correlation
CorrelationCorrelation
Correlation
 
Anova ppt
Anova pptAnova ppt
Anova ppt
 
Regression
Regression Regression
Regression
 
non parametric statistics
non parametric statisticsnon parametric statistics
non parametric statistics
 
F test
F testF test
F test
 
Sampling distribution
Sampling distributionSampling distribution
Sampling distribution
 
Regression ppt
Regression pptRegression ppt
Regression ppt
 
Simple & Multiple Regression Analysis
Simple & Multiple Regression AnalysisSimple & Multiple Regression Analysis
Simple & Multiple Regression Analysis
 

Destacado

Presentation On Regression
Presentation On RegressionPresentation On Regression
Presentation On Regressionalok tiwari
 
Simple linear regression (final)
Simple linear regression (final)Simple linear regression (final)
Simple linear regression (final)Harsh Upadhyay
 
Simple Linier Regression
Simple Linier RegressionSimple Linier Regression
Simple Linier Regressiondessybudiyanti
 
Simple Linear Regression (simplified)
Simple Linear Regression (simplified)Simple Linear Regression (simplified)
Simple Linear Regression (simplified)Haoran Zhang
 
Statistics-Measures of dispersions
Statistics-Measures of dispersionsStatistics-Measures of dispersions
Statistics-Measures of dispersionsCapricorn
 
Binomial and Poission Probablity distribution
Binomial and Poission Probablity distributionBinomial and Poission Probablity distribution
Binomial and Poission Probablity distributionPrateek Singla
 
Types of data by kamran khan
Types of data by kamran khanTypes of data by kamran khan
Types of data by kamran khankamran khan
 
Time Series
Time SeriesTime Series
Time Seriesyush313
 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regressionMohit Asija
 
Data collection methods
Data collection methodsData collection methods
Data collection methodsashima_sodhi
 

Destacado (20)

Presentation On Regression
Presentation On RegressionPresentation On Regression
Presentation On Regression
 
Regression
RegressionRegression
Regression
 
Simple linear regression (final)
Simple linear regression (final)Simple linear regression (final)
Simple linear regression (final)
 
Simple Linier Regression
Simple Linier RegressionSimple Linier Regression
Simple Linier Regression
 
Simple Linear Regression (simplified)
Simple Linear Regression (simplified)Simple Linear Regression (simplified)
Simple Linear Regression (simplified)
 
Statistics-Measures of dispersions
Statistics-Measures of dispersionsStatistics-Measures of dispersions
Statistics-Measures of dispersions
 
Measures of dispersions
Measures of dispersionsMeasures of dispersions
Measures of dispersions
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
An Overview of Simple Linear Regression
An Overview of Simple Linear RegressionAn Overview of Simple Linear Regression
An Overview of Simple Linear Regression
 
Binomial and Poission Probablity distribution
Binomial and Poission Probablity distributionBinomial and Poission Probablity distribution
Binomial and Poission Probablity distribution
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Data Collection
Data CollectionData Collection
Data Collection
 
Linear regression
Linear regressionLinear regression
Linear regression
 
Types of data by kamran khan
Types of data by kamran khanTypes of data by kamran khan
Types of data by kamran khan
 
Time Series
Time SeriesTime Series
Time Series
 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regression
 
Consumer Price Index
Consumer Price IndexConsumer Price Index
Consumer Price Index
 
Data collection methods
Data collection methodsData collection methods
Data collection methods
 
Hypothesis
HypothesisHypothesis
Hypothesis
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 

Similar a Regression analysis ppt

Regression Analysis
Regression AnalysisRegression Analysis
Regression AnalysisSalim Azad
 
Applied statistics lecture_6
Applied statistics lecture_6Applied statistics lecture_6
Applied statistics lecture_6Daria Bogdanova
 
Regression Analysis - Thiyagu
Regression Analysis - ThiyaguRegression Analysis - Thiyagu
Regression Analysis - ThiyaguThiyagu K
 
Group 5 - Regression Analysis.pdf
Group 5 - Regression Analysis.pdfGroup 5 - Regression Analysis.pdf
Group 5 - Regression Analysis.pdffahlevet40
 
regression-130929093340-phpapp02 (1).pdf
regression-130929093340-phpapp02 (1).pdfregression-130929093340-phpapp02 (1).pdf
regression-130929093340-phpapp02 (1).pdfMuhammadAftab89
 
STATISTICAL REGRESSION MODELS
STATISTICAL REGRESSION MODELSSTATISTICAL REGRESSION MODELS
STATISTICAL REGRESSION MODELSAneesa K Ayoob
 
Simple Linear Regression detail explanation.pdf
Simple Linear Regression detail explanation.pdfSimple Linear Regression detail explanation.pdf
Simple Linear Regression detail explanation.pdfUVAS
 
Multiple Regression.ppt
Multiple Regression.pptMultiple Regression.ppt
Multiple Regression.pptTanyaWadhwani4
 
Stat 1163 -correlation and regression
Stat 1163 -correlation and regressionStat 1163 -correlation and regression
Stat 1163 -correlation and regressionKhulna University
 
Linear regression analysis
Linear regression analysisLinear regression analysis
Linear regression analysisNimrita Koul
 
Simple Linear Regression explanation.pptx
Simple Linear Regression explanation.pptxSimple Linear Regression explanation.pptx
Simple Linear Regression explanation.pptxUVAS
 
Regression analysis in R
Regression analysis in RRegression analysis in R
Regression analysis in RAlichy Sowmya
 
NPTL Machine Learning Week 2.docx
NPTL Machine Learning Week 2.docxNPTL Machine Learning Week 2.docx
NPTL Machine Learning Week 2.docxMr. Moms
 
Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help HelpWithAssignment.com
 
604_multiplee.ppt
604_multiplee.ppt604_multiplee.ppt
604_multiplee.pptRufesh
 

Similar a Regression analysis ppt (20)

Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
 
Applied statistics lecture_6
Applied statistics lecture_6Applied statistics lecture_6
Applied statistics lecture_6
 
Regression Analysis - Thiyagu
Regression Analysis - ThiyaguRegression Analysis - Thiyagu
Regression Analysis - Thiyagu
 
Group 5 - Regression Analysis.pdf
Group 5 - Regression Analysis.pdfGroup 5 - Regression Analysis.pdf
Group 5 - Regression Analysis.pdf
 
regression-130929093340-phpapp02 (1).pdf
regression-130929093340-phpapp02 (1).pdfregression-130929093340-phpapp02 (1).pdf
regression-130929093340-phpapp02 (1).pdf
 
STATISTICAL REGRESSION MODELS
STATISTICAL REGRESSION MODELSSTATISTICAL REGRESSION MODELS
STATISTICAL REGRESSION MODELS
 
Ders 2 ols .ppt
Ders 2 ols .pptDers 2 ols .ppt
Ders 2 ols .ppt
 
Simple Linear Regression.pptx
Simple Linear Regression.pptxSimple Linear Regression.pptx
Simple Linear Regression.pptx
 
Simple Linear Regression detail explanation.pdf
Simple Linear Regression detail explanation.pdfSimple Linear Regression detail explanation.pdf
Simple Linear Regression detail explanation.pdf
 
Simple egression.pptx
Simple egression.pptxSimple egression.pptx
Simple egression.pptx
 
Unit 03 - Consolidated.pptx
Unit 03 - Consolidated.pptxUnit 03 - Consolidated.pptx
Unit 03 - Consolidated.pptx
 
Multiple Regression.ppt
Multiple Regression.pptMultiple Regression.ppt
Multiple Regression.ppt
 
Stat 1163 -correlation and regression
Stat 1163 -correlation and regressionStat 1163 -correlation and regression
Stat 1163 -correlation and regression
 
Linear regression analysis
Linear regression analysisLinear regression analysis
Linear regression analysis
 
Simple Linear Regression explanation.pptx
Simple Linear Regression explanation.pptxSimple Linear Regression explanation.pptx
Simple Linear Regression explanation.pptx
 
Regression analysis in R
Regression analysis in RRegression analysis in R
Regression analysis in R
 
NPTL Machine Learning Week 2.docx
NPTL Machine Learning Week 2.docxNPTL Machine Learning Week 2.docx
NPTL Machine Learning Week 2.docx
 
Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help
 
604_multiplee.ppt
604_multiplee.ppt604_multiplee.ppt
604_multiplee.ppt
 
Regression
RegressionRegression
Regression
 

Último

Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africaictsugar
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCRashishs7044
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationAnamaria Contreras
 
IoT Insurance Observatory: summary 2024
IoT Insurance Observatory:  summary 2024IoT Insurance Observatory:  summary 2024
IoT Insurance Observatory: summary 2024Matteo Carbone
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailAriel592675
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyotictsugar
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...ssuserf63bd7
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCRashishs7044
 
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...ShrutiBose4
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Seta Wicaksana
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis UsageNeil Kimberley
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCRashishs7044
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessSeta Wicaksana
 

Último (20)

Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africa
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement Presentation
 
IoT Insurance Observatory: summary 2024
IoT Insurance Observatory:  summary 2024IoT Insurance Observatory:  summary 2024
IoT Insurance Observatory: summary 2024
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detail
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyot
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR
 
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful Business
 

Regression analysis ppt

  • 2. Definition The Regression Analysis is a technique of studying the dependence of one variable (called dependant variable), on one or more variables (called explanatory variable), with a view to estimate or predict the average value of the dependent variables in terms of the known or fixed values of the independent variables. THE REGRESSION TECHNIQUE IS PRIMARILY USED TO : • Estimate the relationship that exists, on the average, between the dependent variable and the explanatory variable • Determine the effect of each of the explanatory variables on the dependent variable, controlling the effects of all other explanatory variables • Predict the value of dependent variable for a given value of the explanatory variable
  • 3. Assumptions of the Linear Regression Model 1. 2. 3. 4. 5. 6. 7. 8. 9. Linear Functional form Fixed independent variables Independent observations Representative sample and proper specification of the model (no omitted variables) Normality of the residuals or errors Equality of variance of the errors (homogeneity of residual variance) No multicollinearity No autocorrelation of the errors No outlier distortion
  • 4. Introduction to Regression Analysis • Regression analysis is the most often applied technique of statistical • analysis and modeling. If two variables are involved, the variable that is the basis of the estimation, is conventionally called the independent variable and the variable whose value is to be estimated+ is called the dependent variable. • In general, it is used to model a response variable (Y) as a function of one or more driver variables (X1, X2, ..., Xp). • The functional form used is: Yi = 0 + 1X1i + 2X2i + ... + pXpi +  • The dependent variable is variously known as explained variables, predictand, response and endogenous variables. • While the independent variable is known as explanatory, regressor and exogenous variable.
  • 5. Derivation of the Intercept y = + a bx + e e = − − y a bx n n n n e = y − a − x ∑ ∑ ∑ b∑ i= 1 i i i= 1 i= 1 i i= 1 n Because by definition e = ∑0 i= 1 n n n i 0 = yi − ai − xi ∑ ∑ b∑ i= 1 n n i= 1 i= 1 n ai = yi − xi ∑∑ b ∑ i= 1 i= 1 i= 1 n n na = yi − xi ∑ b∑ i= 1 a = y i= 1 − bx i
  • 6. The term ε in the model is referred to as a “random error term” and may reflect a number of things including the general idea that knowledge of the driver variables will not ordinarily lead to perfect reconstruction of the response.
  • 7. • If there is only one driver variable, X, then we usually speak of “simple” linear regression analysis. • When the model involves • (a) multiple driver variables, • (b) a driver variable in multiple forms, or • (c) a mixture of these, the we speak of “multiple linear regression analysis”. • The “linear” portion of the terminology refers to the response variable being expressed as a “linear combination” of the driver variables.
  • 8. In regression analysis, the data used to describe the relationship between the variables are primarily measured on interval scale. the chief advantage of using the interval level of measurement is that, with such data it is possible to describe the relationship between variables more exactly employing mathematical equation. This in turn allows more accurate prediction of one variable from the knowledge of the other variables, which is one of the most important objectives of regression analysis.
  • 9. It is important to note that if the relationship between X and Y is curvilinear , the regression line will be a curved line rather than straight line. The greater the strength of relationships between X and Y the better is the prediction.
  • 10. The problem is presented to the mathematician as follows: "The values of a and b in the linear model Y'i = a + b Xi are to be found which minimize the algebraic expression ." The mathematician begins as follows:
  • 11. The result becomes: Using a similar procedure to find the value of a yields:
  • 13.
  • 14. THE REGRESSION MODEL The situation using the regression model is analogous to that of the interviewers, except instead of using interviewers, predictions are made by performing a linear transformation of the predictor variable. Rather than interviewers in the above example, the predicted value would be obtained by a linear transformation of the score. The prediction takes the form where a and b are parameters in the regression model.
  • 15. Types of regression analysis: Regression analysis is generally classified into two kinds: simple and multiple. Simple regression involves only two variables, one of which is dependent variable and the other Is explanatory(independent) variable. The associated model in the case of simple regression will be a simple regression model. •A regression analysis may involve a linear model or a nonlinear model. The term linear can be interpreted in two different ways: 1.Linear in variable 2. Linearity in the parameter
  • 16. Regression Analysis: Model Assumptions  Model assumptions are stated in terms of the random  errors, ε, as follows: the errors are normally distributed, with mean = zero, and constant variance σ2ε, that does not depend on the settings of  the driver variables, and the errors are independent of one another.  This is often summarized symbolically as: ε  is NID(0, σ2ε)
  • 17. LINEAR REGRESSION In linear regression, the model specification is that the dependent variable, yi is a linear combination of the parameters (but need not be linear in the independent variables). For example, in simple linear regression for modeling n data points there is one independent variable: xi, and two parameters, β0 and β1: Fig: Illustration of linear regression on a data set
  • 18. In the case of simple regression, the formulas for the least squares estimates are
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24. Regression Analysis: Model Building General Linear Model Determining When to Add or Delete Variables Analysis of a Larger Problem Multiple Regression Approach to Analysis of Variance
  • 25. General Linear Model Models in which the parameters (β0, β1, . . . , βp) all have exponents of one are called linear models. y = β 0 + β 1 x1 + ε First-Order Model with One Predictor Variable
  • 26. Variable Selection Procedures Stepwise Regression Forward Selection Backward Elimination Iterative; one independent variable at a time is added or deleted Based on the F statistic
  • 27. Variable Selection Procedures F Test To test whether the addition of x2 to a model involving x1 (or the deletion of x2 from a model involving x1and x2) is statistically significant F= (SSE(reduced)-SSE(full))/number of extra terms MSE(full) F0=MSR/MSRes (MSR=SSR/K) The p-value corresponding to the F statistic is the criterion used to determine if a variable should be added or deleted
  • 28. Forward Selection This procedure is similar to stepwiseregression, but does not permit a variable to be deleted. This forward-selection procedure starts with no independent variables. It adds variables one at a time as long as a significant reduction in the error sum of squares (SSE) can be achieved.
  • 29. Backward Elimination This procedure begins with a model that includes all the independent variables the modeler wants considered. It then attempts to delete one variable at a time by determining whether the least significant variable currently in the model can be removed because its p-value is less than the user-specified or default value. Once a variable has been removed from the model it cannot re enter at a subsequent step.
  • 30. Stepwise regression: Procedure of simultaneous forward and backward selection also available In a stepwise regression, predictor variables are entered into the regression equation one at a time based upon statistical criteria. At each step in the analysis the predictor variable that contributes the most to the prediction equation in terms of increasing the multiple correlation, R, is entered first. This process is continued only if additional variables add anything statistically to the regression equation.
  • 31. Uses of Regression Analysis 1.Regression analysis helps in establishing a functional Relationship between two or more variables. THANKeconomic analysis are based on YOU…. 2. Since most of the problems of cause and effect relationships, the regression analysis is a highly valuable tool in economic and business research. 3. Regression analysis predicts the values of dependent variables from the values of independent variables. 4. We can calculate coefficient of correlation (r) and coefficient of determination (R2) with the help of regression
  • 32. References • Fox, J. D. (1984). Linear Statistical Models and Related Methods. New York: Wiley. [Chapter 5 is an excellent introduction to logistic regression] • Hosmer, D.W., & Lemeshow, S. (1989). Applied Logistic Regression. New York: Wiley. • Walsh, A. Teaching understanding and interpretation of logit regression. Teaching Sociology, 15:178-183, 1987. • Whitemore, A.S. (1981). "Sample size for logistic regression with small response probability" JASA, 76, 27-32. • Cook, R. D. (1979), "Influential Observations in Linear Regression," Journal of the American Statistical Association, 74, 169–174.
  • 33. THANK YOU FOR LISTENING