Standard deviation measures how spread out numbers are from their average (mean). A low standard deviation means data points cluster close to the mean, while a high standard deviation indicates data is spread over a wider range. It is the most commonly used measure of variability in statistics, essential for quality control, financial analysis, scientific research, and academic testing. Standard deviation is the square root of variance.
Population standard deviation (sigma): Used when you have data for the entire group. Divides by N. Sample standard deviation (s): Used when data represents a subset. Divides by (N-1) to correct for sampling bias (Bessel's correction). In practice, most real-world calculations use the sample formula since we rarely have complete population data.
1. Calculate the mean (average). 2. Subtract the mean from each value to get deviations. 3. Square each deviation. 4. Calculate the average of squared deviations (variance). 5. Take the square root of variance. The calculator performs all steps automatically and shows intermediate results for learning.
Squaring eliminates negative values (deviations below the mean are negative) and gives more weight to outliers. Without squaring, positive and negative deviations would cancel out, giving zero.
There is no universal 'good' value. It depends on context. In manufacturing, low SD means consistent quality. In investments, low SD means stable returns. Compare SD to the mean using the coefficient of variation (CV = SD/mean x 100%).
For normal distributions: approximately 68% of data falls within 1 SD of the mean, 95% within 2 SDs, and 99.7% within 3 SDs. This is also called the empirical rule.