Prediction Error
   HOME

TheInfoList



OR:

In
statistics Statistics (from German language, German: ''wikt:Statistik#German, Statistik'', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of ...
the mean squared prediction error or mean squared error of the predictions of a smoothing or curve fitting procedure is the expected value of the squared difference between the fitted values implied by the predictive function \widehat and the values of the (unobservable) function ''g''. It is an inverse measure of the explanatory power of \widehat, and can be used in the process of cross-validation of an estimated model. If the smoothing or fitting procedure has projection matrix (i.e., hat matrix) ''L'', which maps the observed values vector y to predicted values vector \hat via \hat=Ly, then :\operatorname(L)=\operatorname\left left( g(x_i)-\widehat(x_i)\right)^2\right The MSPE can be decomposed into two terms: the mean of squared biases of the fitted values and the mean of variances of the fitted values: :n\cdot\operatorname(L)=\sum_^n\left(\operatorname\left widehat(x_i)\rightg(x_i)\right)^2+\sum_^n\operatorname\left widehat(x_i)\right Knowledge of ''g'' is required in order to calculate the MSPE exactly; otherwise, it can be estimated.


Computation of MSPE over out-of-sample data

The mean squared prediction error can be computed exactly in two contexts. First, with a data sample of length ''n'', the data analyst may run the
regression Regression or regressions may refer to: Science * Marine regression, coastal advance due to falling sea level, the opposite of marine transgression * Regression (medicine), a characteristic of diseases to express lighter symptoms or less extent ( ...
over only ''q'' of the data points (with ''q'' < ''n''), holding back the other ''n – q'' data points with the specific purpose of using them to compute the estimated model’s MSPE out of sample (i.e., not using data that were used in the model estimation process). Since the regression process is tailored to the ''q'' in-sample points, normally the in-sample MSPE will be smaller than the out-of-sample one computed over the ''n – q'' held-back points. If the increase in the MSPE out of sample compared to in sample is relatively slight, that results in the model being viewed favorably. And if two models are to be compared, the one with the lower MSPE over the ''n – q'' out-of-sample data points is viewed more favorably, regardless of the models’ relative in-sample performances. The out-of-sample MSPE in this context is exact for the out-of-sample data points that it was computed over, but is merely an estimate of the model’s MSPE for the mostly unobserved population from which the data were drawn. Second, as time goes on more data may become available to the data analyst, and then the MSPE can be computed over these new data.


Estimation of MSPE over the population

When the model has been estimated over all available data with none held back, the MSPE of the model over the entire population of mostly unobserved data can be estimated as follows. For the model y_i=g(x_i)+\sigma\varepsilon_i where \varepsilon_i\sim\mathcal(0,1), one may write :n\cdot\operatorname(L)=g^(I-L)^(I-L)g+\sigma^2\operatorname\left ^ L\right Using in-sample data values, the first term on the right side is equivalent to :\sum_^n\left(\operatorname\left (x_i)-\widehat(x_i)\rightright)^2 =\operatorname\left sum_^n\left(y_i-\widehat(x_i)\right)^2\right\sigma^2\operatorname\left left(I-L\right)^T\left(I-L\right)\right Thus, :n\cdot\operatorname(L)=\operatorname\left sum_^n\left(y_i-\widehat(x_i)\right)^2\right\sigma^2\left(n-\operatorname\left \rightright). If \sigma^2 is known or well-estimated by \widehat^2, it becomes possible to estimate MSPE by :n\cdot\operatorname(L)=\sum_^n\left(y_i-\widehat(x_i)\right)^2-\widehat^2\left(n-\operatorname\left \rightright). Colin Mallows advocated this method in the construction of his model selection statistic ''Cp'', which is a normalized version of the estimated MSPE: :C_p=\frac-n+2p. where ''p'' the number of estimated parameters ''p'' and \widehat^2 is computed from the version of the model that includes all possible regressors. That concludes this proof.


See also

* Mean squared error * Errors and residuals in statistics * Law of total variance


Further reading

* {{DEFAULTSORT:Mean Squared Prediction Error Point estimation performance Statistical deviation and dispersion Loss functions