Assumptions of linear regression

https://www.safaribooksonline.com/library/view/statistics-for-machine/9781788295758/25ffb48f-78e4-4135-a0d3-a5d3ad08fca2.xhtml

Linear regression has the following assumptions, failing which the linear regression model does not hold true:

  • The dependent variable should be a linear combination of independent variables

  • No autocorrelation in error terms

  • Errors should have zero mean and be normally distributed

  • No or little multi-collinearity

  • Error terms should be homoscedastic

Last updated

Was this helpful?