Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
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
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team