Courses Types of Regression
Courses Types of Regression
Blog
Corporate
Student Login
1. Home
2. Blogs
3. Different Types of Regression Analysis – A Basic Guide
Blogs
Different Types of Regression Analysis – A Basic Guide
Ajay Sarangam
Content Writer Author
10 Jun 2022
Share
INTRODUCTION
The term regression is used to indicate the estimation or prediction of the average value
of one variable for a specified value of another variable. And Regression Analysis is a
statistical tool used to estimate the relationship between a dependent variable and an
independent variable. For example, If a Manger of a firm wants the exact relationship
between advertisement expenditure and sales for future planning then the regression
technique will be most suitable for him.
There are different types of regression analysis, let’s talk about it in more details:-
1. Linear Regression
Linear regression is a type of model where the relationship between an independent
variable and a dependent variable is assumed to be linear. The estimate of variable “y” is
obtained from an equation, y’- y_bar = byx(x-x_bar)……(1) and estimate of variable
“x” is obtained through the equation x’-x_bar = bxy(y-y_bar)…..(2). The graphical
representation of linear equations on (1) & (2) is known as Regression lines. These lines
are obtained through the Method of Least Squares.
There are two kinds of Linear Regression Model:-
Simple Linear Regression: A linear regression model with one independent and one
dependent variable.
Multiple Linear Regression: A linear regression model with more than one
independent variable and one dependent variable.
Assumptions of Linear Regression
3. Logistic Regression
Logistic Regression is a method that was used first in the field of Biology in the 20th
century. It is used to estimate the probability of certain events that are mutually exclusive,
for example, happy/sad, normal/abnormal, or pass/fail. The value of probability strictly
ranges between 0 and 1.
4. Quantile Regression
Quantile Regression is an econometric technique that is used when the necessary
conditions to use Linear Regression are not duly met. It is an extension of Linear
Regression analysis i.e., we can use it when outliers are present in data as its estimates
strong against outliers as compared to linear regression.
5. Ridge Regression
To understand Ridge Regression we first need to get through the concept of
Regularization.
Using the above method Regularization solves the problem of a scenario where the model
performs well on training data but underperforms on validation data.
6. Lasso Regression
LASSO (Least Absolute Shrinkage and Selection Operator) is a regression technique that
was introduced first in geophysics. The term “Lasso” was coined by Professor Robert
Tibshirani. Just like Ridge Regression, it uses regularization to estimate the results. Plus it
also uses variable selection to make the model more efficient.