powered by
Compute the median absolute deviation.
MAD(x)
1-d signal.
x <- c(1, 1, 2, 2, 4, 6, 9) MAD(x)
Run the code above in your browser using DataLab