Subject:  Statistics

Standard deviation of {1, 2, 3, 4, 5}

Find the population and sample standard deviations of a uniform data set.

Answer mean = 3, median = 3, mode = no mode (all values unique), σ = 1.41421

Solution

  1. Count & sum n = 5, Σx = 15
  2. Mean x̄ = Σx / n = 15 / 5 = 3
  3. Median middle value of the sorted data = 3
  4. Mode no mode (all values unique)
  5. Range max − min = 5 − 1 = 4
  6. Population variance σ² = Σ(x − x̄)² / n = 2
  7. Population std dev σ = √σ² = 1.41421
  8. Sample variance s² = Σ(x − x̄)² / (n − 1) = 2.5
  9. Sample std dev s = √s² = 1.58114

Try a similar problem yourself

Use the Descriptive Statistics to solve a similar problem with your own values.

Open the solver