dotnetCHARTING Send comments on this topic.
MeanDeviation(SeriesCollection) Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class > MeanDeviation Method : MeanDeviation(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 mean deviation of the series's element YValues.

Syntax

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

Remarks

The mean deviation is exactly what the name implies, that is, it is the arithmetic average of the differences from each of the elements of the series to the mean of the series.

See Also

© 2010 All Rights Reserved.