Calculates the coefficient of determination for the current set of data.
the coefficient of determination for the current set of data
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 @link #leastSquaresRegressionLineY}), divided by the total amount
of variation of the second variable (i.e. Y
).
CorrelationStateful Class | WebCab.COM.Statistics.Correlation Namespace