MAD {rwavelet} | R Documentation |
Median Absolute Deviation
Description
Compute the median absolute deviation.
Usage
MAD(x)
Arguments
x |
1-d signal. |
Examples
x <- c(1, 1, 2, 2, 4, 6, 9)
MAD(x)
[Package rwavelet version 0.4.1 Index]
MAD {rwavelet} | R Documentation |
Compute the median absolute deviation.
MAD(x)
x |
1-d signal. |
x <- c(1, 1, 2, 2, 4, 6, 9)
MAD(x)