Standard Deviation Calculator
This Standard Deviation Calculator helps you find the population standard deviation of a list of numbers and shows each step clearly. It works by finding the mean, measuring how far each value is from the mean, squaring those differences, averaging the squared differences, and then taking the square root. This makes it useful for checking answers, understanding spread, and practising statistics step by step.
Step-by-step method
- List the values and count how many there are. This gives n.
- Add the values and divide by n to find the mean, x̄.
- Subtract the mean from each value to find each deviation, x − x̄.
- Square each deviation.
- Add the squared deviations.
- Write the population variance formula.
- Substitute the values and divide to get the population variance.
- Take the square root of the variance to get the population standard deviation.
Formula:
| Σ(x − x̄)2 |
| n |
Example 1: Take the set of numbers below.
Step 1 - List the values and count how many there are. This gives n.
In this problem: The values are 3, 1, 4, 2. There are 4 values, so n = 4.
Step 2 - Add the values and divide by n to find the mean, x̄.
In this problem: Add the values: 3 + 1 + 4 + 2 = 10. Then divide by n = 4, so x̄ = 2.5.
| 3+1+4+2 |
| 4 |
Step 3 - Subtract the mean from each value to find each deviation, x − x̄.
In this problem: Subtract the mean x̄ = 2.5 from each value. The deviations are 0.5, -1.5, 1.5, -0.5.
| x | x − x̄ |
|---|---|
| 3 | 0.5 |
| 1 | -1.5 |
| 4 | 1.5 |
| 2 | -0.5 |
Step 4 - Square each deviation.
In this problem: Square each deviation. The squared deviations are 0.25, 2.25, 2.25, 0.25.
| x − x̄ | (x − x̄)2 |
|---|---|
| 0.5 | 0.25 |
| -1.5 | 2.25 |
| 1.5 | 2.25 |
| -0.5 | 0.25 |
Step 5 - Add the squared deviations.
In this problem: Add the squared deviations: 0.25 + 2.25 + 2.25 + 0.25 = 5.
Step 6 - Write the population variance formula.
In this problem: Now write the population variance formula.
| Σ(x − x̄)2 |
| n |
Step 7 - Substitute the values and divide to get the population variance.
In this problem: Substitute Σ(x − x̄) squared = 5 and n = 4, then divide.
| 5 |
| 4 |
Step 8 - Take the square root of the variance to get the population standard deviation.
In this problem: Take the square root of the variance 1.25 to get 1.12.
Final answer: The population standard deviation is:
Example 2: Take the set of numbers below.
Step 1 - List the values and count how many there are. This gives n.
In this problem: The values are 10, 12, 9, 11, 8. There are 5 values, so n = 5.
Step 2 - Add the values and divide by n to find the mean, x̄.
In this problem: Add the values: 10 + 12 + 9 + 11 + 8 = 50. Then divide by n = 5, so x̄ = 10.
| 10+12+9+11+8 |
| 5 |
Step 3 - Subtract the mean from each value to find each deviation, x − x̄.
In this problem: Subtract the mean x̄ = 10 from each value. The deviations are 0, 2, -1, 1, -2.
| x | x − x̄ |
|---|---|
| 10 | 0 |
| 12 | 2 |
| 9 | -1 |
| 11 | 1 |
| 8 | -2 |
Step 4 - Square each deviation.
In this problem: Square each deviation. The squared deviations are 0, 4, 1, 1, 4.
| x − x̄ | (x − x̄)2 |
|---|---|
| 0 | 0 |
| 2 | 4 |
| -1 | 1 |
| 1 | 1 |
| -2 | 4 |
Step 5 - Add the squared deviations.
In this problem: Add the squared deviations: 0 + 4 + 1 + 1 + 4 = 10.
Step 6 - Write the population variance formula.
In this problem: Now write the population variance formula.
| Σ(x − x̄)2 |
| n |
Step 7 - Substitute the values and divide to get the population variance.
In this problem: Substitute Σ(x − x̄) squared = 10 and n = 5, then divide.
| 10 |
| 5 |
Step 8 - Take the square root of the variance to get the population standard deviation.
In this problem: Take the square root of the variance 2 to get 1.41.
Final answer: The population standard deviation is:
This is a Plus calculator. Please login or upgrade to Plus to see the full step solution.