In statistics, Mallows's ,[1] [2] named for Colin Lingwood Mallows, is used to assess the fit of a regression model that has been estimated using ordinary least squares. It is applied in the context of model selection, where a number of predictor variables are available for predicting some outcome, and the goal is to find the best model involving a subset of these predictors. A small value of means that the model is relatively precise.
Mallows's Cp has been shown to be equivalent to Akaike information criterion in the special case of Gaussian linear regression.[3]
Mallows's Cp addresses the issue of overfitting, in which model selection statistics such as the residual sum of squares always get smaller as more variables are added to a model. Thus, if we aim to select the model giving the smallest residual sum of squares, the model including all variables would always be selected. Instead, the Cp statistic calculated on a sample of data estimates the sum squared prediction error (SSPE) as its population target
E\sumi(\hat{Y}i-E(Yi\mid
2/\sigma | |
X | |
i)) |
2,
where
\hat{Y}i
If P regressors are selected from a set of K > P, the Cp statistic for that particular set of regressors is defined as:
Cp={SSEp\overS2}-N+2(P+1),
where
SSEp=
N(Y | |
\sum | |
i-\hat{Y} |
pi)2
{1\overN-K}
N | |
\sum | |
i=1 |
(Yi-
2 | |
\hat{Y} | |
i) |
Given a linear model such as:
Y=\beta0+\beta1X1+ … +\betapXp+\varepsilon
\beta0,\ldots,\betap
X1,\ldots,Xp
\varepsilon
C | ||||
|
(\operatorname{RSS}+2p\hat{\sigma}2)
\hat{\sigma}2
The Cp criterion suffers from two main limitations[6]
The Cp statistic is often used as a stopping rule for various forms of stepwise regression. Mallows proposed the statistic as a criterion for selecting among many alternative subset regressions. Under a model not suffering from appreciable lack of fit (bias), Cp has expectation nearly equal to P; otherwise the expectation is roughly P plus a positive bias term. Nevertheless, even though it has expectation greater than or equal to P, there is nothing to prevent Cp < P or even Cp < 0 in extreme cases. It is suggested that one should choose a subset that has Cp approaching P,[7] from above, for a list of subsets ordered by increasing P. In practice, the positive bias can be adjusted for by selecting a model from the ordered list of subsets, such that Cp < 2P.
Since the sample-based Cp statistic is an estimate of the MSPE, using Cp for model selection does not completely guard against overfitting. For instance, it is possible that the selected model will be one in which the sample Cp was a particularly severe underestimate of the MSPE.
Model selection statistics such as Cp are generally not used blindly, but rather information about the field of application, the intended use of the model, and any known biases in the data are taken into account in the process of model selection.