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