What is a median?

The median is the value so that roughly half of the data are smaller and roughly half of the data are larger. There are two formulas for the computation of the median, depending on whether the size of your sample is even or odd. In both cases, sort the data. If n (the number of observations in your sample) is odd, select (n+1)/2 observation. If n is even, select halfway between the n/2 and n/2+1 observation.

Creative Commons License This work is licensed under a Creative Commons Attribution 3.0 United States License. It was written by Steve Simon on 2002-10-11, edited by Steve Simon, and was last modified on 2010-04-01. This page needs minor revisions. Category: Definitions, Category: Descriptive statistics.