Calculates the mean deviation of the series's element YValues.
[Visual Basic]
Overloads Public Shared Function Median( _
ByVal sc As SeriesCollection, _
ByVal elementValue As ElementValue _
) As Series
[C#]
public static Series Median(
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 | A measure of the deviation of the elements of the data set considered.
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.