Measures of Central Tendency & Spread
Mean: | Median: middle value when data is sorted (for even n, average the two middle values) | Mode: the value that occurs most frequently
Theorem 1📌 Learn for exam
Quartiles and IQR
Sort the data. Then:
- = lower quartile — median of the lower half (25th percentile)
- = median — middle value (50th percentile)
- = upper quartile — median of the upper half (75th percentile)
A value is an outlier if:
Theorem 2📌 Learn for exam
Variance and Standard Deviation
The standard deviation measures how spread out the data is around the mean. A larger means the data is more spread out; a smaller means data clusters tightly around the mean.
Tip
Standard deviation is always ≥ 0. If all values in the data set are equal, then σ = 0.
Worked Example
Quartiles, IQR, and outlier test
Data: 8, 12, 15, 15, 18, 22, 25. Find Q₁, Q₃, IQR, and determine whether 25 is an outlier.
Worked Example
Standard deviation
Find σ for the data set: 4, 8, 6, 5, 7.