Calculate the mean average of your values first. Take the sum of all the values in your data set, then divide that by the total number of values. Example: for the values 2, 4 and 9, the sum is 15, which, divided by 3, gives a mean average of 5.
To better organize your data, create a table with your values in the column labeled "values" and include your calculated mean average. The next column may be labeled "deviation from the mean."
Calculate the deviation from the mean. The deviation must be calculated separately for each value in the data set. Take the difference between the mean average and each individual value, then take the absolute value of that number. Example: from the above data set, the deviation of the first value comes from subtracting 5 minus 2, resulting in a difference of 3. Since this is a positive number, the absolute value does not result in a sign change. Record each in deviation in your table.
Take the mean average of all the deviations you calculated in the previous step. Take the sum of all the deviations (they should all be positive numbers because of the absolute value operation), then divide by the number of deviations you have added together. This result is the average deviation from the mean.