Previous Page | Next Page

The QUANTREG Procedure

Leverage Point and Outlier Detection

The QUANTREG procedure uses robust multivariate location and scale estimates for leverage-point detection.

Mahalanobis distance is defined as

     

where and are the empirical multivariate location and scale. Here, does not include the intercept variable. The relationship between the Mahalanobis distance and the matrix is

     

Robust distance is defined as

     

where and are robust multivariate location and scale estimates computed with the minimum covariance determinant (MCD) method of Rousseeuw and Van Driessen (1999).

These distances are used to detect leverage points. You can use the DIAGNOSTICS and LEVERAGE options in the MODEL statement to request leverage-point and outlier diagnostics. Two new variables, LEVERAGE and OUTLIER, are created and saved in an output data set specified in the OUTPUT statement.

Let be the cutoff value. The variable LEVERAGE is defined as

     

You can specify a cutoff value with the LEVERAGE option in the MODEL statement.

Residuals , based on quantile regression estimates are used to detect vertical outliers. The variable OUTLIER is defined as

     

You can specify the multiplier of the cutoff value with the CUTOFF= option in the MODEL statement. You can specify the scale with the SCALE= option in the MODEL statement. By default, and the scale is computed as the corrected median of the absolute residuals , where is an adjustment constant for consistency with the normal distribution.

An ODS table called DIAGNOSTICS contains these two variables.

Previous Page | Next Page | Top of Page