Homeโ€บ Math & Scienceโ€บ Statistics Calculator

Statistics Calculator

Compute summary statistics (mean, median, mode, variance, standard deviation, quartiles, IQR) for a list of numbers.

Inputs

Mean
โ€”
Median
โ€”
Std deviation (sample, n-1)
โ€”
Std deviation (population)
โ€”
Variance (sample)
โ€”
Min
โ€”
Max
โ€”
Range
โ€”
1st quartile
โ€”
3rd quartile
โ€”
Interquartile range
โ€”
Count
โ€”

About Statistics Calculator

Sample vs population std dev

Sample (divide by nโˆ’1) is an unbiased estimator of the population std dev when you only have a sample. Population (divide by n) assumes you have the entire population. Use sample unless youโ€™re certain you have every member.

Quartiles

Q1 (25th percentile): a quarter of values fall below. Q2 = median. Q3 (75th): three quarters below. IQR = Q3 โˆ’ Q1 captures the middle 50% โ€” useful for identifying outliers (values beyond 1.5ร—IQR from quartiles).

When the mean misleads

Skewed data (income, response times, web traffic) often has mean far above median because of a few huge values. Always report median alongside mean for non-symmetric data.