Variance Calculator
Calculate the variance of a data set. Supports both population and sample variance and shows the spread around the mean.
Calculate the standard deviation of a data set. Supports both population and sample standard deviation.
| Statistic | Value |
|---|---|
| Count (n) | 6 |
| Sum | 33.0000 |
| Mean | 5.5000 |
| Median | 5.5000 |
| Min | 3.0000 |
| Max | 8.0000 |
| Range | 5.0000 |
| Q1 (25th pctile) | 4.0000 |
| Q3 (75th pctile) | 7.0000 |
| IQR | 3.0000 |
| Skewness | 0.0000 |
| Geometric Mean | 5.2169 |
| # | Value | Deviation | Sq. Dev | Z-Score |
|---|---|---|---|---|
| 1 | 4.0000 | -1.5000 | 2.2500 | -0.8018 |
| 2 | 8.0000 | +2.5000 | 6.2500 | 1.3363 |
| 3 | 6.0000 | +0.5000 | 0.2500 | 0.2673 |
| 4 | 5.0000 | -0.5000 | 0.2500 | -0.2673 |
| 5 | 3.0000 | -2.5000 | 6.2500 | -1.3363 |
| 6 | 7.0000 | +1.5000 | 2.2500 | 0.8018 |
The Standard Deviation Calculator computes both the population standard deviation (σ) and sample standard deviation (s) for any data set. Standard deviation is the most widely used measure of variability in statistics.
Standard deviation quantifies how much individual values deviate from the mean. A small standard deviation means values cluster near the mean; a large one means they are spread out.
This calculator also reports the mean, variance, count, and coefficient of variation, giving you a complete picture of your data's central tendency and dispersion.
Computing standard deviation by hand involves squaring deviations, summing, dividing, and taking a square root. This calculator handles that process for data sets of any size.
σ = √[Σ(xᵢ − μ)² / N] (population)
s = √[Σ(xᵢ − x̄)² / (n−1)] (sample)
Where:
- μ or x̄ = mean
- N = population size, n = sample sizeResult: s ≈ 1.87
Mean = 5.5. Squared deviations: 2.25, 6.25, 0.25, 0.25, 6.25, 2.25. Sum = 17.5. Sample variance = 17.5/5 = 3.5. Sample std dev = √3.5 ≈ 1.87.
Finance uses standard deviation to measure investment risk (volatility). Manufacturing uses it for quality control (Six Sigma = processes within 6 std devs). Education uses it to interpret standardized test scores.
Standard deviation is the building block for z-scores, confidence intervals, hypothesis tests, and regression analysis. Nearly all inferential statistics depend on it.
Standard deviation assumes data is roughly symmetric. For heavily skewed data, the interquartile range (IQR) may be a better measure of spread.
Mastering this concept provides a strong foundation for advanced coursework in mathematics, statistics, and related quantitative disciplines.
Last updated:
Standard deviation measures the average distance of data points from the mean. It is the square root of the variance and is expressed in the same units as the data.
Population std dev divides by N (total count). Sample std dev divides by n−1 (Bessel's correction), which corrects for the bias of estimating a population parameter from a sample.
Variance is the average of squared deviations from the mean. It is the standard deviation squared. Variance is harder to interpret because its units are squared.
For normally distributed data, about 68% falls within ±1 std dev, 95% within ±2 std devs, and 99.7% within ±3 std devs of the mean.
There is no universal "good" value. A low std dev relative to the mean indicates consistency. The coefficient of variation (CV) is better for comparing variability across different data sets.
Dividing by n−1 (Bessel's correction) corrects for the fact that a sample tends to underestimate population variance. It provides an unbiased estimate.
Calculate the variance of a data set. Supports both population and sample variance and shows the spread around the mean.
Calculate the arithmetic mean (average) of a data set. Enter comma-separated numbers and get the mean.