dotnetCHARTING Send comments on this topic.
CorrelationCoefDeterminantion Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class : CorrelationCoefDeterminantion Method



Calculates the coefficient of determination for the YValues of the series.

Overload List

OverloadDescription
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.  

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

See Also