8.3 Data Displays: Histograms, Box Plots, & Scatter Plots
Key Takeaways
- Dot plots and frequency tables organize raw counts into discrete bins, displaying clusters, gaps, peaks, and overall distribution shapes.
- Histograms represent continuous quantitative data grouped into equal bin intervals where adjacent bars touch, with bar heights proportional to absolute or relative frequency.
- Box plots graphically display the Five-Number Summary, where the central box spans the middle 50% (IQR) and each of the four segments contains exactly 25% of the data regardless of width.
- Scatter plots visualize bivariate numerical relationships (x, y) across direction (positive, negative, none), form (linear vs non-linear), and strength (strong vs weak).
- The line of best fit (\hat{y} = mx + b) models linear trends: slope m represents the rate of change in y per 1-unit increase in x, enabling reliable interpolation within data bounds while warning against risky extrapolation.
The Power of Visual Data Displays
Statistical data displays transform raw numbers into intuitive geometric representations. On the ACCUPLACER Quantitative Reasoning, Algebra, and Statistics (QAS) test, graphical reasoning questions require you to interpret frequency distributions, extract summary statistics from visual plots, compare distributions across multiple cohorts, and analyze bivariate relationships using trend lines.
Dot Plots & Frequency Tables
A dot plot displays individual observations along a single continuous number line, where each dot represents one occurrence of a data value. A frequency table aggregates observations into discrete categories or numerical intervals.
Dot Plot Display:
●
● ●
● ● ● ●
● ● ● ● ● ●
--|---|---|---|---|---|---
1 2 3 4 5 6
Analytical Features of Dot Plots & Frequency Tables
- Peaks / Modes: Value columns with the tallest stacks of dots indicate the mode(s).
- Clusters: Groupings where data points gather densely together.
- Gaps: Empty intervals along the axis with zero observations, often separating clusters from isolated outliers.
- Relative Frequency: The proportion or percentage of the total sample () represented by a given count ():
- Cumulative Frequency: The running sum of frequencies up to and including the current class interval.
Histograms: Grouped Continuous Data
A histogram is a column-based graphical display of continuous quantitative data grouped into non-overlapping, contiguous intervals called classes or bins.
Histograms vs. Bar Graphs: The Fundamental Distinction
| Analytical Feature | Histogram | Bar Graph |
|---|---|---|
| Data Type | Quantitative continuous or grouped numerical data | Qualitative categorical or discrete nominal data |
| Bar Spacing | Bars touch (no gaps between adjacent numerical bins) | Gaps exist between distinct categories |
| Horizontal Axis | Continuous numerical scale (bin intervals: e.g., ) | Discrete category labels (e.g., Car Brands, Colors) |
| Area & Height | Height and bar area are proportional to frequency | Bar height represents category frequency or value |
Histogram (Touching Numerical Bins): Bar Graph (Separated Categories):
| [10-20][20-30][30-40] | [ Sedan ] [ SUV ] [ Truck ]
Interpreting Distribution Shapes from Histograms
- Symmetric / Bell-Shaped (Unimodal): Single central peak with tails tapering evenly on both sides (Mean Median Mode).
- Uniform / Rectangular: All bins have approximately equal frequencies across the entire domain.
- Right-Skewed (Positively Skewed): Peak is located on the left at lower values; a long tail extends toward higher positive values on the right (Mean Median).
- Left-Skewed (Negatively Skewed): Peak is located on the right at higher values; a long tail extends toward lower values on the left (Mean Median).
- Bimodal: Two distinct, prominent peaks separated by a trough, indicating two distinct sub-populations.
Box-and-Whisker Plots (Box Plots)
A box plot graphically renders the Five-Number Summary along a single numerical axis.
Anatomy of a Box Plot:
|------------------- [ IQR ] -------------------|
Minimum Q1 Median Q3 Maximum
|------------------|=========|===========|------------|
| Bottom 25% | Lower | Upper | Top 25% |
| | 25% | 25% | |
| |---- Middle 50% -----| |
Key Structural Principles of Box Plots
- The Central Box: Extends from the first quartile () to the third quartile (). The total width of the box is the Interquartile Range (), encompassing the middle of the dataset.
- The Median Line: Drawn vertically through the interior of the box at . If the median line sits to the left of center within the box, the distribution is right-skewed; if to the right, it is left-skewed.
- The Whiskers: Lines extending from down to the minimum non-outlier and from up to the maximum non-outlier.
- The Quarter-Rule (25% Rule): Each of the four visual sections—lower whisker, lower box segment, upper box segment, and upper whisker—contains exactly of all observations, regardless of physical width. A wider whisker or box segment does not contain more data points; it signifies that that of the data is more widely spread.
Comparing Parallel Box Plots
When analyzing parallel box plots representing two or more groups on the same scale:
- Compare Center: Contrast the positions of the median lines.
- Compare Middle Dispersion: Contrast the box lengths (IQRs).
- Compare Overall Dispersion: Contrast the total whisker-to-whisker spans (Ranges).
- Compare Skewness: Contrast whisker lengths and median positioning.
Scatter Plots & Bivariate Data Analysis
A scatter plot displays paired bivariate quantitative measurements on a Cartesian coordinate plane to investigate mathematical and statistical associations between two numerical variables.
- Independent (Explanatory) Variable (): Plotted along the horizontal axis.
- Dependent (Response) Variable (): Plotted along the vertical axis.
The Three Dimensions of Bivariate Association
| Dimension | Category | Visual and Mathematical Description |
|---|---|---|
| 1. Direction | Positive Correlation | As increases, tends to increase () |
| Negative Correlation | As increases, tends to decrease () | |
| Zero / No Correlation | Points are randomly scattered with no systematic upward or downward trend () | |
| 2. Form | Linear | Data points cluster along a straight line path |
| Non-Linear / Curvilinear | Data points follow a curved pattern (e.g., quadratic, exponential) | |
| 3. Strength | Strong | Data points cluster tightly around the underlying trend line |
| Moderate / Weak | Data points are widely scattered with substantial dispersion around the trend line |
Positive Linear (/) Negative Linear (\) No Correlation (:::)
y y y
| * | * | * * *
| * * | * * | * * * *
| * * | * * | * * *
| * | * | * * * *
+-----------> x +-----------> x +-----------> x
The Line of Best Fit (Trend Line) & Linear Regression
A line of best fit (or trend line) is a straight line drawn through a scatter plot that minimizes the overall distances between data points and the line:
- (Predicted Value): The estimated value of the response variable for a chosen input .
- Slope (): The predicted rate of change—the amount increases or decreases for every -unit increase in .
- -Intercept (): The baseline value of when (meaningful only when is physically realistic within the study context).
Computing Slope from a Scatter Plot
- Select two points directly on the drawn line of best fit: and . (Do not use arbitrary isolated raw data points that do not fall on the line.)
- Calculate the slope using the standard formula: .
Understanding Residuals
A residual is the vertical distance between an actual observed data point () and the predicted value () from the line of best fit:
- A positive residual () indicates the observed point lies above the trend line (model underestimated).
- A negative residual () indicates the observed point lies below the trend line (model overestimated).
Interpolation vs. Extrapolation
- Interpolation: Estimating a response value for an input that falls within the domain of observed data values (). Predictions made via interpolation are generally reliable when correlation is strong.
- Extrapolation: Estimating a response value for an input that falls outside the domain of observed data values ( or ). Extrapolations are hazardous and often completely invalid because relationships rarely remain strictly linear across extreme ranges.
Crucial Conceptual Principle: Correlation Does Not Imply Causation
One of the most heavily emphasized concepts on standardized statistical exams is that statistical correlation does not establish a causal relationship.
Confounding (Lurking) Variables
Two variables may exhibit a strong positive correlation because both are simultaneously influenced by a third, unmeasured confounding variable.
- Classic Example: Monthly sales of ice cream and monthly rates of drowning incidents share a strong positive correlation. Eating ice cream does not cause drowning. The confounding variable is ambient outdoor temperature (summer heat drives both swimming activity and ice cream consumption).
Establishing Causation
Causation can only be proven through controlled, randomized experiments where an explanatory variable is actively manipulated while holding all other extraneous factors constant.
Step-by-Step Multi-Step Worked Examples
Worked Example 1: Analyzing Commute Times from a Frequency Histogram
A municipal transit authority surveys commuters and records daily travel times (in minutes) in a frequency table and histogram:
| Commute Time Interval (min) | Frequency () | Relative Frequency | Cumulative Frequency |
|---|---|---|---|
| Total | — |
Question 1: What percentage of surveyed commuters travel for at least minutes?
- Qualifying bins (): , , and .
- Total qualifying count .
- Percentage .
Question 2: In which class interval does the median commute time fall?
- For , the median position is between ranks and .
- The cumulative frequency reaches at the end of the second bin and at the end of the third bin.
- Therefore, ranks and both fall within the minute interval.
Worked Example 2: Comparative Analysis of Parallel Factory Shift Box Plots
A quality control manager compares daily output across production days for Shift 1 and Shift 2:
- Shift 1 Five-Number Summary:
- Shift 2 Five-Number Summary:
Comparative Analysis:
- Center: Shift 2 has a higher median daily output () than Shift 1 ().
- Middle Spread: Shift 1 has an , whereas Shift 2 has an . Shift 2 is slightly more consistent across its central .
- Overall Span: Shift 1 has a total range of , while Shift 2 has a range of .
- Quartile Comparisons: Exactly of Shift 2's days produced or more, whereas Shift 1 only achieved or more on of its days.
Worked Example 3: Bivariate Scatter Plot Regression and Fuel Economy Prediction
An automotive engineer analyzes vehicle weight (, in thousands of pounds) and highway fuel economy (, in miles per gallon) across vehicle models. The calculated line of best fit is:
- Interpret the Slope (): For every additional of vehicle weight (), the predicted highway fuel economy decreases by .
- Interpret the -Intercept (): A theoretical vehicle weighing would have a predicted fuel economy of . (Note: While algebraically present, a vehicle is physically impossible, so this intercept serves only as a mathematical anchor.)
- Interpolate Fuel Economy for a Vehicle ():
- Evaluate Residual for an Actual Vehicle: If an actual test vehicle weighing achieved : The vehicle performed better than predicted by the regression line.
Common Pitfalls & ACCUPLACER Exam Traps
- Equating Box Segment Width to Sample Size: A wider whisker or box quartile segment does NOT contain more observations; each segment represents exactly of the total count. Wider segments merely indicate higher dispersion in that quartile.
- Calculating Slope from Raw Scattered Points: Always compute the slope of a trend line using points directly on the drawn line, not raw scatter points that happen to lie nearby.
- Extrapolating Beyond Realistic Physical Limits: Using a linear model to predict fuel economy for an semi-truck using passenger car regression would predict negative fuel economy, demonstrating the danger of extrapolation.
- Concluding Causality from Correlation: Never select an answer choice claiming that an observational scatter plot proves one variable causes another.
A survey records the commute times of 80 employees: 12 commute under 15 minutes, 24 commute 15 to under 30 minutes, 28 commute 30 to under 45 minutes, 12 commute 45 to under 60 minutes, and 4 commute 60 to under 75 minutes. What percentage of the surveyed employees commute for at least 30 minutes?
A box plot represents the mathematics final examination scores of 160 students. The Five-Number Summary shown on the plot is (Minimum = 44, Q1 = 66, Median = 78, Q3 = 88, Maximum = 98). Exactly how many students scored between 66 and 88 points on the exam?
A scatter plot and line of best fit model the relationship between weekly study time (x, in hours) and final course score (y, on a 100-point scale) as ŷ = 3.2x + 54.0. Which of the following is the correct interpretation of the slope 3.2 in this linear model?