Quartile
The three values that divide a sorted dataset into four equal parts: first quartile (Q1, 25th percentile), second quartile (Q2, median, 50th), and third quartile (Q3, 75th). The interquartile range (IQR = Q3 − Q1) measures the spread of the middle half and is used to identify outliers.