Statistics Calculator
Analyze any dataset instantly. Paste your numbers separated by commas, spaces, or new lines and get count, sum, mean, median, mode, range, variance, standard deviation, minimum, and maximum — all in one click.
Statistics Calculator
Separate numbers with commas, spaces, or new lines. Decimals and negative values are accepted.
What is Descriptive Statistics?
Descriptive statistics is the branch of statistics that summarizes and describes the essential features of a dataset without making inferences about a larger population. When you have a collection of numbers — exam scores, daily temperatures, sales figures, or response times — descriptive statistics gives you a small set of numbers that capture what the data looks like: where it is centered, how widely it spreads, and which values are typical or extreme. It is the first step in any data analysis.
The most familiar descriptive statistic is the mean, or arithmetic average. The mean tells you the center of mass of your data: if every value were equal, what would that single value have to be so the total sum stayed the same? But the mean alone can be misleading. A single very large or very small value can pull it dramatically in one direction, which is why statisticians also report the median — the middle value of the sorted data, which is far less sensitive to outliers.
Measures of spread complement measures of center. Range gives the simplest possible summary: the distance between the smallest and largest values. Variance and standard deviation are more refined: they tell you, on average, how far each point lies from the mean. A low standard deviation means the data clusters tightly around the average; a high standard deviation means it is widely scattered. Together, the mean and standard deviation give you a remarkably complete picture of a dataset with just two numbers.
The Statistical Formulas
Median = middle value of sorted data (average of two middle values when n is even)
Mode = most frequent value
Population Variance σ² = Σ(x − μ)² / n
Sample Variance s² = Σ(x − x̄)² / (n − 1)
Standard Deviation = √Variance
Dataset: 12, 18, 25, 17, 30, 22, 18, 19
- Count n = 8, Sum = 161
- Mean = 161 / 8 = 20.125
- Sorted: 12, 17, 18, 18, 19, 22, 25, 30 → Median = (18 + 19)/2 = 18.5
- Mode = 18 (appears twice)
- Range = 30 − 12 = 18
- Population variance ≈ 26.11, std dev ≈ 5.11
How to Use
- Paste or type your numbers into the textarea. Use any separator — commas, spaces, tabs, or new lines.
- Decimals and negative numbers are supported. Non-numeric entries are skipped automatically.
- Click Calculate Statistics to compute the full summary.
- Review the result grid for all twelve statistics, then scroll to the breakdown table for a sorted view.
- Edit the input and click calculate again to update results instantly.