Overload | Description |
---|---|
MeanDeviation(String,Series,ElementValue) | Calculates the mean deviation of the series's element values. |
MeanDeviation(Series,ElementValue) | Calculates the mean deviation of the series's element values. |
MeanDeviation(String,SeriesCollection,ElementValue) | Calculates the mean deviation of the series's element values. |
MeanDeviation(SeriesCollection,ElementValue) | Calculates the mean deviation of the series's element values. |
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.