Dataset

Comma, space, or semicolon separated numbers
Load example:
Standard Deviation
Enter data values above
Mean (μ)
Median
Mode
Variance
CV (%)
Q1 (25th)
Q3 (75th)
IQR
Skewness
Kurtosis
Min / Max: Range: Count (n):
σ = √(Σ(x−μ)²/N) s = √(Σ(x−μ)²/(n−1)) CV = σ/μ × 100%
Distribution Curve
Interpretation
Enter data above to see the distribution curve and interpretation.

Data Breakdown

Each value's deviation from the mean and squared deviation — the building blocks of variance.

Value (x) Deviation (x − μ) Squared Dev (x − μ)²
Calculate first
Frequency Histogram

Cyan bars = actual data frequency; purple line = expected normal distribution.

Frequency Distribution & Z-Scores

Values sorted ascending with Z-scores, percentile ranks, and outlier status. |z| > 2 = mild outlier, |z| > 3 = extreme outlier.

Value Frequency Z-Score Percentile Status
Calculate first

How to Use This Calculator

1

Enter Your Data

Type or paste numeric values separated by commas, spaces, or semicolons. Use the preset buttons to load classic examples instantly.

2

Choose Population or Sample

Select Population (σ) if your data includes every member of the group, or Sample (s) if it is a subset (Bessel's correction applies).

3

Explore the Results

The Calculator tab shows the bell curve, 10 statistics, and outlier detection. Switch to Data Breakdown for a histogram, or Z-Scores for per-value percentile analysis.

Formula & Methodology

Population SD

σ = √(Σ(xᵢ−μ)² / N)

Divide the sum of squared deviations by the population size N, then take the square root.

Sample SD

s = √(Σ(xᵢ−x̄)² / (n−1))

Divide by (n−1) — Bessel's correction — to produce an unbiased estimate of the population SD from a sample.

Variance & IQR

σ² = Σ(xᵢ−μ)² / N  |  IQR = Q3 − Q1

Variance is the squared average deviation. IQR is the spread of the middle 50% of data — robust against outliers.

Key Terms

Standard Deviation
A measure of how spread out data values are from the mean; larger values indicate greater dispersion.
Variance
The average of the squared differences from the mean; the square of the standard deviation.
IQR (Interquartile Range)
Q3 − Q1; the spread of the middle 50% of data, unaffected by extreme values or outliers.
Skewness
Measures asymmetry. Positive = right tail is longer; negative = left tail is longer; 0 = symmetric.
Kurtosis (excess)
Measures tail heaviness relative to a normal distribution. Positive = heavy tails (leptokurtic); negative = light tails (platykurtic).
Bessel's Correction
Using (n−1) instead of n in sample variance to produce an unbiased estimate of population variance.

Real-World Examples

Example 1

Test Scores

Data: 72, 85, 90, 78, 95, 88, 82, 79, 91, 84

Mean = 84.4, Sample SD = 7.23, IQR = 11 — scores moderately spread with no outliers

Example 2

Quality Control

Data: 10.02, 9.98, 10.05, 9.97, 10.01, 10.03 (target: 10.00 mm)

Population SD = 0.028 mm, CV = 0.28% — exceptionally tight process control

SD Interpretation Using the Empirical Rule

Range% of Data (Normal)Interpretation
μ ± 1σ68.27%Most data points
μ ± 2σ95.45%Nearly all data points
μ ± 3σ99.73%Virtually all data points
Beyond 3σ0.27%Extreme outliers
Beyond 6σ0.0000002%Six Sigma quality target

Standard Deviation: Measuring Variability

Why Standard Deviation Matters

The mean alone does not tell the full story of a dataset. Two classes can have the same average test score but very different distributions — one tightly clustered, the other widely spread. Standard deviation quantifies this spread, making it essential for quality control, finance (where it measures investment risk), and scientific research (where it characterizes measurement precision).

Population vs. Sample: Why n−1?

When calculating standard deviation from a sample, dividing by (n−1) instead of n corrects for the tendency of a sample to underestimate the population variance. This adjustment, called Bessel's correction, arises because the sample mean is itself estimated from the data, consuming one degree of freedom. For large samples the difference is negligible, but for small datasets it is crucial.

Beyond SD: IQR, Skewness, and Kurtosis

Standard deviation assumes your data is roughly symmetric. For skewed distributions, the IQR (interquartile range) is a more robust spread measure because it is unaffected by extreme values. Skewness tells you which tail is longer — a positive skew (right tail) is common in income data; negative skew in exam scores with a ceiling. Excess kurtosis quantifies whether tails are heavier or lighter than a normal distribution, which matters for risk analysis in finance.

Standard Deviation in Finance

In investing, standard deviation measures the volatility of returns. A stock with an annualized SD of 20% will fluctuate far more than one with 8% SD. Portfolio theory uses standard deviation to quantify risk and construct diversified portfolios that minimize overall volatility for a given expected return. The histogram chart in this calculator lets you visually compare your data's actual distribution to the theoretical normal — deviations from the bell curve often signal fat tails or bimodality.