The Median is a measure of central tendency that represents the Middle Value in a data set when arranged in ascending or descending order. Unlike the mean, the median is not affected by extreme values, making it particularly useful for skewed data distributions. In UGC NET Commerce, understanding the median is important for interpreting datasets where central tendency may not align with the arithmetic mean.

What is Median?
The median is the value that divides an ordered dataset into two equal halves. Half of the values lie below the median and half lie above it.
Median in Different Data Types
a. Individual Series
When raw data is given without frequency.
Steps:
-
Arrange the data in ascending order.
-
Use the following formulas:
-
If n is odd:
-
If n is even:
Example (Odd n):
Example (Even n):
b. Discrete Series
Data values are associated with frequencies.
Steps:
-
Arrange the data in ascending order (if not already).
-
Find cumulative frequencies (CF).
-
Locate the item.
-
Identify the corresponding value of as the median.
Example:
x | f | CF |
---|---|---|
10 | 2 | 2 |
20 | 3 | 5 |
30 | 5 | 10 |
Median lies in class where CF ≥ 5.5 ⇒ x = 30
c. Continuous Series (Grouped Data)
For grouped or class-interval data.
Formula:
Where:
-
= lower boundary of median class
-
= total frequency
-
= cumulative frequency before median class
-
= frequency of median class
-
= class width
Steps:
-
Calculate total frequency .
-
Identify .
-
Find the median class (where CF just crosses ).
-
Apply the formula.
Example:
Class Interval | Frequency (f) | CF |
---|---|---|
0–10 | 5 | 5 |
10–20 | 8 | 13 |
20–30 | 12 | 25 |
30–40 | 10 | 35 |
Values:
-
, ,
Merits of Median
-
Not affected by extreme values or outliers.
-
Can be used for ordinal and skewed data.
-
Simple to understand and calculate.
-
Median is always present in the dataset range.
Demerits of Median
-
Does not use all observations (especially in grouped data).
-
Cannot be easily used for further algebraic treatments.
-
Less stable than mean in large samples.
-
Grouped data requires interpolation.
When to Use Median
-
When data contains extreme values or outliers.
-
For skewed distributions (e.g., income, property prices).
-
In ordinal-scale data (e.g., rankings, satisfaction levels).
Conclusion
The Median is a vital statistical tool that offers a realistic measure of central tendency, particularly in non-symmetrical or qualitative data sets. While it may not utilize every data point like the mean, its robustness to outliers makes it an essential concept in business statistics and practical data interpretation.