📊 Descriptive Stats📐 Std Deviation📈 IQR
Statistics Calculator
Enter a list of numbers to calculate mean, median, mode, range, variance, standard deviation, and IQR in one click.
QUICK ANSWER
Mean = sum ÷ count. Median = middle value (sorted). Mode = most frequent. Std Dev = √variance. Use sample std dev (÷n−1) for data samples, population std dev (÷n) only when you have every data point. Excel's STDEV() = sample, STDEVP() = population.
How descriptive statistics differ by curriculum
The formulas look the same worldwide, but which formula is taught as "standard" varies by country:
| Country / System | Default Std Dev | Calculator key |
|---|---|---|
| 🇺🇸 US (AP Stats, SAT) | Sample (÷n−1) | Sx on TI-84 |
| 🇬🇧 UK (A-level) | Sample (÷n−1) | σn−1 on Casio |
| 🇯🇵 Japan (高校) | Population (÷n) | σ on Casio FX |
| 🇩🇪 Germany (Gymnasium) | Sample (÷n−1) | s on scientific calc |
| 🇮🇳 India (CBSE/ISC) | Population (÷n) | σ on CASIO fx-82 |
| 🇨🇳 China (高中) | Population (÷n) | σn on Casio |
This calculator shows both — sample and population — so you always get the right answer regardless of which system you're working with.
Common uses
- STDEV in Excel/Sheets — Use our calculator to verify. Excel
STDEV()= sample (÷n−1). - Normal distribution — 68% of data falls within 1 std dev of the mean, 95% within 2.
- Outlier detection — Values beyond mean ± 3 std dev are outliers (Z-score method).
- Box plots — Use Q1, median, Q3, and IQR values from this calculator.