SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot (20)

Presentation On Regression
Presentation On RegressionPresentation On Regression
Presentation On Regression
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Regression ppt
Regression pptRegression ppt
Regression ppt
 
Regression
Regression Regression
Regression
 
Multiple regression presentation
Multiple regression presentationMultiple regression presentation
Multiple regression presentation
 
Correlation
CorrelationCorrelation
Correlation
 
Correlation
CorrelationCorrelation
Correlation
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 
correlation and regression
correlation and regressioncorrelation and regression
correlation and regression
 
Correlation and Regression
Correlation and RegressionCorrelation and Regression
Correlation and Regression
 
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
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regression
 
Correlation ppt...
Correlation ppt...Correlation ppt...
Correlation ppt...
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
T test
T testT test
T test
 
Measures of Dispersion
Measures of DispersionMeasures of Dispersion
Measures of Dispersion
 
Multiple Regression Analysis (MRA)
Multiple Regression Analysis (MRA)Multiple Regression Analysis (MRA)
Multiple Regression Analysis (MRA)
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regression
 
multiple regression
multiple regressionmultiple regression
multiple regression
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 

Viewers also liked

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
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysisnadiazaheer
 
Contingency Table Test, M. Asad Hayat, UET Taxila
Contingency Table Test, M. Asad Hayat, UET TaxilaContingency Table Test, M. Asad Hayat, UET Taxila
Contingency Table Test, M. Asad Hayat, UET TaxilaMuhammad Warraich
 

Viewers also liked (20)

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
 
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
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
 
Contingency Table Test, M. Asad Hayat, UET Taxila
Contingency Table Test, M. Asad Hayat, UET TaxilaContingency Table Test, M. Asad Hayat, UET Taxila
Contingency Table Test, M. Asad Hayat, UET Taxila
 

Similar to 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 to 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
 

Recently uploaded

Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876dlhescort
 
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
 
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
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Servicediscovermytutordmt
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...Any kyc Account
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
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
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Understanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key InsightsUnderstanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key Insightsseri bangash
 
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
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...amitlee9823
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxWorkforce Group
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsMichael W. Hawkins
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetDenis Gagné
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...Suhani Kapoor
 

Recently uploaded (20)

Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
 
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
 
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
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
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
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
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
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Understanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key InsightsUnderstanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key Insights
 
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
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael Hawkins
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...
VIP Call Girls Gandi Maisamma ( Hyderabad ) Phone 8250192130 | ₹5k To 25k Wit...
 

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