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


s
A statistical series.
Calculates Spearson's Rank correlation coefficient for the current data set.

Syntax

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

Parameters

s
A statistical series.

See Also

© 2010 All Rights Reserved.