dotnetCHARTING Send comments on this topic.
Mean(SeriesCollection) Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class > Mean Method : Mean(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 the arithmetic mean of the elements YValues of each of the series within the collection of series.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Mean( _
   ByVal sc As SeriesCollection _
) As Series
Visual Basic (Usage)Copy Code
Dim sc As SeriesCollection
Dim value As Series
 
value = StatisticalEngine.Mean(sc)
C# 
public static Series Mean( 
   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.