dotnetCHARTING Send comments on this topic.
MeanDeviation Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class : MeanDeviation Method



Calculates the mean deviation of the series's element YValues.

Overload List

OverloadDescription
MeanDeviation(String,Series) Calculates the mean deviation of the series's element YValues.  
MeanDeviation(Series) Calculates the mean deviation of the series's element YValues.  
MeanDeviation(String,SeriesCollection) Calculates the mean deviation of the series's element YValues.  
MeanDeviation(SeriesCollection) Calculates the mean deviation of the series's element YValues.  

Remarks

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.

See Also