WebCab Probability and Statistics Web Services for .NET v3.3 Demo

CorrelationStateful.CoefficientOfDetermination Method 

Calculates the coefficient of determination for the current set of data.

public double CoefficientOfDetermination();

Return Value

the coefficient of determination for the current set of data

Remarks

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 @link #leastSquaresRegressionLineY}), divided by the total amount of variation of the second variable (i.e. Y).

See Also

CorrelationStateful Class | Correlation Namespace