Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistics > Descriptive Statistics >
Mathematica > Mathematics and Algorithms > Statistics > Descriptive Statistics >

MedianDeviation

MedianDeviation[list]
gives the median absolute deviation from the median of the elements in list.
  • For the list {x1, x2, ..., xn}, the median deviation is given by the median of the list , where is the median of the list.
  • MedianDeviation[{{x1, y1, ...}, {x2, y2, ...}, ...}] gives {MedianDeviation[{x1, x2, ...}], MedianDeviation[{y1, y2, ...}], ...}.
Compute results for any real numeric values:
Compute results at machine precision:
Obtain results at any precision:
Compute results for a large vector or matrix:
Obtain a robust estimate of dispersion when extreme values are present:
Measures based on the Mean are heavily influenced by extreme values:
MedianDeviation is the Median of absolute deviations from the Median:
For large uniform datasets, MedianDeviation and MeanDeviation are nearly the same:
MedianDeviation requires real numeric values:
Ratio of MedianDeviation to MeanDeviation for increasing sample size:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team