6.2 Measures of Central Tendency & Data Spread
Key Takeaways
- The mean is the arithmetic average of a dataset (Sum divided by n); it is highly sensitive to extreme outliers such as unusual patient lengths of stay.
- The median is the exact middle value of an ordered dataset; it provides a robust measure of central tendency for skewed clinical data.
- The mode represents the most frequently occurring data value; a dataset can be unimodal, bimodal, multimodal, or have no mode.
- Data spread (dispersion) is measured by range (Max - Min), standard deviation, and interquartile range (IQR), describing how data points cluster around the center.
- In a right-skewed distribution, Mean > Median > Mode, while in a left-skewed distribution, Mean < Median < Mode; symmetric normal distributions have Mean = Median = Mode.
6.2 Measures of Central Tendency & Data Spread
Statistical summary measures allow healthcare professionals to condense large sets of clinical observations—such as serial blood pressure readings, serum electrolyte levels, or nursing shift response times—into concise, meaningful metrics. On the ATI TEAS 7 Mathematics exam, you must demonstrate mastery in computing and evaluating measures of central tendency (mean, median, mode) and measures of data spread (range, variability, and skewness).
Understanding how these summary statistics behave under different data distributions (such as symmetric versus skewed distributions) is critical both for scoring high on the TEAS 7 and for evaluating evidence-based nursing research.
Measures of Central Tendency
Central tendency describes the central or typical value around which a numerical dataset clusters. The three primary measures are the mean, median, and mode.
1. The Mean (Arithmetic Average)
The mean (\bar{x}) is calculated by summing all data values in a set and dividing the sum by the total number of observations (n).
Key Clinical Characteristics of the Mean:
- Includes Every Data Point: Every observation directly influences the calculation.
- Sensitive to Outliers: Extreme values (e.g., one patient remaining in the ICU for 90 days while others stay 3 days) heavily pull the mean toward the outlier.
Worked Example 1: Calculating Mean Blood Glucose
A diabetic patient's blood glucose levels (mg/dL) measured six times throughout a 24-hour monitoring period are: 142, 185, 210, 138, 295, and 150 mg/dL.
Question: What is the patient's mean blood glucose level?
- Step 1: Sum All Observations.
- Step 2: Count Total Observations (n).
- Step 3: Divide Sum by n on Calculator.
2. The Median (Middle Value)
The median is the exact middle score in a dataset when the values are arranged in ascending order (from smallest to largest).
Rules for Determining the Median:
- Always Sort Data First: Arrange values in ascending order.
- Odd Sample Size (n is odd): The median is the single value located at position (n+1)/2.
- Even Sample Size (n is even): The median is the arithmetic average of the two middle values located at positions n/2 and (n/2)+1.
Key Clinical Characteristics of the Median:
- Outlier Resistant (Robust): Extreme outliers do not distort the median. For this reason, healthcare statistics often report median hospital stay durations or median recovery times rather than means.
Worked Example 2: Determining Median Triage Pulse Rates
An emergency department triage log records pulse rates (bpm) for 8 patients:
Question: What is the median pulse rate of this patient sample?
- Step 1: Sort Values in Ascending Order.
- Step 2: Identify Sample Size (n).
- Step 3: Locate the Two Middle Values. The 4th value is 78 and the 5th value is 82.
- Step 4: Calculate Average of Middle Values.
3. The Mode (Most Frequent Value)
The mode is the data value that appears with the highest frequency in a dataset.
Types of Modal Distributions:
- Unimodal: Exactly one mode exists (e.g., 12, 14, 14, 15 -> Mode = 14).
- Bimodal: Two values tie for highest frequency.
- Multimodal: Three or more values tie for highest frequency.
- No Mode: All values occur with equal frequency (e.g., 10, 12, 14, 16).
Summary Comparison of Central Tendency Measures
| Measure | Calculation Method | Sensitivity to Outliers | Best Used For |
|---|---|---|---|
| Mean | Sum divided by n | High (Distorted by extreme values) | Symmetric, normally distributed continuous data |
| Median | Middle value of ordered set | Low (Robust against outliers) | Skewed numerical data (e.g., recovery times, medical costs) |
| Mode | Most frequent value | None | Categorical or nominal data (e.g., blood types, infection types) |
Measures of Data Spread & Dispersion
While central tendency pinpoints the center of data, data spread (dispersion) describes how widely data values are scattered around the center.
1. Range
The range is the simplest measure of spread, calculated as the difference between the maximum and minimum values in a dataset.
Example: For pulse rates 62, 70, 74, 78, 82, 84, 88, 96,
2. Standard Deviation & Interquartile Range (IQR) Concepts
- Standard Deviation (SD): Quantifies how much data values deviate from the mean. A low SD indicates data points cluster tightly near the mean; a high SD indicates wide variability.
- Interquartile Range (IQR): Measures the spread of the middle 50% of ordered data (IQR = Q3 - Q1). On the TEAS 7, you are evaluated on conceptual understanding of SD and IQR rather than manual square-root computations.
Impact of Skewed Distributions on Central Tendency
The shape of a frequency distribution determines the mathematical relationship between mean, median, and mode:
-
Symmetric (Normal) Distribution:
- The curve is bell-shaped and mirror-symmetric.
- Mean = Median = Mode
-
Right-Skewed (Positively Skewed) Distribution:
- The tail extends to the right (higher values). Extreme high outliers pull the mean upward.
- Mode < Median < Mean
- Clinical Example: Length of hospital stay (most patients discharge in 3 days, a few remain 60 days).
-
Left-Skewed (Negatively Skewed) Distribution:
- The tail extends to the left (lower values). Extreme low outliers pull the mean downward.
- Mean < Median < Mode
- Clinical Example: Age at death in geriatric hospice care.
RIGHT-SKEWED (Positive Skew) LEFT-SKEWED (Negative Skew)
Tail extends to RIGHT Tail extends to LEFT
/\ /\
/ \ / \
/ \___ ___/ \
+-----------+--> +-----------+-->
Mode Med Mean Mean Med Mode
4-Function Calculator Strategies & Common Student Traps
[!WARNING] Critical TEAS Trap — Forgetting to Sort for Median: Never attempt to pick the median directly from an unsorted list. On TEAS questions, test creators intentionally place an unsorted middle number as a distractor choice.
Common Pitfalls to Avoid:
- Omitting Zeros from Mean Calculations: If a patient's pain scores over 4 hours are 4, 0, 2, 0, n = 4. Do not divide by 2! Mean = (4+0+2+0)/4 = 6/4 = 1.5.
- Confusing Even Sample Sizes for Median: For even n, remember to add the two middle values and divide by 2.
A clinical trial tracks patient emergency wait times (in minutes) for 7 patients: 14, 18, 22, 25, 28, 31, and 116. What are the mean and median wait times, and how does the outlier affect these values?
An urgent care triage log records resting heart rates (bpm) for 8 patients: 62, 88, 74, 96, 70, 82, 78, and 84 bpm. What is the median resting heart rate?
A hospital administrator analyzes length-of-stay data for post-operative patients and finds: Mean = 8.4 days, Median = 5.0 days, and Mode = 4.0 days. Which statement accurately describes this distribution?