Mathematica > 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, ...}], ...}.
New in 6
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team