Hello,
I'm trying to use Median Absolute Deviation as a way of determining outliers using this article as a guide.
http://eurekastatistics.com/using-the-median-absolute-deviation-to-find-outliers
However I'm running into the MAD = 0 problem. Am I not able to use MAD to identify outliers over 50% of my dataset is equal to the median? I wasn't able to interpret the R code the author wrote when he addressed this topic in his article. I'm attempting to do this calculation in sql.
I'm trying to use Median Absolute Deviation as a way of determining outliers using this article as a guide.
http://eurekastatistics.com/using-the-median-absolute-deviation-to-find-outliers
However I'm running into the MAD = 0 problem. Am I not able to use MAD to identify outliers over 50% of my dataset is equal to the median? I wasn't able to interpret the R code the author wrote when he addressed this topic in his article. I'm attempting to do this calculation in sql.