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›Least Trimmed Squares (LTS) Regression
Regression model

Least Trimmed Squares (LTS) Regression

Also known as: LTS, least trimmed squares regression, trimmed least squares, robust regression, En Küçük Kırpılmış Kareler (LTS)

Least Trimmed Squares is a robust linear regression method introduced by Peter J. Rousseeuw in 1984. Instead of fitting all residuals, it estimates the coefficients by minimising the sum of only the h smallest squared residuals, which gives it a breakdown point of up to 50% and reliable estimates on data heavily contaminated by outliers.

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.

Least Trimmed Squares
Least Median of SquaresOLS RegressionQuantile RegressionRANSAC RegressionTheil-Sen EstimatorHuber RegressionM-EstimatorMM-EstimatorRobust Covariance (MCD)Robust Mahalanobis Dista…

+2 more

When to use it

Use LTS when fitting a linear model to a continuous outcome on cross-sectional or longitudinal data that may contain a substantial share of outliers — up to roughly 50% contamination can be tolerated. It assumes the underlying linear model is valid for the clean majority of the data. A reasonable sample size is needed (at least about 30 observations); below 20 the subset selection becomes unreliable.

Strengths & limitations

Strengths
  • Very high robustness: a breakdown point of up to 50%, so estimates stay reliable even when nearly half the data are outliers.
  • Resistant to extreme observations that would dominate an ordinary least squares fit.
  • Deterministic, well-studied estimator with fast algorithms available for large data sets.
Limitations
  • Needs a reasonable sample size; with fewer than about 20 observations the subset selection becomes unreliable.
  • Less statistically efficient than ordinary least squares when the data are actually clean and well behaved.
  • The trimming parameter (h, via alpha) must be chosen with care, especially when the outlier share is very high.

Frequently asked

What does the breakdown point of 50% mean?

The breakdown point is the largest fraction of the data that can be replaced by arbitrary outliers before the estimator can be forced to give a meaningless answer. LTS tolerates up to about 50% contamination, which is the highest possible for a regression estimator.

How is LTS different from ordinary least squares?

OLS minimises the sum of all squared residuals, so a single extreme point can dominate the fit. LTS minimises only the sum of the h smallest squared residuals, ignoring the worst-fitting observations, which makes it resistant to outliers at the cost of some efficiency on clean data.

What is the trimming parameter h (alpha)?

h is the number of observations whose squared residuals enter the objective; alpha is the corresponding fraction of the data kept. Keeping roughly 75% (alpha ≈ 0.75) is common, while keeping about half gives the maximum breakdown point. The choice trades robustness against efficiency.

When should I prefer a different robust method?

With very small samples (n < 20) the Theil-Sen estimator is more reliable, and when the outlier ratio is very high RANSAC regression may be a better fit. LTS is strongest on moderate-to-large samples with a substantial but bounded share of outliers.

Sources

  1. Rousseeuw, P. J. (1984). Least Median of Squares Regression. Journal of the American Statistical Association, 79(388), 871-880. DOI: 10.1080/01621459.1984.10477105 ↗
  2. Rousseeuw, P. J., & Van Driessen, K. (2006). Computing LTS Regression for Large Data Sets. Data Mining and Knowledge Discovery, 12, 29-45. DOI: 10.1007/s10618-005-0024-4 ↗

How to cite this page

ScholarGate. (2026, June 1). Least Trimmed Squares (LTS) Regression. ScholarGate. https://scholargate.app/en/statistics/least-trimmed-squares

Related methods

Least Median of SquaresOLS RegressionQuantile RegressionRANSAC RegressionTheil-Sen Estimator

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 Median of SquaresStatistics↔ compare
  • OLS RegressionEconometrics↔ compare
  • Quantile RegressionEconometrics↔ compare
  • RANSAC RegressionStatistics↔ compare
  • Theil-Sen EstimatorStatistics↔ compare
Compare side by side →

Referenced by

Huber RegressionLeast Median of SquaresM-EstimatorMM-EstimatorRANSAC RegressionRobust Covariance (MCD)Robust Mahalanobis DistanceRobust RegressionTau EstimatorTheil-Sen Estimator

Similar methods

Least Median of SquaresHuber RegressionS-EstimatorRobust RegressionRobust Linear RegressionBreakdown Point AnalysisRobust Multiple linear regressionM-Estimator

Related reference concepts

Least Squares StatisticsRobustness (Statistics)Least-Squares ApproximationPartial Least Squares RegressionSimple Linear RegressionJackknife Resampling

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

ScholarGate — Least Trimmed Squares (Least Trimmed Squares (LTS) Regression). Retrieved 2026-07-21 from https://scholargate.app/en/statistics/least-trimmed-squares · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Peter J. Rousseeuw
Year
1984
Type
Robust linear regression
Estimator
Minimisation of the sum of the smallest h squared residuals
BreakdownPoint
up to 50%
Outcome
continuous
Related methods
Least Median of SquaresOLS RegressionQuantile RegressionRANSAC RegressionTheil-Sen Estimator
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