Sponsored Links
-->

Tuesday, August 14, 2018

Fully determined linear model â€
src: work.thaslwanter.at

In statistics, the coefficient of determination, denoted R2 or r2 and pronounced "R squared", is the proportion of the variance in the dependent variable that is predictable from the independent variable(s).

It is a statistic used in the context of statistical models whose main purpose is either the prediction of future outcomes or the testing of hypotheses, on the basis of other related information. It provides a measure of how well observed outcomes are replicated by the model, based on the proportion of total variation of outcomes explained by the model.

There are several definitions of R2 that are only sometimes equivalent. One class of such cases includes that of simple linear regression where r2 is used instead of R2. When an intercept is included, then r2 is simply the square of the sample correlation coefficient (i.e., r) between the observed outcomes and the observed predictor values. If additional regressors are included, R2 is the square of the coefficient of multiple correlation. In both such cases, the coefficient of determination ranges from 0 to 1.

Important cases where the computational definition of R2 can yield negative values, depending on the definition used, arise where the predictions that are being compared to the corresponding outcomes have not been derived from a model-fitting procedure using those data, and where linear regression is conducted without including an intercept. Additionally, negative values of R2 may occur when fitting non-linear functions to data. In cases where negative values arise, the mean of the data provides a better fit to the outcomes than do the fitted function values, according to this particular criterion.


Video Coefficient of determination



Definitions

A data set has n values marked y1,...,yn (collectively known as yi or as a vector y = [y1,...,yn]T), each associated with a predicted (or modeled) value f1,...,fn (known as fi, or sometimes ?i, as a vector f).

Define the residuals as ei = yi - fi (forming a vector e).

If y ¯ {\displaystyle {\bar {y}}} is the mean of the observed data:

y ¯ = 1 n ? i = 1 n y i {\displaystyle {\bar {y}}={\frac {1}{n}}\sum _{i=1}^{n}y_{i}}

then the variability of the data set can be measured using three sums of squares formulas:

  • The total sum of squares (proportional to the variance of the data):
S S tot = ? i ( y i - y ¯ ) 2 , {\displaystyle SS_{\text{tot}}=\sum _{i}(y_{i}-{\bar {y}})^{2},}
  • The regression sum of squares, also called the explained sum of squares:
S S reg = ? i ( f i - y ¯ ) 2 , {\displaystyle SS_{\text{reg}}=\sum _{i}(f_{i}-{\bar {y}})^{2},}
  • The sum of squares of residuals, also called the residual sum of squares:
S S res = ? i ( y i - f i ) 2 = ? i e i 2 {\displaystyle SS_{\text{res}}=\sum _{i}(y_{i}-f_{i})^{2}=\sum _{i}e_{i}^{2}\,}

The most general definition of the coefficient of determination is

R 2 ? 1 - S S r e s S S t o t . {\displaystyle R^{2}\equiv 1-{SS_{\rm {res}} \over SS_{\rm {tot}}}.\,}

Relation to unexplained variance

In a general form, R2 can be seen to be related to the fraction of variance unexplained (FVU), since the second term compares the unexplained variance (variance of the model's errors) with the total variance (of the data):

R 2 = 1 - FVU {\displaystyle {\begin{aligned}R^{2}=1-{\text{FVU}}\end{aligned}}}

As explained variance

Suppose R2 = 0.49. This implies that 49% of the variability of the dependent variable has been accounted for, and the remaining 51% of the variability is still unaccounted for. In some cases the total sum of squares equals the sum of the two other sums of squares defined above,

S S res + S S reg = S S tot . {\displaystyle SS_{\text{res}}+SS_{\text{reg}}=SS_{\text{tot}}.\,}

See Partitioning in the general OLS model for a derivation of this result for one case where the relation holds. When this relation does hold, the above definition of R2 is equivalent to

R 2 = S S reg S S tot = S S reg / n S S tot / n {\displaystyle R^{2}={\frac {SS_{\text{reg}}}{SS_{\text{tot}}}}={\frac {SS_{\text{reg}}/n}{SS_{\text{tot}}/n}}}

where n is the number of observations (cases) on the variables.

In this form R2 is expressed as the ratio of the explained variance (variance of the model's predictions, which is SSreg / n) to the total variance (sample variance of the dependent variable, which is SStot / n).

This partition of the sum of squares holds for instance when the model values ?i have been obtained by linear regression. A milder sufficient condition reads as follows: The model has the form

f i = ? ^ + ? ^ q i {\displaystyle f_{i}={\hat {\alpha }}+{\hat {\beta }}q_{i}\,}

where the qi are arbitrary values that may or may not depend on i or on other free parameters (the common choice qi = xi is just one special case), and the coefficient estimates ? ^ {\displaystyle {\hat {\alpha }}} and ? ^ {\displaystyle {\hat {\beta }}} are obtained by minimizing the residual sum of squares.

This set of conditions is an important one and it has a number of implications for the properties of the fitted residuals and the modelled values. In particular, under these conditions:

f ¯ = y ¯ . {\displaystyle {\bar {f}}={\bar {y}}.\,}

As squared correlation coefficient

In linear least squares multiple regression with an estimated intercept term, R2 equals the square of the Pearson correlation coefficient between the observed y {\displaystyle y} and modeled (predicted) f {\displaystyle f} data values of the dependent variable.

In a linear least squares regression with an intercept term and a single explanator, this is also equal to the squared Pearson correlation coefficient of the dependent variable y {\displaystyle y} and explanatory variable x . {\displaystyle x.}

It should not be confused with the correlation between two coefficient estimates, defined as

? ? ^ , ? ^ = c o v ( ? ^ , ? ^ ) ? ? ^ ? ? ^ , {\displaystyle \rho _{{\hat {\alpha }},{\hat {\beta }}}={\mathrm {cov} ({\hat {\alpha }},{\hat {\beta }}) \over \sigma _{\hat {\alpha }}\sigma _{\hat {\beta }}},}

where the covariance between two coefficient estimates, as well as their standard deviations, are obtained from the covariance matrix of the coefficient estimates.

Under more general modeling conditions, where the predicted values might be generated from a model different from linear least squares regression, an R2 value can be calculated as the square of the correlation coefficient between the original y {\displaystyle y} and modeled f {\displaystyle f} data values. In this case, the value is not directly a measure of how good the modeled values are, but rather a measure of how good a predictor might be constructed from the modeled values (by creating a revised predictor of the form ? + ??i). According to Everitt (p. 78), this usage is specifically the definition of the term "coefficient of determination": the square of the correlation between two (general) variables.


Maps Coefficient of determination



Interpretation

R2 is a statistic that will give some information about the goodness of fit of a model. In regression, the R2 coefficient of determination is a statistical measure of how well the regression predictions approximate the real data points. An R2 of 1 indicates that the regression predictions perfectly fit the data.

Values of R2 outside the range 0 to 1 can occur when the model fits the data worse than a horizontal hyperplane. This would occur when the wrong model was chosen, or nonsensical constraints were applied by mistake. If equation 1 of Kvalseth is used (this is the equation used most often), R2 can be less than zero. If equation 2 of Kvalseth is used, R2 can be greater than one.

In all instances where R2 is used, the predictors are calculated by ordinary least-squares regression: that is, by minimizing SSres. In this case R2 increases as we increase the number of variables in the model (R2 is monotone increasing with the number of variables included--i.e., it will never decrease). This illustrates a drawback to one possible use of R2, where one might keep adding variables (Kitchen sink regression) to increase the R2 value. For example, if one is trying to predict the sales of a model of car from the car's gas mileage, price, and engine power, one can include such irrelevant factors as the first letter of the model's name or the height of the lead engineer designing the car because the R2 will never decrease as variables are added and will probably experience an increase due to chance alone.

This leads to the alternative approach of looking at the adjusted R2. The explanation of this statistic is almost the same as R2 but it penalizes the statistic as extra variables are included in the model. For cases other than fitting by ordinary least squares, the R2 statistic can be calculated as above and may still be a useful measure. If fitting is by weighted least squares or generalized least squares, alternative versions of R2 can be calculated appropriate to those statistical frameworks, while the "raw" R2 may still be useful if it is more easily interpreted. Values for R2 can be calculated for any type of predictive model, which need not have a statistical basis.

In a non-simple linear model

Consider a linear model with more than a single explanatory variable, of the form

Y i = ? 0 + ? j = 1 p ? j X i , j + ? i , {\displaystyle Y_{i}=\beta _{0}+\sum _{j=1}^{p}\beta _{j}X_{i,j}+\varepsilon _{i},}

where, for the ith case, Y i {\displaystyle {Y_{i}}} is the response variable, X i , 1 , ... , X i , p {\displaystyle X_{i,1},\dots ,X_{i,p}} are p regressors, and ? i {\displaystyle \varepsilon _{i}} is a mean zero error term. The quantities ? 0 , ... , ? p {\displaystyle \beta _{0},\dots ,\beta _{p}} are unknown coefficients, whose values are estimated by least squares. The coefficient of determination R2 is a measure of the global fit of the model. Specifically, R2 is an element of [0, 1] and represents the proportion of variability in Yi that may be attributed to some linear combination of the regressors (explanatory variables) in X.

R2 is often interpreted as the proportion of response variation "explained" by the regressors in the model. Thus, R2 = 1 indicates that the fitted model explains all variability in y {\displaystyle y} , while R2 = 0 indicates no 'linear' relationship (for straight line regression, this means that the straight line model is a constant line (slope = 0, intercept =  y ¯ {\displaystyle {\bar {y}}} ) between the response variable and regressors). An interior value such as R2 = 0.7 may be interpreted as follows: "Seventy percent of the variance in the response variable can be explained by the explanatory variables. The remaining thirty percent can be attributed to unknown, lurking variables or inherent variability."

A caution that applies to R2, as to other statistical descriptions of correlation and association is that "correlation does not imply causation." In other words, while correlations may sometimes provide valuable clues in uncovering causal relationships among variables, a non-zero estimated correlation between two variables is not, on its own, evidence that changing the value of one variable would result in changes in the values of other variables. For example, the practice of carrying matches (or a lighter) is correlated with incidence of lung cancer, but carrying matches does not cause cancer (in the standard sense of "cause").

In case of a single regressor, fitted by least squares, R2 is the square of the Pearson product-moment correlation coefficient relating the regressor and the response variable. More generally, R2 is the square of the correlation between the constructed predictor and the response variable. With more than one regressor, the R2 can be referred to as the coefficient of multiple determination.

Inflation of R2

In least squares regression, R2 is weakly increasing with increases in the number of regressors in the model. Because increases in the number of regressors increase the value of R2, R2 alone cannot be used as a meaningful comparison of models with very different numbers of independent variables. For a meaningful comparison between two models, an F-test can be performed on the residual sum of squares, similar to the F-tests in Granger causality, though this is not always appropriate. As a reminder of this, some authors denote R2 by Rq2, where q is the number of columns in X (the number of explanators including the constant).

To demonstrate this property, first recall that the objective of least squares linear regression is

min b S S res ( b ) => min b ? i ( y i - X i b ) 2 {\displaystyle \min _{b}SS_{\text{res}}(b)\Rightarrow \min _{b}\sum _{i}(y_{i}-X_{i}b)^{2}\,}

where Xi is a row vector of values of explanatory variables for case i and b is a column vector of coefficients of the respective elements of Xi.

The optimal value of the objective is weakly smaller as more explanatory variables are added and hence additional columns of X {\displaystyle X} (the explanatory data matrix whose ith row is Xi) are added, by the fact that less constrained minimization leads to an optimal cost which is weakly smaller than more constrained minimization does. Given the previous conclusion and noting that S S t o t {\displaystyle SS_{tot}} depends only on y, the non-decreasing property of R2 follows directly from the definition above.

The intuitive reason that using an additional explanatory variable cannot lower the R2 is this: Minimizing S S res {\displaystyle SS_{\text{res}}} is equivalent to maximizing R2. When the extra variable is included, the data always have the option of giving it an estimated coefficient of zero, leaving the predicted values and the R2 unchanged. The only way that the optimization problem will give a non-zero coefficient is if doing so improves the R2.

Caveats

R2 does not indicate whether:

  • the independent variables are a cause of the changes in the dependent variable;
  • omitted-variable bias exists;
  • the correct regression was used;
  • the most appropriate set of independent variables has been chosen;
  • there is collinearity present in the data on the explanatory variables;
  • the model might be improved by using transformed versions of the existing set of independent variables;
  • there are enough data points to make a solid conclusion.

Cumulative frequency distribution of the coefficient of ...
src: www.researchgate.net


Extensions

Adjusted R2

The use of an adjusted R2 (one common notation is R ¯ 2 {\displaystyle {\bar {R}}^{2}} , pronounced "R bar squared"; another is R adj 2 {\displaystyle R_{\text{adj}}^{2}} ) is an attempt to take account of the phenomenon of the R2 automatically and spuriously increasing when extra explanatory variables are added to the model. It is a modification due to Henri Theil of R2 that adjusts for the number of explanatory terms in a model relative to the number of data points. The adjusted R2 can be negative, and its value will always be less than or equal to that of R2. Unlike R2, the adjusted R2 increases only when the increase in R2 (due to the inclusion of a new explanatory variable) is more than one would expect to see by chance. If a set of explanatory variables with a predetermined hierarchy of importance are introduced into a regression one at a time, with the adjusted R2 computed each time, the level at which adjusted R2 reaches a maximum, and decreases afterward, would be the regression with the ideal combination of having the best fit without excess/unnecessary terms. The adjusted R2 is defined as

R ¯ 2 = 1 - ( 1 - R 2 ) n - 1 n - p - 1 {\displaystyle {\bar {R}}^{2}={1-(1-R^{2}){n-1 \over n-p-1}}}

where p is the total number of explanatory variables in the model (not including the constant term), and n is the sample size.

Adjusted R2 can also be written as

R ¯ 2 = 1 - S S res / df e S S tot / df t {\displaystyle {\bar {R}}^{2}={1-{SS_{\text{res}}/{\text{df}}_{e} \over SS_{\text{tot}}/{\text{df}}_{t}}}}

where dft is the degrees of freedom n- 1 of the estimate of the population variance of the dependent variable, and dfe is the degrees of freedom n - p - 1 of the estimate of the underlying population error variance.

The principle behind the adjusted R2 statistic can be seen by rewriting the ordinary R2 as

R 2 = 1 - VAR res VAR tot {\displaystyle R^{2}={1-{{\textit {VAR}}_{\text{res}} \over {\textit {VAR}}_{\text{tot}}}}}

where VAR res = S S res / n {\displaystyle {\text{VAR}}_{\text{res}}=SS_{\text{res}}/n} and VAR tot = S S tot / n {\displaystyle {\text{VAR}}_{\text{tot}}=SS_{\text{tot}}/n} are the sample variances of the estimated residuals and the dependent variable respectively, which can be seen as biased estimates of the population variances of the errors and of the dependent variable. These estimates are replaced by statistically unbiased versions: VAR res = S S res / ( n - p - 1 ) {\displaystyle {\text{VAR}}_{\text{res}}=SS_{\text{res}}/(n-p-1)} and VAR tot = S S tot / ( n - 1 ) {\displaystyle {\text{VAR}}_{\text{tot}}=SS_{\text{tot}}/(n-1)} .

Adjusted R2 does not have the same interpretation as R2--while R2 is a measure of fit, adjusted R2 is instead a comparative measure of suitability of alternative nested sets of explanators. As such, care must be taken in interpreting and reporting this statistic. Adjusted R2 is particularly useful in the feature selection stage of model building.

Coefficient of partial determination

The coefficient of partial determination can be defined as the proportion of variation that cannot be explained in a reduced model, but can be explained by the predictors specified in a full(er) model. This coefficient is used to provide insight into whether or not one or more additional predictors may be useful in a more fully specified regression model.

The calculation for the partial R2 is relatively straightforward after estimating two models and generating the ANOVA tables for them. The calculation for the partial R2 is

S S  res, reduced - S S  res, full S S  res, reduced , {\displaystyle {\frac {SS_{\text{ res, reduced}}-SS_{\text{ res, full}}}{SS_{\text{ res, reduced}}}},}

which is analogous to the usual coefficient of determination:

S S tot - S S res S S tot . {\displaystyle {\frac {SS_{\text{tot}}-SS_{\text{res}}}{SS_{\text{tot}}}}.}

Generalized R2

In the case of logistic regression, usually fit by maximum likelihood, there are several choices of pseudo-R2.

One is the generalized R2 originally proposed by Cox & Snell, and independently by Magee:

R 2 = 1 - ( L ( 0 ) L ( ? ^ ) ) 2 / n {\displaystyle R^{2}=1-\left({{\mathcal {L}}(0) \over {\mathcal {L}}({\hat {\theta }})}\right)^{2/n}}

where L ( 0 ) {\displaystyle {\mathcal {L}}(0)} is the likelihood of the model with only the intercept, L ( ? ^ ) {\displaystyle {{\mathcal {L}}({\hat {\theta }})}} is the likelihood of the estimated model (i.e., the model with a given set of parameter estimates) and n is the sample size. It is easily rewritten to:

R 2 = 1 - e 2 n ( l n ( L ( 0 ) ) - l n ( L ( ? ^ ) ) = 1 - e - D n {\displaystyle R^{2}=1-e^{{\frac {2}{n}}(ln({\mathcal {L}}(0))-ln({\mathcal {L}}({\hat {\theta }}))}=1-e^{-{\frac {D}{n}}}}

where D is the test statistic of the likelihood ratio test.

Nagelkerke noted that it had the following properties:

  1. It is consistent with the classical coefficient of determination when both can be computed;
  2. Its value is maximised by the maximum likelihood estimation of a model;
  3. It is asymptotically independent of the sample size;
  4. The interpretation is the proportion of the variation explained by the model;
  5. The values are between 0 and 1, with 0 denoting that model does not explain any variation and 1 denoting that it perfectly explains the observed variation;
  6. It does not have any unit.

However, in the case of a logistic model, where L ( ? ^ ) {\displaystyle {\mathcal {L}}({\hat {\theta }})} cannot be greater than 1, R2 is between 0 and R max 2 = 1 - ( L ( 0 ) ) 2 / n {\displaystyle R_{\max }^{2}=1-({\mathcal {L}}(0))^{2/n}} : thus, Nagelkerke suggested the possibility to define a scaled R2 as R²/R2max.


Coefficient of determination - YouTube
src: i.ytimg.com


Comparison with norm of residuals

Occasionally, the norm of residuals is used for indicating goodness of fit. This term is calculated as the square-root of the sum of squared residuals:

norm of residuals = S S res = ? e ? . {\displaystyle {\text{norm of residuals}}={\sqrt {SS_{\text{res}}}}=\|e\|.}

Both R2 and the norm of residuals have their relative merits. For least squares analysis R2 varies between 0 and 1, with larger numbers indicating better fits and 1 representing a perfect fit. The norm of residuals varies from 0 to infinity with smaller numbers indicating better fits and zero indicating a perfect fit. One advantage and disadvantage of R2 is the S S tot {\displaystyle SS_{\text{tot}}} term acts to normalize the value. If the yi values are all multiplied by a constant, the norm of residuals will also change by that constant but R2 will stay the same. As a basic example, for the linear least squares fit to the set of data:

x = 1 ,   2 ,   3 ,   4 ,   5 {\displaystyle x=1,\ 2,\ 3,\ 4,\ 5}
y = 1.9 ,   3.7 ,   5.8 ,   8.0 ,   9.6 {\displaystyle y=1.9,\ 3.7,\ 5.8,\ 8.0,\ 9.6}

R2 = 0.998, and norm of residuals = 0.302. If all values of y are multiplied by 1000 (for example, in an SI prefix change), then R2 remains the same, but norm of residuals = 302.

Other single parameter indicators of fit include the standard deviation of the residuals, or the RMSE of the residuals. These would have values of 0.151 and 0.174 respectively for the above example given that the fit was linear with an unforced intercept.


UNIT 2 BIVARIATE DATA. BIVARIATE DATA â€
src: images.slideplayer.com


History

The creation of the coefficient of determination has been attributed to the geneticist Sewall Wright and was first published in 1921.


Excel 2010: Coefficient of Determination - YouTube
src: i.ytimg.com


See also

  • Fraction of variance unexplained
  • Goodness of fit
  • Nash-Sutcliffe model efficiency coefficient (hydrological applications)
  • Pearson product-moment correlation coefficient
  • Proportional reduction in loss
  • Regression model validation
  • Root mean square deviation
  • t-test of H 0 : R 2 = 0. {\displaystyle H_{0}\colon R^{2}=0.}

Statistics, Vol 8 Lesson 11 Coefficient Of Determination ...
src: images.gallerysites.net


Notes


The Coefficient of Determination and a Residual Plot Using ...
src: i.ytimg.com


References

  • Gujarati, Damodar N.; Porter, Dawn C. (2009). Basic Econometrics (Fifth ed.). New York: McGraw-Hill/Irwin. pp. 73-78. ISBN 978-0-07-337577-9. 
  • Kmenta, Jan (1986). Elements of Econometrics (Second ed.). New York: Macmillan. pp. 240-243. ISBN 0-02-365070-2. 

Source of article : Wikipedia