9.3 Measures of Central Tendency & Statistical Dispersion
Key Takeaways
- The three primary measures of central tendency are the Mean (arithmetic average: sum / n), Median (middle value in ordered data), and Mode (most frequent observation).
- The Range (Maximum - Minimum) measures total dispersion but is extremely sensitive to extreme outliers.
- Outliers heavily distort non-resistant statistics (Mean and Range) by pulling them toward extreme values, whereas resistant statistics (Median and Mode) remain stable.
- Weighted means assign proportional importance (weights) to individual categories, computed as the sum of weighted products divided by the sum of weights (sum(w * x) / sum(w)).
9.3 Measures of Central Tendency & Statistical Dispersion
Summarizing datasets into meaningful numerical statistics is a cornerstone of the TABE 13&14 Mathematics curriculum. A measure of central tendency identifies a single representative central value around which data clusters, while a measure of dispersion (spread) quantifies how widely observations vary. Understanding the mathematical properties, vulnerability to outliers, and applied calculations of these metrics is vital for success.
The Three Measures of Central Tendency
1. The Mean (Arithmetic Average)
The mean ($\bar{x}$) is computed by summing all values in the dataset and dividing by the total number of observations ($n$):
- Properties: Incorporates every single data value in the calculation. However, it is non-resistant to extreme values (heavily skewed by outliers).
The "Missing Value" Algorithm on TABE
A classic TABE problem format provides existing scores and asks what score must be earned on a future test to achieve a target average.
Worked Example: A nursing student earns exam scores of $82, 88, 79,$ and $85$ on four module tests. What score must the student earn on the 5th test to achieve an overall mean of $85$?
- Total sum required for 5 tests: $85 \times 5 = 425\text{ points}$.
- Sum of first 4 tests: $82 + 88 + 79 + 85 = 334\text{ points}$.
- Required 5th test score: $425 - 334 = \mathbf{91\text{ points}}$.
2. The Median (Middle Value)
The median is the physical center of a dataset when all observations are arranged in ascending numerical order.
-
Algorithm for Odd Sample Size ($n$ is odd): The median is the exact single middle value located at position $\frac{n + 1}{2}$.
- Example ($n = 7$): Ordered data: ${12, 15, 18, \mathbf{22}, 29, 31, 40}$. Position $\frac{7+1}{2} = 4\text{th}$ value $\implies \text{Median} = \mathbf{22}$.
-
Algorithm for Even Sample Size ($n$ is even): The median is the arithmetic average of the two middle values located at positions $\frac{n}{2}$ and $\frac{n}{2} + 1$.
- Example ($n = 8$): Ordered data: ${14, 18, 20, \mathbf{24, 28}, 33, 37, 45}$. Middle values are $24$ and $28$.
-
Properties: The median is resistant (robust) to outliers. Extreme high or low values do not alter the middle position.
3. The Mode (Most Frequent Value)
The mode is the value (or values) that appears with the highest frequency in the dataset.
- Unimodal: Exactly one value appears most often (e.g., in ${3, 5, 5, 8, 9}$, $\text{Mode} = 5$).
- Bimodal: Two values tie for the highest frequency (e.g., in ${2, 4, 4, 7, 9, 9}$, $\text{Modes} = 4\text{ and } 9$).
- Multimodal: Three or more values tie for highest frequency.
- No Mode: Every value appears with equal frequency (e.g., ${10, 15, 20, 25, 30}$ has no mode).
- Unique Advantage: The mode is the only measure of central tendency that can be used with categorical (qualitative) data (e.g., "the modal shirt size sold was Large").
Measure of Dispersion: The Range
The range quantifies the overall spread or variability across the entire dataset:
Worked Example: Consider daily temperatures ($^\circ\text{F}$): ${58, 62, 65, 71, 74, 88}$.
Like the mean, the range is extremely sensitive to outliers, as it depends entirely on the two extreme boundary points.
Outliers, Skewness, & Choosing the Best Measure of Center
An outlier is an atypical observation that lies abnormally far from the general cluster of data points. Outliers fundamentally alter the shape of distributions and dictate which statistical measure should be reported.
Distribution Shapes and Central Tendency Alignments:
1. Symmetric (Bell-Shaped): 2. Right-Skewed (Positive): 3. Left-Skewed (Negative):
▲ ▲ ▲
/ \ / \ / \
/ \ / \ / \
/ \ / \____ ____/ \
[Mean = Median = Mode] [Mode < Median < Mean] [Mean < Median < Mode]
| Distribution Shape | Mathematical Relationship | Visual Characteristic | Impact of Outliers |
|---|---|---|---|
| Symmetric | $\text{Mean} \approx \text{Median} \approx \text{Mode}$ | Balanced bell shape | No significant outliers |
| Skewed Right (Positive) | $\mathbf{\text{Mean} > \text{Median}} > \text{Mode}$ | Tail stretches right toward high values | High outlier pulls mean upward |
| Skewed Left (Negative) | $\mathbf{\text{Mean} < \text{Median}} < \text{Mode}$ | Tail stretches left toward low values | Low outlier pulls mean downward |
The Golden Rule for Selecting Measures of Center
- When data is symmetric and free of extreme outliers, choose the MEAN (it utilizes every numeric value).
- When data is skewed or contains extreme outliers (such as real estate home prices, corporate executive salaries, or household wealth), choose the MEDIAN (it resists extreme distortion and reflects the true typical experience).
Weighted Mean (Weighted Averages)
In many academic and professional settings, different data values do not carry equal importance. A weighted mean ($\bar{x}_w$) assigns a proportional weight ($w_i$) to each score ($x_i$):
Application 1: Academic Course Grade Calculation
A vocational syllabus weights categories as: Homework ($20%$), Lab Projects ($30%$), Midterm Exam ($20%$), and Final Exam ($30%$). A student earns: Homework = $90$, Labs = $84$, Midterm = $75$, Final = $88$.
Application 2: Grade Point Average (GPA)
In college GPA calculations, grade points ($A=4, B=3, C=2, D=1, F=0$) are weighted by course credit hours ($w$):
| Course | Credit Hours ($w$) | Letter Grade | Grade Points ($x$) | Weighted Quality Points ($w \cdot x$) |
|---|---|---|---|---|
| Technical Writing | $3$ | $A$ | $4.0$ | $3 \times 4.0 = 12.0$ |
| Applied Physics | $4$ | $B$ | $3.0$ | $4 \times 3.0 = 12.0$ |
| Microbiology | $4$ | $C$ | $2.0$ | $4 \times 2.0 = 8.0$ |
| Algebra | $3$ | $A$ | $4.0$ | $3 \times 4.0 = 12.0$ |
| Total | $\sum w = 14$ | - | - | $\sum (w \cdot x) = 44.0$ |
An HVAC technician trainee has earned scores of 76, 84, 82, 90, and 78 on the first five certification modules. What score must the trainee earn on the sixth module to graduate with an overall mean score of 83?
A small logistics firm employs eight freight drivers whose annual earnings are $42,000, $44,000, $45,000, $46,000, $48,000, $49,000, $52,000, and $380,000 (the managing owner). Which statistical measure should be published in a recruitment brochure to most accurately represent the typical driver's annual compensation, and why?
A college student completes 15 credits during the fall semester: Chemistry (4 credits, grade A = 4.0), Statistics (3 credits, grade B = 3.0), English Composition (3 credits, grade A = 4.0), History (3 credits, grade C = 2.0), and Physical Education (2 credits, grade A = 4.0). What is the student's Grade Point Average (GPA) for the semester?