Calculators6 min readUpdated: 2026-09-12
Standard Deviation (Statistical Dispersion)
Definition
Standard deviation is a fundamental measure of statistical dispersion that quantifies the typical distance or variation of data points from their arithmetic mean.
Detailed Technical Breakdown
While the mean identifies the central balancing point of a quantitative dataset, standard deviation reveals how closely clustered or widely scattered the individual observations are around that mean. A low standard deviation indicates that data points cluster tightly around the mean (high precision or predictability), whereas a high standard deviation indicates broad variation across a wide numerical range.
Key Technical Specifications
- Sample standard deviation formula: s = √[ Σ(xi - x̄)² / (n - 1) ], utilizing Bessel's correction to eliminate estimation bias.
- Population standard deviation formula: σ = √[ Σ(xi - μ)² / N ], used when every member of a census is observed.
- Standard deviation is the principal square root of variance, restoring the metric to the original dimensional units of measurement.
- Under the empirical rule for normal distributions, roughly 68.27% of observations fall within ±1σ of the mean.
Related Tools on ToolQix
Apply this concept directly using our free client-side browser utilities: