PAA-style homework data set
DataForSEO People Also Ask example captured 2026-06-08
Data set: 4, 7, 7, 3, 5, 2, 6, 7, 9. Sort it to get 2, 3, 4, 5, 6, 7, 7, 7, 9. With the default exclude-center method, the median is 6, the lower half is 2, 3, 4, 5, and the upper half is 7, 7, 7, 9. Q1 is (3 + 4) / 2 = 3.5; Q3 is (7 + 7) / 2 = 7; IQR is 7 - 3.5 = 3.5.