The standardized Median Absolute Deviation along given axis of an array.
a : array-like
Input array.
c : float, optional
The normalization constant. Defined as scipy.stats.norm.ppf(3/4.), which is approximately .6745.
axis : int, optional
The defaul is 0.
mad : float
mad = median(abs(a-median(a))/c
scikits.statsmodels.robust.scale.hubers_scale
Regression with Discrete Dependent Variable
Enter search terms or a module, class or function name.