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