Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function MeanDeviation( _ ByVal seriesName As String, _ ByVal sc As SeriesCollection _ ) As Series |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
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.