MAD: Median Absolute Deviation

View source: R/MAD.R

MADR 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)

fabnavarro/rwavelet documentation built on Aug. 22, 2024, 3:38 a.m.