meanAbsoluteDeviation property

num meanAbsoluteDeviation

The mean absolute deviation from the mean of the stored data.

Implementation

num get meanAbsoluteDeviation => _getStat(NumericStat.meanAbsoluteDeviation);