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


Calculates Pearson's correlation coefficient for the YValues of the series.

Overload List

Overload Description
PearsonCorrelationCoef(String,Series) Calculates Pearson's correlation coefficient for the YValues of the series.  
PearsonCorrelationCoef(Series) Calculates Pearson's correlation coefficient for the YValues of the series.  
PearsonCorrelationCoef(String,SeriesCollection) Calculates Pearson's correlation coefficient for the YValues of the series.  
PearsonCorrelationCoef(SeriesCollection) Calculates Pearson's correlation coefficient for the YValues of the series.  

See Also