Fraction of variance unexplained


In statistics, the fraction of variance unexplained in the context of a regression task is the fraction of variance of the regressand Y which cannot be explained, i.e., which is not correctly predicted, by the explanatory variables X.

Formal definition

Suppose we are given a regression function yielding for each an estimate where is the vector of the ith observations on all the explanatory variables. We define the fraction of variance unexplained as:
where R2 is the coefficient of determination and VARerr and VARtot are the variance of the residuals and the sample variance of the dependent variable. SSerr, SStot, and SSreg are given by
Alternatively, the fraction of variance unexplained can be defined as follows:
where MSE is the mean squared error of the regression function ƒ.

Explanation

It is useful to consider the second definition to understand FVU. When trying to predict Y, the most naïve regression function that we can think of is the constant function predicting the mean of Y, i.e.,. It follows that the MSE of this function equals the variance of Y; that is, SSerr = SStot, and SSreg = 0. In this case, no variation in Y can be accounted for, and the FVU then has its maximum value of 1.
More generally, the FVU will be 1 if the explanatory variables X tell us nothing about Y in the sense that the predicted values of Y do not covary with Y. But as prediction gets better and the MSE can be reduced, the FVU goes down. In the case of perfect prediction where for all i, the MSE is 0, SSerr = 0, SSreg = SStot, and the FVU is 0.