TOPICS
Search

Linearity Assumption


The linearity assumption in a regression model states that the conditional expectation value of the response variable is linear in the model parameters. For a predictor vector X=(X_1,...,X_p), the standard multiple linear regression model assumes

 E(Y|X)=beta_0+beta_1X_1+...+beta_pX_p.

Linearity here is with respect to the unknown parameters beta_j, not necessarily the raw predictors. For example, transformed predictors and polynomials can enter the model while it remains linear in its coefficients. Systematic curvature in a residual vs. predictor plot can indicate a failure of the assumption; transformations or a different regression model may then be appropriate.

The linearity assumption is distinct from assumptions that the errors are independent, have constant variance (homoscedasticity), or are normally distributed. Those additional conditions are used for particular estimators or inferential procedures.


See also

General Linear Model, Homoscedasticity, Linear Regression, Regression Model, Residual vs. Predictor Plot

Explore with Wolfram|Alpha

References

Chatterjee, S.; Hadi, A.; and Price, B. Regression Analysis by Example, 3rd ed. New York: Wiley, 2000.

Cite this as:

Weisstein, Eric W. "Linearity Assumption." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/LinearityAssumption.html

Subject classifications