Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Statistics›Polynomial Regression
Regression model

Polynomial Regression

Also known as: polynomial least squares, curvilinear regression, Polinom Regresyonu

Polynomial regression is a regression method that models non-linear relationships by including squared and higher-degree terms of an explanatory variable, and it is a core tool of response surface analysis. As developed in Montgomery, Peck and Vining's Introduction to Linear Regression Analysis (2012), it remains linear in its parameters even though the fitted curve bends.

ScholarGate
  1. Regression model
  2. v1
  3. 1 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Polynomial Regression
Lasso RegressionOLS RegressionResponse Surface Methodo…Ridge RegressionGeneralized Additive Mod…LOESSMultiple Linear Regressi…Ramsey RESET TestRegression SplinesSimple Linear Regression

When to use it

Use polynomial regression when the outcome is continuous and the relationship with the predictor is clearly curved rather than straight, with a reasonable sample (at least about 30 observations). Apart from the linearity assumption, the standard OLS assumptions still apply. Keep the degree low: high-degree polynomials tend to overfit, so cross-validation is recommended, and the high powers introduce multicollinearity, so centring the predictor before raising it to powers is advised.

Strengths & limitations

Strengths
  • Captures smooth non-linear (curved) relationships while staying linear in the parameters, so it is estimated with ordinary least squares.
  • Simple to fit and interpret as an extension of linear regression, with a single closed-form solution.
  • Serves as the foundational model for response surface analysis.
Limitations
  • High-degree polynomials overfit the data, fitting noise rather than the underlying trend.
  • Higher-order power terms are strongly collinear, destabilising the coefficient estimates unless the predictor is centred.
  • Apart from relaxing linearity, it still relies on the standard OLS assumptions (such as normal, well-behaved errors).

Frequently asked

How do I choose the polynomial degree?

Start low and increase the degree only as long as it meaningfully improves out-of-sample fit. Use cross-validation rather than in-sample R², because higher degrees always raise in-sample fit while overfitting noise.

Why should I centre the predictor?

Raising x to successive powers makes the terms (x, x², x³, …) strongly correlated, inflating the standard errors. Centring the predictor before forming the powers reduces this multicollinearity and stabilises the coefficients.

Is polynomial regression still a linear model?

Yes. Although the fitted curve bends, the model is linear in its coefficients, so it is estimated with the same ordinary least-squares machinery as linear regression on an expanded set of predictor columns.

When should I use splines instead?

When the curve has local features or you need flexibility without high-degree instability, spline regression fits piecewise polynomials with better behaviour, especially near the edges of the data, than a single high-degree polynomial.

Sources

  1. Montgomery, D. C., Peck, E. A. & Vining, G. G. (2012). Introduction to Linear Regression Analysis. Wiley. ISBN: 978-0470542811

How to cite this page

ScholarGate. (2026, June 1). Polynomial Regression. ScholarGate. https://scholargate.app/en/statistics/polynomial-regression

Related methods

Lasso RegressionOLS RegressionResponse Surface MethodologyRidge Regression

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Lasso RegressionMachine learning↔ compare
  • OLS RegressionEconometrics↔ compare
  • Response Surface MethodologyExperimental design↔ compare
  • Ridge RegressionMachine learning↔ compare
Compare side by side →

Referenced by

Generalized Additive ModelLOESSMultiple Linear RegressionRamsey RESET TestRegression SplinesSimple Linear Regression

Similar methods

Regression SplinesMultiple Linear RegressionLinear Regression (ML)OLS RegressionPrincipal Components RegressionMultivariate RegressionRidge RegressionMultiple Regression Analysis

Related reference concepts

Multiple Linear RegressionRegression and Function ApproximationPartial Least Squares RegressionRegression (Statistics)Multivariate Multiple RegressionMultivariate Regression

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Polynomial Regression (Polynomial Regression). Retrieved 2026-07-20 from https://scholargate.app/en/statistics/polynomial-regression · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Montgomery, Peck & Vining (textbook treatment); classical least squares
Year
2012
Type
Linear regression in transformed predictors
Estimator
Ordinary least squares on polynomial-expanded design
Outcome
continuous
Related methods
Lasso RegressionOLS RegressionResponse Surface MethodologyRidge Regression
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account