Calculates the coefficient of determination for the set of pairs of points: (xValues[0], yValues[0])
, (xValues[1], yValues[1])
,.
the coefficient of determination of the set of pairs.
.. ,
(xValues[n], yValues[n])
.
The coefficient of determination is the amount of variation in the second
variable (i.e. Y
) which is explained by the regression line of the second
variable Y
on the first variable X
(see LeastSquaresRegressionLineY), divided by the total amount
of variation of the second variable (i.e. Y
).
Correlation Class | WebCab.COM.Statistics.Correlation Namespace