Example 1
- 2
- 8
3
What is the deviation of 2 and 8? 3. Two numbers, divide by 2.
Enter two numbers, or a list in the first field. The calculator computes the population standard deviation: mean, variance over n, then the square root. 2 and 8 give 3. The list 2, 4, 4, 4, 5, 5, 7, 9 gives 2.
This is a population deviation: the divisor is n, not n−1. Two numbers in separate fields still work. A list in the first field, separated by commas or spaces, uses n entries.
Enter data and click Calculate.
Standard deviation of two numbers is the square root of the population variance. The calculator uses the mean m = (a+b)/2, then ((a−m)²+(b−m)²)/2 and the root. 2 and 8 have mean 5 and give 3. The result goes into the field raw, not through a fixed place count.
This is a population of n=2, not a sample. School sample variance divides by n−1; here the denominator is 2. 1 and 1 have mean 1 and variance 0, so the deviation is 0. Two equal numbers do not spread.
The fields are number 1 and number 2, both with min=0. An empty field is read as 0. 0 and 10 give 5, because the mean is 5, the squared deviations sum to 50, over 2 that is 25, and the root is 5.
The three-number neighbour divides the variance by 3, not by 2. Variance of n numbers takes a list and leaves σ², with no root. Here you always type two values and get σ.
The header units switch does not multiply anything. 2 and 8 stay 3 whatever the label says. The engine is calculator-odchylenie-standardowe.js, not the generic branch with six decimals.
2 and 8 give 3. 1 and 1 give 0. 0 and 10 give 5. That is the whole card: two numbers, divide by 2.
σ = √(Σ(x − m)² / n), m = mean of n numbers
Deviation of two numbers, population n=2. 2 and 8 give 3. 1 and 1 give 0. Divides by 2, not by n−1.
3
What is the deviation of 2 and 8? 3. Two numbers, divide by 2.
0
What is the deviation of 1 and 1? 0. Same numbers, zero spread.
2
What is the deviation of 2, 4, 4, 4, 5, 5, 7, 9? 2. Eight numbers, mean 5, variance 4.
3. Mean 5, variance 9, root 3. Raw display, no six zeros.
No. It divides by n. Two numbers use n = 2. A longer list uses that length. This is a population deviation, not a sample.
0. Mean 1, both deviations zero.
2. Mean 5, variance 4, square root 2.
The engine reads empty as 0. Not a list and not an error, only zero in this code.
Here two fields and divide by 2. There three fields and divide by 3.
On the variance of n numbers card. Here you get the square root at once.
Yes, when the root is not an integer. Then you see the full JS string, not six decimal places.
The fields have min=0. Negatives are not the point of this form.
No. 2 and 8 and 8 and 2 both give 3.
The calculator divides by n, not n−1. This is the population figure from the numbers you type.
Page updated in 2026.