Least Median of Squares Regression

Peter J. Rousseeuw
1984
2 references

Abstract

Abstract Classical least squares regression consists of minimizing the sum of the squared residuals. Many authors have produced more robust versions of this estimator by replacing the square by something else, such as the absolute value. In this article a different approach is introduced in which the sum is replaced by the median of the squared residuals. The resulting estimator can resist the effect of nearly 50% of contamination in the data. In the special case of simple regression, it corresponds to finding the narrowest strip covering half of the observations. Generalizations are possible to multivariate location, orthogonal regression, and hypothesis testing in linear models.

1 repository
2 references

Code References

â–¶ scikit-learn/scikit-learn
1 file
â–¶ sklearn/covariance/_robust_covariance.py
2
"""C_step procedure described in [Rouseeuw1984]_ aiming at computing MCD.
.. [Rouseeuw1984] P. J. Rousseeuw. Least median of squares regression.
Link copied to clipboard!