Regression & It's Types

2,419 views 15 slides Feb 17, 2019
Slide 1
Slide 1 of 15
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15

About This Presentation

It explains the following topics:

+ What is Regression?
+ Linear Regression
+ Polynomial Regression
+ Applications of Regression


Slide Content

Regression

What is Regression? Regression analysis is a form of predictive modelling technique which investigates the relationship between a dependent (target) and independent variable (s) (predictor). This technique is used for forecasting, time series modelling and finding the causal effect relationship between the variables. For example, relationship between rash driving and number of road accidents by a driver is best studied through regression.

What is Regression? In regression the output is continuous Many models could be used – Simplest is linear regression

Linear Regression

Linear Regression Important Points There must be linear relationship between independent and dependent variables Linear Regression is very sensitive to Outliers. It can terribly affect the regression line and eventually the forecasted values.

Linear Regression Regression Line of y on x: y = a2x + a1

Linear Regression Regression Line of x on y: x = b2y + b1

Polynomial Regression A regression equation is a polynomial regression equation if the power of independent variable is more than 1. The equation below represents a polynomial equation: y=a+b*x^2 In this regression technique, the best fit line is not a straight line. It is rather a curve that fits into the data points.

Polynomial Regression

Polynomial Regression Important Points Look out for curve towards the ends and see whether those shapes and trends make sense. Higher polynomials can end up producing wierd results on extrapolation.

Applications of Regression Predictive Analysis Forecasting future opportunities and risks is the most prominent application of regression analysis in business. Demand analysis, for instance, predicts the number of items which a consumer will probably purchase.

Applications of Regression Operation Efficiency Regression models can also be used to optimize business processes. In a call center, we can analyze the relationship between wait times of callers and number of complaints.

Applications of Regression Supporting Decisions Businesses today are overloaded with data on finances, operations and customer purchases. Increasingly, executives are now leaning on data analytics to make informed business decisions.

Applications of Regression Correcting Errors Regression is not only great for lending empirical support to management decisions but also for identifying errors in judgment. For example, a retail store manager may believe that extending shopping hours will greatly increase sales. Regression analysis, however, may indicate that the increase in revenue might not be sufficient to support the rise in operating expenses due to longer working hours (such as additional employee labor charges).

Applications of Regression New Insights Over time businesses have gathered a large volume of unorganized data that has the potential to yield valuable insights. However, this data is useless without proper analysis.