Calculates the mean deviation of the series's element YValues.
[Visual Basic]
Overloads Public Shared Function Median( _
ByVal elementName As String, _
ByVal s As Series, _
ByVal elementValue As ElementValue _
) As Element
[C#]
public static Element Median(
string elementName,
Series s,
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.