Why does sample standard deviation divide by n - 1?
A sample uses its own mean to estimate a larger population, which tends to understate spread unless the denominator is adjusted.
Measure how tightly a data list clusters around its mean, compare population and sample standard deviation, inspect variance, and understand outlier-driven spread.
Every value contributes by how far it sits above or below the average. Standard deviation summarizes those distances in the original data unit, while variance keeps the squared version.
Loading tool...
Choose population when the list is the whole group; choose sample when it estimates a larger group.
Variance can feel abstract because deviations are squared. Taking the square root gives standard deviation, which is easier to compare with the original values.
A sample uses its own mean to estimate a larger population, which tends to understate spread unless the denominator is adjusted.
It means values are farther from the mean on average; check the data list because one outlier may be responsible for much of that spread.