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

Median

Median[list]
gives the median of the elements in list.
  • 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
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team