Polynomial Regression


Polynomial regression is a form of multiple regression in which powers of a predictor variable instead of other predictor variables are used. In the following example, the criterion (Y) is predicted by X, X2 and, X3.

Y = b1X + b2X2 + b3X3 + A