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›Robust Multiple Linear Regression
Regression modelRegression / GLM

Robust Multiple Linear Regression

Also known as: robust MLR, M-estimator regression, resistant multiple regression, robust OLS

Robust multiple linear regression estimates the linear relationship between a continuous outcome and several predictors while being resistant to outliers and violations of the normality assumption. Instead of minimising the sum of squared residuals, it uses a bounded loss function — most commonly Huber's or Tukey's bisquare — so that extreme observations receive limited influence on the estimated coefficients.

ScholarGate
  1. Regression model
  2. v1
  3. 2 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.

Robust Multiple linear regression
Lasso RegressionMultiple Linear Regressi…OLS RegressionQuantile RegressionRidge RegressionRobust RegressionRobust Generalized linea…Robust Hierarchical Line…Robust Quantile Regressi…Robust Ridge regression

+1 more

When to use it

Use robust multiple linear regression when you have a continuous outcome and multiple predictors but suspect the data contain outliers, heavy-tailed errors, or moderate departures from normality that would distort OLS estimates. It is particularly valuable in exploratory work, observational studies, or fields such as economics, environmental science, and engineering where influential anomalies are common. Do not use it as a routine substitute for OLS without first inspecting the data: if the errors are genuinely normal and there are no outliers, OLS is more efficient. Also avoid it when high-leverage points are meaningful, correct observations that should not be down-weighted.

Strengths & limitations

Strengths
  • Resistant to outliers: a small fraction of contaminated observations has limited effect on the estimated coefficients.
  • No assumption of normally distributed errors; valid under heavy-tailed or slightly asymmetric error distributions.
  • Retains the familiar multiple regression framework with interpretable linear coefficients.
  • MM-estimators achieve both high breakdown point (up to 50% contamination) and high asymptotic efficiency near normality.
  • Automatically flags influential observations through the estimated weights, aiding diagnostic insight.
Limitations
  • Computationally more demanding than OLS, requiring iterative algorithms that may not always converge.
  • Less efficient than OLS when errors are truly normally distributed with no outliers.
  • Down-weighting legitimate high-leverage observations (e.g., extreme but valid experimental conditions) can bias estimates toward the majority of the data.
  • Inference (standard errors, confidence intervals) relies on asymptotic approximations that may be unreliable in small samples.

Frequently asked

How does robust regression differ from OLS?

OLS minimises the sum of squared residuals, giving equal influence to every observation and very high influence to outliers. Robust regression uses a bounded loss function and iteratively down-weights extreme residuals, so outliers have limited effect on the estimated coefficients.

What is a breakdown point?

The breakdown point is the largest fraction of contaminated observations an estimator can tolerate before its estimates become arbitrarily bad. OLS has a breakdown point of 0% (a single outlier can ruin it); MM-estimators can achieve up to 50%.

Should I choose Huber or Tukey bisquare loss?

Huber's loss is quadratic near zero and linear in the tails, giving moderate resistance. Tukey's bisquare completely zeroes out the influence of observations beyond a threshold, offering stronger resistance to gross outliers but potentially ignoring valid extreme data. For most applied work, MM-estimators (which use bisquare in the efficient step) are a good default.

Can I use robust regression with categorical predictors?

Yes. Categorical predictors are dummy-coded exactly as in OLS. Robust regression operates on the residuals from the fitted linear surface, so the encoding of predictors is unchanged.

Is robust regression appropriate for small samples?

Robust methods rely on asymptotic theory, and their standard errors are less reliable in small samples (roughly n < 50). Bootstrap confidence intervals are preferable when n is small and outliers are suspected.

Sources

  1. Huber, P. J. (1964). Robust estimation of a location parameter. Annals of Mathematical Statistics, 35(1), 73–101. DOI: 10.1214/aoms/1177703732 ↗
  2. Maronna, R. A., Martin, R. D., & Yohai, V. J. (2006). Robust Statistics: Theory and Methods. Wiley. ISBN: 978-0470010921

How to cite this page

ScholarGate. (2026, June 3). Robust Multiple Linear Regression. ScholarGate. https://scholargate.app/en/statistics/robust-multiple-linear-regression

Related methods

Lasso RegressionMultiple Linear RegressionOLS RegressionQuantile RegressionRidge RegressionRobust 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
  • Multiple Linear RegressionStatistics↔ compare
  • OLS RegressionEconometrics↔ compare
  • Quantile RegressionEconometrics↔ compare
  • Ridge RegressionMachine learning↔ compare
  • Robust RegressionStatistics↔ compare
Compare side by side →

Referenced by

Robust Generalized linear modelRobust Hierarchical Linear ModelRobust Quantile RegressionRobust Ridge regressionRobust Simple linear regression

Similar methods

Robust RegressionRobust Linear RegressionRobust Simple linear regressionHuber RegressionM-EstimatorRobust Ridge regressionRobust Explanatory ResearchW-Estimator

Related reference concepts

Multivariate Multiple RegressionMultiple Linear RegressionMultivariate RegressionRobustness (Statistics)Model Selection and DiagnosticsSimple Linear Regression

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

ScholarGate — Robust Multiple linear regression (Robust Multiple Linear Regression). Retrieved 2026-07-21 from https://scholargate.app/en/statistics/robust-multiple-linear-regression · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Peter J. Huber (M-estimators, 1964); extended by Rousseeuw, Yohai, and Maronna
Year
1964–1980s
Type
Robust linear regression
DataType
Continuous outcome, multiple continuous or categorical predictors
Subfamily
Regression / GLM
Related methods
Lasso RegressionMultiple Linear RegressionOLS RegressionQuantile RegressionRidge RegressionRobust 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