Content deleted Content added
m →Properties: fix markup |
→Computation: Use <math>-Tags to render formulas. Change "cross-correlation" to "correlation" as "cross-correlation" has a different meaning. |
||
Line 8:
==Computation==
The square of the coefficient of multiple correlation can be computed using the [[Euclidean space|vector]]
::<math>R^2 = \mathbf{c}^\top R_{xx}^{-1}\, \mathbf{c}</math>,
where
If all the predictor variables are uncorrelated, the matrix
The squared coefficient of multiple correlation can also be computed as the fraction of variance of the dependent variable that is explained by the independent variables, which in turn is 1 minus the unexplained fraction. The unexplained fraction can be computed as the [[sum of squared residuals]]—that is, the sum of the squares of the prediction errors—divided by the [[Total sum of squares|sum of the squared deviations of the values of the dependent variable]] from its [[expected value]].
|