See Also

StatisticalEngine Class  | StatisticalEngine Members  | Overload List  | A measure of the deviation of the elements of the data set considered.  | MeanDeviation(SeriesCollection) Method

Language

Visual Basic

C#

Show All

seriesName
The name of the series which will be displayed on the chart, i.e. its label.
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 Languages dotnetCHARTING Send comments on this topic.

MeanDeviation(String,SeriesCollection) Method

Calculates the mean deviation of the series's element YValues.

[Visual Basic]
Overloads Public Shared Function MeanDeviation( _    ByVal seriesName As String, _    ByVal sc As SeriesCollection _ ) As Series
[C#]
public static Series MeanDeviation(    string seriesName,    SeriesCollection sc );

Parameters

seriesName
The name of the series which will be displayed on the chart, i.e. its label.
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

StatisticalEngine Class  | StatisticalEngine Members  | Overload List  | A measure of the deviation of the elements of the data set considered.  | MeanDeviation(SeriesCollection) Method

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.