Sort the data in ascending order. For example take the data set {4, 15, 3, 3, 5}. Sorted, the example data set is {2, 3, 3, 4, 5, 5, 15}. Find the median. Find the upper quartile, Q2; this is the data point at which 25 percent of the data are larger.
Comments