Little-known Linear Regression Assumptions
The model should conform to these assumptions to produce a best Linear Regression fit to the data. At first, Linear Regression is a method of modelling the best linear relationship between the independent variables and dependent variables. The predictor variables are seen as fixed values and can be any complex function like polynomial, trigonometric, etc. But the coefficients will be strictly linear with the predictor variable. This assumption is used for implementing the Polynomial regression, which uses linear regression to fit the response variable as an arbitrary polynomial function of a predictor variable which also makes the linear relationship with the coefficients.
Sep-13-2020, 10:40:07 GMT