Expedition Briefing
Welcome, Field Researcher
You've just joined the TopEduPrep Expedition Society, a team of field researchers who travel into the "Data Frontier" to study whatever numbers they find — quiz scores, streaming habits, heights, you name it. This journal is your field manual for Unit 1: Exploring One-Variable Data.
- Field Notes — the core idea, explained in plain language first.
- Specimen examples — small, real datasets you'll see again and again so the numbers feel familiar.
- Explorer's Solution — a short, clean walkthrough of how to get the answer, no jargon.
- Field Tips — the mistakes past explorers made, so you don't have to repeat them.
| Log | Chapter |
|---|---|
| 01 | Categorical vs. Quantitative Data |
| 02 | Shape, Center, Spread & Outliers |
| 03 | Charting the Terrain (dotplot, histogram, boxplot, stem-leaf) |
| 04 | Measures of Center (mean, median) |
| 05 | Measures of Spread (range, IQR, variance, SD) |
| 06 | Standardizing & the Normal Curve |
| 07 | The 1.5×IQR Outlier Rule |
| 08 | Field Summary & Formula Sheet |
Log Entry 01
Categorical vs. Quantitative
Categorical (qualitative) data places an individual into a group or category. You can count how many are in each group, but the values themselves aren't numbers you can do math with.
Quantitative data takes numerical values that measure or count something, and it makes sense to do arithmetic with them (add them, average them, and so on).
| Signal | Categorical | Quantitative |
|---|---|---|
| What it records | A group or label | A count or measurement |
| Typical graphs | Bar chart, pie chart | Dotplot, histogram, boxplot |
| Summaries used | Counts, proportions | Mean, median, standard deviation |
Log Entry 02
Shape, Center, Spread & Outliers
Whenever you look at quantitative data, describe it using four things — explorers remember this as S.O.C.S.:
- Shape — symmetric, skewed left, skewed right, unimodal, bimodal, uniform.
- Outliers — any unusually small or large values, far from the rest.
- Center — a typical, middle value (mean or median).
- Spread — how stretched out the values are (range, IQR, or standard deviation).
Log Entry 03
Charting the Terrain
62, 68, 71, 74, 75, 78, 79, 80, 82, 83, 85, 86, 88, 90, 93, 95
Every individual value gets its own dot above a number line. Great for small datasets — you can see every specimen at once.
Values are grouped into equal-width bins, and bars show how many specimens fall in each bin. Best for larger datasets where individual dots would be too crowded.
Built from five numbers: minimum, Q1, median, Q3, maximum. The box holds the middle 50% of the data; whiskers reach to the min/max.
The "stem" is every digit except the last; the "leaf" is the last digit. It keeps every original value visible while showing shape, like a sideways histogram.
7 | 1 4 5 8 9
8 | 0 2 3 5 6 8
9 | 0 3 5
Key: 6 | 2 means a score of 62.
Log Entry 04
Measures of Center
4, 5, 6, 6, 7, 7, 7, 8, 8, 9, 9, 10 (already sorted)
The mean (x) is the arithmetic average: add every value, divide by how many there are.
The median is the middle value once the data is sorted. With an even count, it's the average of the two middle values.
Sorted: 4, 5, 6, 6, 7, 7, 7, 8, 8, 9, 9, 10 → the 6th and 7th values are both 7.
Log Entry 05
Measures of Spread
The simplest spread measure: maximum minus minimum.
Q1 is the median of the lower half of the data; Q3 is the median of the upper half. The interquartile range (IQR = Q3 − Q1) is the width of the middle 50% of the data.
Upper half: 7, 8, 8, 9, 9, 10 → Q3 = (8+9)/2 = 8.5
These measure the typical distance of each value from the mean. Standard deviation (s) is in the original units, which makes it the go-to number for "typical distance from average."
s = √3.06 ≈ 1.75
| Center used | Pair it with |
|---|---|
| Median | IQR (resistant to outliers) |
| Mean | Standard deviation (sensitive to outliers) |
Log Entry 06
Standardizing & the Normal Curve
A z-score tells you how many standard deviations a value sits above (positive) or below (negative) the mean.
This student is 2 standard deviations above the mean height.
Many natural measurements (like height) follow a symmetric, bell-shaped Normal distribution. For any Normal distribution, the same three percentages always apply:
95% fall within 2σ (153–177 cm)
99.7% fall within 3σ (147–183 cm)
Log Entry 07
The 1.5×IQR Outlier Rule
2, 3, 3, 4, 4, 5, 5, 6, 7, 22
Build a "fence" on each side of the box using the IQR. Anything outside the fences is flagged as an outlier.
IQR = 6 − 3 = 3
Upper fence = 6 + 1.5(3) = 6 + 4.5 = 10.5
Every value sits between −1.5 and 10.5 except 22, which is far above the upper fence.
22 is an outlier.
| Measure | With the outlier (22) | Without it |
|---|---|---|
| Mean | 6.10 | 4.33 |
| Median | 4.50 | 4.00 |
| Std. dev (s) | 5.78 | 1.58 |
Log Entry 08 — Final Entry
Explorer's Field Summary
Categorical = labels/groups. Quantitative = numbers you can meaningfully average.
Shape (symmetric / skewed left / skewed right / uni- or bimodal), Outliers, Center, Spread.
Dotplot & stem-leaf (show every value, best for small n) · Histogram (bins, best for large n) · Boxplot (5-number summary, best for spotting outliers / comparing groups).
IQR = Q3 − Q1
s² = Σ(x − x)² / (n − 1) s = √(s²)
68% within 1σ · 95% within 2σ · 99.7% within 3σ of the mean (Normal distributions only).
Any value beyond either fence is an outlier.
| If the shape is... | Report |
|---|---|
| Roughly symmetric, no outliers | Mean & standard deviation |
| Skewed, or outliers present | Median & IQR |