Enter your data to get a complete descriptive statistics summary including standard deviation, variance, mean, median, mode, quartiles, and more.
Enter numbers separated by commas, spaces, or new lines. Up to 10,000 values supported.
| Statistic | Value | Statistic | Value |
|---|
Sorted data (ascending)
Frequency table
| Value | Frequency | Rel. Freq. | Cum. Freq. |
|---|
Standard deviation measures the amount of variation or dispersion in a dataset. A low standard deviation indicates values are clustered near the mean; a high standard deviation indicates values are spread widely.
Population (σ): Use when your data represents the entire population. Divides by n.
Formula: σ = √(Σ(xᵢ − μ)² / n)
Sample (s): Use when your data is a sample from a larger population. Divides by n−1 (Bessel's correction to account for sampling bias).
Formula: s = √(Σ(xᵢ − x̄)² / (n−1))
For normally distributed data: approximately 68% of values fall within ±1σ of the mean; 95% within ±2σ; 99.7% within ±3σ. This is widely used in quality control, finance, and science.
CV = (s / x̄) × 100%. It expresses standard deviation as a percentage of the mean, allowing comparison of variability between datasets with different units or scales.