Online Learning Platform

Data Analysis Using Python > Regression > Types of Regression

Types of Regression

  1. Simple linear regression uses one independent variable to explain or predict the outcome of the dependent variable Y.

              Score = 40.5 + 7.2 * hours + e

              Y=a+bX+e

  1. Multiple linear regression uses two or more independent variables to predict the outcome.

         Score = 40.5 + 7.2 * hours + 5.1 * Age + e

         Y=a+b1X1​+b2X2 ​+e

And using generalization

      Y=a+b1X1​+b2X2​+b3X3​+...+btXt​+e

where:

Y=The dependent variable you are trying to predictor explain

X=The explanatory (independent) variable(s) you are using to predict or associate with Y

a=The yintercept

b=(beta coefficient) is the slope of the explanatoryvariable(s)

e=The regression residual or error term​

Prev
What is a regression model?
Next
Assumptions of Simple Linear Regression
Feedback
ABOUT

Statlearner


Statlearner STUDY

Statlearner