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


sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
Calculates Spearson's Rank correlation coefficient for the current data set.

Syntax

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

Parameters

sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.

See Also

© 2010 All Rights Reserved.