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


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

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function PearsonCorrelationCoef( _
   ByVal s As Series _
) As Element
Visual Basic (Usage)Copy Code
Dim s As Series
Dim value As Element
 
value = StatisticalEngine.PearsonCorrelationCoef(s)
C# 
public static Element PearsonCorrelationCoef( 
   Series s
)

Parameters

s
A statistical series.

Return Value

Pearson's correlation coefficient of the series

See Also

© 2010 All Rights Reserved.