A Box Plot (or box-and-whisker plot) is a standardized way of displaying the distribution of data based on a five-number summary: minimum, first quartile (), median (), third quartile (), and maximum.
The Interquartile Range (IQR) is the distance between the first and third quartiles (), representing the middle 50% of the data and serving as a robust measure of spread.
Cumulative Frequency is the running total of frequencies as you move through the data classes, representing the total number of observations that fall below a specific upper boundary.
A Cumulative Frequency Graph plots these running totals against the upper boundaries of class intervals to create a curve (often called an ogive) that helps estimate statistical positions.
Data Partitioning: Quartiles divide a ranked dataset into four equal parts. marks the 25th percentile, the median marks the 50th, and marks the 75th percentile.
Outlier Detection: Outliers are data points that fall significantly outside the main body of data. A common mathematical rule defines outliers as values less than or greater than .
Cumulative Summation: In grouped data, we assume data is distributed evenly within classes. The cumulative frequency at the upper boundary of a class represents the total count of all previous classes plus the current one.
The Upper Boundary Rule: In exams, the most common mistake is plotting cumulative frequency at the midpoint of a class. Always plot at the upper boundary because the cumulative total represents all data up to that maximum value.
Reading the Scale: Always check the total frequency () on the y-axis. To find the median, go to on the y-axis, move horizontally to the curve, and then vertically down to the x-axis for the value.
Interpreting Skewness: If the median line is closer to , the data is positively skewed. If it is closer to , it is negatively skewed. If it is centered, the distribution is roughly symmetrical.
Frequency Calculations: To find the number of items between two values and , find the cumulative frequencies for both and subtract them: .