Calculates the mean absolute deviation of an array.
The array
const result = Chalkboard.stat.mad([1, 1, 2, 2, 4]); // Returns the mean absolute deviation Copy
const result = Chalkboard.stat.mad([1, 1, 2, 2, 4]); // Returns the mean absolute deviation
Calculates the mean absolute deviation of an array.