Statistics Calculator
Paste or type a list of numbers below — separated by commas, spaces or line breaks — and all descriptive statistics update instantly.
About descriptive statistics
What does this calculator compute?
This tool computes the most common descriptive statistics — numbers that summarise a data set without showing every individual value. They answer two fundamental questions: where is the centre? (mean, median, mode) and how spread out are the values? (range, variance, standard deviation, IQR).
Population vs sample
When your data set is the entire population, use the population formulas (divide by n). When it is a sample drawn from a larger group, use the sample formulas (divide by n − 1, called Bessel's correction). If in doubt, the sample standard deviation is the safer default for real-world data.
Quartiles and the IQR
The interquartile range (IQR) = Q3 − Q1 spans the middle 50 % of the data. It is a robust spread measure: unlike the standard deviation, it is not affected by extreme outliers. Box-and-whisker plots are drawn around the IQR.