Mean, median and mode of {2, 4, 4, 6, 8}
Compute the central-tendency statistics of a small data set with a repeated value.
Solution
- Count & sum n = 5, Σx = 24
- Mean x̄ = Σx / n = 24 / 5 = 4.8
- Median middle value of the sorted data = 4
- Mode 4
- Range max − min = 8 − 2 = 6
- Population variance σ² = Σ(x − x̄)² / n = 4.16
- Population std dev σ = √σ² = 2.03961
- Sample variance s² = Σ(x − x̄)² / (n − 1) = 5.2
- Sample std dev s = √s² = 2.28035
Try a similar problem yourself
Use the Descriptive Statistics to solve a similar problem with your own values.
Open the solver