Theil-Sen Robust Linear Regression

Quickly perform linear regression that is robust to outliers.

Ahora está siguiendo esta publicación

This function executes a fast version of the non-parametric Theil-Sen robust linear regression algorithm by finding the median slope between all pairwise combinations of points in a given data set.
For my application I needed to run a robust regression on large data sets (many thousands of points), but the implementations I found on the File Exchange were far too slow (see figure). This code is substantially faster, and for large data sets can be two orders of magnitude faster than those currently available.

Citar como

Zachary Danziger (2026). Theil-Sen Robust Linear Regression (https://la.mathworks.com/matlabcentral/fileexchange/48294-theil-sen-robust-linear-regression), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspirado por: Theil–Sen estimator

Inspiración para: Theil-Sen Robust Linear Regression

Categorías

Más información sobre Linear and Nonlinear Regression en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.2.0.0

Updated code to function with higher dimensional data sets.
Included example in documentation.
- updated help
- speed increase for 2D case

1.1.0.0

Updated units on associated figure.

1.0.0.0