Cook's distance

1

In statistics, Cook's distance or Cook's D is a commonly used estimate of the influence of a data point when performing a least-squares regression analysis. In a practical ordinary least squares analysis, Cook's distance can be used in several ways: to indicate influential data points that are particularly worth checking for validity; or to indicate regions of the design space where it would be good to be able to obtain more data points. It is named after the American statistician R. Dennis Cook, who introduced the concept in 1977.

Definition

Data points with large residuals (outliers) and/or high leverage may distort the outcome and accuracy of a regression. Cook's distance measures the effect of deleting a given observation. Points with a large Cook's distance are considered to merit closer examination in the analysis. For the algebraic expression, first define where is the error term, is the coefficient matrix, p is the number of covariates or predictors for each observation, and \mathbf{X} is the design matrix including a constant. The least squares estimator then is, and consequently the fitted (predicted) values for the mean of \mathbf{y} are where is the projection matrix (or hat matrix). The i-th diagonal element of, given by , is known as the leverage of the i-th observation. Similarly, the i-th element of the residual vector is denoted by e_i. Cook's distance D_i of observation is defined as the sum of all the changes in the regression model when observation i is removed from it where p is the rank of the model (i.e., number of independent variables in the design matrix) and is the fitted response value obtained when excluding i, and is the mean squared error of the regression model. Equivalently, it can be expressed using the leverage (h_{ii}):

Detecting highly influential observations

There are different opinions regarding what cut-off values to use for spotting highly influential points. Since Cook's distance is in the metric of an F distribution with p and n-p (as defined for the design matrix \mathbf{X} above) degrees of freedom, the median point (i.e., ) can be used as a cut-off. Since this value is close to 1 for large n, a simple operational guideline of D_i>1 has been suggested. The p-dimensional random vector, which is the change of \mathbf{b} due to a deletion of the i-th observation, has a covariance matrix of rank one and therefore it is distributed entirely over one dimensional subspace (a line, say L) of the p-dimensional space. The distributional property of mentioned above implies that information about the influence of the i-th observation provided by should be obtained not from outside of the line L but from the line L itself. However, in the introduction of Cook’s distance, a scaling matrix of full rank p is chosen and as a result is treated as if it is a random vector distributed over the whole space of p dimensions. This means that information about the influence of the i-th observation provided by through the Cook’s distance comes from the whole space of p dimensions. Hence the Cook's distance measure is likely to distort the real influence of observations, misleading the right identification of influential observations.

Relationship to other influence measures (and interpretation)

D_i can be expressed using the leverage and the square of the internally Studentized residual, as follows: The benefit in the last formulation is that it clearly shows the relationship between t_i^2 and h_{ii} to D_i (while p and n are the same for all observations). If t_i^2 is large then it (for non-extreme values of h_{ii}) will increase D_i. If h_{ii} is close to 0 then D_i will be small, while if h_{ii} is close to 1 then D_i will become very large (as long as t_i^2 > 0, i.e.: that the observation i is not exactly on the regression line that was fitted without observation i). D_i is related to DFFITS through the following relationship (note that is the externally studentized residual, and are defined here): D_i can be interpreted as the distance one's estimates move within the confidence ellipsoid that represents a region of plausible values for the parameters. This is shown by an alternative but equivalent representation of Cook's distance in terms of changes to the estimates of the regression parameters between the cases, where the particular observation is either included or excluded from the regression analysis. An alternative to D_i has been proposed. Instead of considering the influence a single observation has on the overall model, the statistics S_i serves as a measure of how sensitive the prediction of the i-th observation is to the deletion of each observation in the original data set. It can be formulated as a weighted linear combination of the D_{j}'s of all data points. Again, the projection matrix is involved in the calculation to obtain the required weights: In this context, \rho_{ij} (\leq 1) resembles the correlation between the predictions and. In contrast to D_{i}, the distribution of S_{i} is asymptotically normal for large sample sizes and models with many predictors. In absence of outliers the expected value of S_{i} is approximately p^{-1}. An influential observation can be identified if with as the median and as the median absolute deviation of all S-values within the original data set, i.e., a robust measure of location and a robust measure of scale for the distribution of S_i. The factor 4.5 covers approx. 3 standard deviations of S around its centre. When compared to Cook's distance, S_i was found to perform well for high- and intermediate-leverage outliers, even in presence of masking effects for which D_{i} failed. Interestingly, D_i and S_i are closely related because they can both be expressed in terms of the matrix \mathbf{T} which holds the effects of the deletion of the j-th data point on the i-th prediction: With \mathbf{T} at hand, \mathbf{D} is given by: where if \mathbf{H} is symmetric and idempotent, which is not necessarily the case. In contrast, \mathbf{S} can be calculated as: where extracts the main diagonal of a square matrix \mathbf{A}. In this context, is referred to as the influence matrix whereas resembles the so-called sensitivity matrix. An eigenvector analysis of \mathbf{M} and \mathbf{P} - which both share the same eigenvalues – serves as a tool in outlier detection, although the eigenvectors of the sensitivity matrix are more powerful.

Software implementations

Many programs and statistics packages, such as R, Python, Julia, etc., include implementations of Cook's distance.

Extensions

High-dimensional Influence Measure (HIM) is an alternative to Cook's distance for when p>n (i.e., when there are more predictors than observations). While the Cook's distance quantifies the individual observation's influence on the least squares regression coefficient estimate, the HIM measures the influence of an observation on the marginal correlations.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article