Enter a set of numbers separated by commas to find the Mean Absolute Deviation (MAD).
The Mean Absolute Deviation (MAD) is a measure of variability in a dataset that calculates the average distance between each data point and the mean. It provides insight into the spread of the data.
The formula for calculating the Mean Absolute Deviation is:
\[ MAD = \frac{\sum_{i=1}^{n} |x_i - \bar{x}|}{n} \]
Where:
Let's calculate the Mean Absolute Deviation for the dataset: 4, 6, 8, 6, 5, 3, 8
Therefore, the Mean Absolute Deviation is 1.47.
This diagram illustrates the Mean Absolute Deviation for the example dataset. The green line represents the mean, blue dots are data points, and red dashed lines show the deviations from the mean.