Overload | Description |
---|---|
CorrelationCoefDeterminantion(String,Series) | Calculates the coefficient of determination for the YValues of the series. |
CorrelationCoefDeterminantion(Series) | Calculates the coefficient of determination for the YValues of the series. |
CorrelationCoefDeterminantion(String,SeriesCollection) | Calculates the coefficient of determination for the YValues of the series. |
CorrelationCoefDeterminantion(SeriesCollection) | Calculates the coefficient of determination for the YValues of the series. |
Explanation of the Coefficient of Determination
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 LeastSquaresEstimateY), divided by the total amount
of variation of the second variable (i.e. Y
).