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›Huber Regression
Regression model

Huber Regression

Huber Robust Regression (M-estimation) · Also known as: Huber M-estimator, Huber loss regression, robust regression, Huber Regresyonu

Huber regression is a robust linear regression method, introduced by Peter J. Huber in 1964, that resists the influence of outliers by treating small and large residuals differently. It applies a squared (OLS-like) loss to small residuals and a milder absolute-value loss to large ones, so extreme observations cannot dominate the fit.

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.

Huber Regression
Least Trimmed SquaresM-EstimatorMM-EstimatorOLS RegressionQuantile RegressionRobust LightGBMRobust Linear Regression

When to use it

Use Huber regression when the outcome is continuous, the relationship is approximately linear, and you suspect the data contains outliers that would distort an ordinary least squares fit. It works best with a reasonable sample (at least about 30 observations) and assumes the underlying relationship is linear. It is intended for cross-sectional or longitudinal continuous data where most points follow the model but a minority are contaminated. It is less suitable when high-leverage points are present or when the outlier proportion is large.

Strengths & limitations

Strengths
  • Resistant to outliers in the outcome: large residuals receive only a bounded, linear penalty so they cannot dominate the fit.
  • Behaves like efficient OLS in the clean part of the data, combining good efficiency with robustness.
  • Produces interpretable linear coefficients, so results read like a familiar regression.
Limitations
  • Breaks down once the outlier proportion exceeds about 25%, where a high-breakdown estimator is needed instead.
  • Vulnerable to high-leverage points (outliers in the predictor space), where a bounded-influence estimator such as an MM-estimator is preferable.
  • Assumes a linear relationship and needs a reasonable sample size (at least about 30 observations).

Frequently asked

How does Huber regression differ from OLS?

OLS squares every residual, so far-off points have a large, unbounded influence. Huber regression uses a squared loss only for small residuals and switches to a linear loss for large ones, capping the influence of any single outlier while staying efficient on the clean data.

What is the threshold δ (epsilon) in Huber regression?

δ is the residual size at which the loss switches from quadratic to linear. Smaller δ makes the method more robust to outliers but less efficient; larger δ behaves more like OLS. It governs the trade-off between robustness and efficiency.

How many outliers can Huber regression tolerate?

Huber regression is reliable up to roughly 25% outliers. Beyond that it reaches its breakdown point, and a high-breakdown method such as least trimmed squares is more appropriate.

What about high-leverage points?

Huber regression bounds the influence of outliers in the outcome but not of outliers in the predictor space (high-leverage points). When such points are present, a bounded-influence estimator such as an MM-estimator is the better choice.

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. Hampel, F. R., Ronchetti, E. M., Rousseeuw, P. J., & Stahel, W. A. (1986). Robust Statistics: The Approach Based on Influence Functions. Wiley. ISBN: 978-0471735779

How to cite this page

ScholarGate. (2026, June 1). Huber Robust Regression (M-estimation). ScholarGate. https://scholargate.app/en/statistics/huber-regression

Related methods

Least Trimmed SquaresM-EstimatorMM-EstimatorOLS RegressionQuantile 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.

  • Least Trimmed SquaresStatistics↔ compare
  • M-EstimatorStatistics↔ compare
  • MM-EstimatorStatistics↔ compare
  • OLS RegressionEconometrics↔ compare
  • Quantile RegressionEconometrics↔ compare
Compare side by side →

Referenced by

Robust LightGBMRobust Linear Regression

Similar methods

M-EstimatorRobust RegressionRobust Linear RegressionRobust Multiple linear regressionRobust Simple linear regressionLeast Trimmed SquaresLeast Median of SquaresS-Estimator

Related reference concepts

Robustness (Statistics)Least Squares StatisticsSimple Linear RegressionRegression and Function ApproximationRegression (Statistics)Multiple Linear Regression

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

ScholarGate — Huber Regression (Huber Robust Regression (M-estimation)). Retrieved 2026-07-21 from https://scholargate.app/en/statistics/huber-regression · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Peter J. Huber
Year
1964
Type
Robust linear regression (M-estimation)
Estimator
Huber M-estimator (quadratic loss for small residuals, absolute loss for large residuals)
Outcome
continuous
MinSample
30
BreakdownPoint
robust up to about 25% outliers
Related methods
Least Trimmed SquaresM-EstimatorMM-EstimatorOLS RegressionQuantile 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