- What is the difference between sample and population standard deviation?
- Population standard deviation σ uses divisor n and is correct when your data IS the entire population. Sample standard deviation s uses divisor n − 1 (Bessel's correction) and is the unbiased estimator when your data is a SAMPLE of a larger population. Use s for surveys, experiments, and any data drawn from a bigger group; use σ only when you have every member of the population.
- When is standard deviation undefined?
- Sample standard deviation requires at least 2 data points because the formula divides by n − 1; with n = 1 the divisor is 0. The calculator shows '—' for sample variance and sample std dev when there's only one value (population std dev is correctly 0, since a single value has no spread).
- How do I enter my data?
- Separate numbers with any of: spaces, commas, semicolons, pipes, tabs, or newlines. Non-numeric tokens are ignored and a count badge shows how many valid numbers were used, so you can safely paste a column from a spreadsheet even if it has headers or blanks.
- What is the coefficient of variation (CV)?
- CV = (σ / μ) × 100% — the standard deviation expressed as a percentage of the mean. It's a unitless measure of relative spread that lets you compare variability across datasets with different units or scales. The calculator shows '—' when the mean is 0 or the sample is too small.
- How is the median computed?
- The data is sorted ascending. If n is odd, the median is the middle value; if n is even, it's the average of the two middle values. For 2, 4, 4, 4, 5, 5, 7, 9 (n = 8), the two middle values are 4 and 5, so the median is 4.5.