Median absolute deviation (MAD) of Errors
Median Absolute deviation is one of the other techniques specifically used for analyzing the performance of regression models. Computing MAD of errors For a univariate data set X1, X2, …, Xn, the MAD is defined as the median of the absolute deviations from the data’s median, X_median = median(X) Median Read more…