Instructions
Calculate both the mean and the median of absolute deviation about the median, or MAD, of your data set. To calculate the mean, add all of the results and divide that sum by the number of data points. To calculate the median of absolute deviation about the median, subtract the mean from each data point, take the absolute value and find the median -- middle -- value of those results.
Calculate the z-score for each data point by subtracting the population mean from the data point, and dividing that answer by the MAD. This is that data point's modified z-score.
Decide how you want to determine an outlier. The heuristic test states that a data point with a modified z-score of 3.5 or more should determine an outlier. Depending on your research, you may wish to eliminate the outlier altogether, or incorporate it into your results and explain it in your research.