Calculates the mean deviation of the series's element values.
[Visual Basic]
Overloads Public Shared Function MeanDeviation( _
ByVal seriesName As String, _
ByVal sc As SeriesCollection, _
ByVal elementValue As ElementValue _
) As Series
[C#]
public static Series MeanDeviation(
string seriesName,
SeriesCollection sc,
ElementValue elementValue
);
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.
FinancialEngine Class | FinancialEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.