Statistics Calculator
Calculate mean, median, mode, standard deviation, variance, range, and more from a list of numbers. Enter comma-separated values.
Examples
Test scores
Statistics for 85, 90, 78, 92, 88
- Numbers (comma-separated)
- 85, 90, 78, 92, 88
Mean (Average)
86.6
Median
88
Standard Deviation
4.882622
Mode
No mode
Range
14
Variance
23.84
Count
5
Sum
433
Minimum
78
Maximum
92
Embed this calculator
Copy a free iframe snippet for articles, learning pages, forums, wikis, newsletters, and internal docs.
How It Works
Formula
Variables, symbols and units
- The i-th value in the data set
- Number of values (the count)
- Mean (arithmetic average) of the data set
- Population variance
- Population standard deviation
- Smallest and largest values in the data set
Calculation method explained
Enter numbers separated by commas. The calculator sorts them and computes: mean (sum/count), median (middle value), mode (most frequent), variance (average squared deviation from mean), standard deviation (square root of variance), range (max - min).
Examples
Test scores85, 90, 78, 92, 88 → 86.6
Statistics for 85, 90, 78, 92, 88
- Numbers (comma-separated)
- 85, 90, 78, 92, 88
- Mean (Average)
- 86.6
With repeated values3, 7, 3, 9, 3, 5 → 5
Find the mode of 3, 7, 3, 9, 3, 5
- Numbers (comma-separated)
- 3, 7, 3, 9, 3, 5
- Mean (Average)
- 5
Simple data set1, 2, 3, 4, 5, 6, 7, 8, 9, 10 → 5.5
Statistics for 1 through 10
- Numbers (comma-separated)
- 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
- Mean (Average)
- 5.5
Frequently Asked Questions
What is the mean?
The mean (arithmetic average) is the sum of all values divided by the count. It measures the central tendency of a data set.
What is the median?
The median is the middle value when data is sorted. For even counts, it is the average of the two middle values. It is less affected by outliers than the mean.
What is the mode?
The mode is the value that appears most frequently. A data set can have no mode (all values unique), one mode, or multiple modes.
What is standard deviation?
Standard deviation measures how spread out values are from the mean. A low value means data points cluster near the mean; a high value means they are spread widely.
Is this population or sample variance?
This calculator uses population variance (divides by N). For sample variance, divide by N-1 instead. The difference matters mainly for small samples.