Returns a number representing the median absolute deviation of the nimble object.
Examples
>>> lst = [[1, 2, 0], [0, 0, 5]] >>> X = nimble.data(lst) >>> X.medianAbsoluteDeviation() 0.5