Mathematica > Data Manipulation > Statistics > Descriptive Statistics >
Mathematica > Mathematics and Algorithms > Statistics > Descriptive Statistics >

Median

Updated In 7 Graphic
Median[list]
gives the median of the elements in list.
Median[dist]
gives the median of the symbolic distribution dist.
  • Median[list] gives the center element in the sorted version of list, or the average of the two center elements if list is of even length.
  • Median[{{x1, y1, ...}, {x2, y2, ...}, ...}] gives {Median[{x1, x2, ...}], Median[{y1, y2, ...}]}.
New in 5 | Last modified in 7
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team