Combining Robust Residual and Robust Distance

This section is based entirely on Rousseeuw and Van Zomeren (1990). Observations , which are far away from most of the other observations, are called leverage points. One classical method inspects the Mahalanobis distances to find outliers :

     

where is the classical sample covariance matrix.

Note that the MVE subroutine prints the classical Mahalanobis distances together with the robust distances . In classical linear regression, the diagonal elements of the hat matrix

     

are used to identify leverage points. Rousseeuw and Van Zomeren (1990) report the following monotone relationship between the and :

     

They point out that neither the nor the are entirely safe for detecting leverage points reliably. Multiple outliers do not necessarily have large values because of the masking effect.

The definition of a leverage point is, therefore, based entirely on the outlyingness of and is not related to the response value . By including the value in the definition, Rousseeuw and Van Zomeren (1990) distinguish between the following:

  • Good leverage points are points that are close to the regression plane; that is, good leverage points improve the precision of the regression coefficients.

  • Bad leverage points are points that are far from the regression plane; that is, bad leverage points reduce the precision of the regression coefficients.

Rousseeuw and Van Zomeren (1990) propose to plot the standardized residuals of robust regression (LMS or LTS) versus the robust distances obtained from MVE. Two horizontal lines that correspond to residual values of and are useful to distinguish between small and large residuals, and one vertical line that corresponds to the is used to distinguish between small and large distances.