/
Outlier Detection Multiple linear regression (MLR) Outlier Detection Multiple linear regression (MLR)

Outlier Detection Multiple linear regression (MLR) - PowerPoint Presentation

alexa-scheidler
alexa-scheidler . @alexa-scheidler
Follow
375 views
Uploaded On 2018-02-18

Outlier Detection Multiple linear regression (MLR) - PPT Presentation

Model the relationship between two or more explanatory variables and a response variable by fitting a linear equation to observed data Formally the model for multiple linear regression given  ID: 632627

linear regression model outlier regression linear outlier model what

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Outlier Detection Multiple linear regres..." is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Outlier DetectionSlide2

Multiple linear regression (MLR)

Model

the relationship between two or more explanatory variables and a response variable by fitting a linear equation to observed data.Formally, the model for multiple linear regression, given n observations, is Some of its uses:Risk scoresPredictive modelingMore sophisticated methods (Logistic and Poisson regression)Slide3

Terminology

What’s an outlier?

Outlier is an observation that is numerically distant from the rest of the data.What’s a residual? The difference between the observed value of the dependent variable (y) and the predicted value (ŷ).Slide4

Residual analysis

Some of its uses:

Validating model accuracyLooking for patterns in the errorsPoints with high leverageMulticollinearity (through VIF analysis)Identifying outliers