Loading…
Loading…
SigmaCalc
σ and s from raw numbers.
Standard deviation measures the typical distance each value sits from the mean — a small standard deviation means values cluster tightly; a large one means they're spread out widely.
Dividing by n−1 instead of n (Bessel's correction) is used when your data is a sample meant to estimate a larger population — it slightly inflates the result to correct for the fact that a sample tends to underestimate true variability.
What you entered
Count of values
n= 10Mean
sum ÷ n= 12.7Sum of squared deviations from the mean
Σ(xᵢ − 12.7)²= 178.1Sample variance (÷ n−1)
178.1 ÷ 9= 19.7889Sample standard deviation
√19.7889= 4.4485Population variance (÷ n)
178.1 ÷ 10= 17.81Population standard deviation
√17.81= 4.2202Result
Sample standard deviation: 4.449
With a mean of 12.7, this dataset has a sample standard deviation of 4.449 — most values fall within about that distance of the mean.