List Statistics
Calculate complete statistics for a list of numbers: sum, mean, median, mode, min, max, range and standard deviation.
Count
Sum
Mean
Median
Minimum
Maximum
Range
Std Deviation
Mode
How to use?
Type your numbers and separate them by line, comma or space. The results are worked out on their own. The mode shows you the value (or values) that repeat most often in the list.
Central tendency and dispersion
Three classic measures of central tendency: the arithmetic mean μ = Σxᵢ/n, the median (the middle value once the list is sorted, or the average of the two middle values when n is even), and the mode (the most frequent value — a list may be unimodal, bimodal, or have no mode). For dispersion, the population variance is σ² = Σ(xᵢ − μ)²/n and the sample variance s² = Σ(xᵢ − x̄)²/(n − 1) (Bessel's correction); the standard deviation is the square root of the variance and shares the unit of the original data. Example with {2, 4, 4, 4, 5, 5, 7, 9}: mean = 5, median = 4.5, mode = 4, sample std ≈ 2.14. Quartiles split the sorted data into four parts; IQR = Q3 − Q1, and points beyond Q1 − 1.5·IQR or Q3 + 1.5·IQR are flagged as outliers. For an approximately normal distribution, the empirical rule says 68% of data falls within 1σ, 95% within 2σ and 99.7% within 3σ of the mean.
Applications
Descriptive statistics underpin demographic indicators (IBGE/PNAD censuses and household surveys), psychometrics (IQ tests scaled to mean 100 and standard deviation 15), industrial quality control (Shewhart and Six Sigma control charts use μ ± 3σ as action limits), large-scale exams (ENEM applies Item Response Theory on top of basic descriptives), and product analytics in A/B testing, where comparing means with confidence intervals depends on the standard deviation of each group.
FAQ
When should I prefer the median over the mean? When the data has outliers or is skewed — the classic example: if Bill Gates walks into a bar, the average income soars while the median barely moves. Income, wealth and home prices typically report the median.
Population or sample standard deviation? Use the population formula (divide by n) when the data is the entire population; use the sample formula (divide by n − 1) when you're estimating a population from a sample — the −1 corrects for the bias of using x̄ in place of the unknown μ.
Can a list have more than one mode? Yes — when two or more values tie at the highest frequency, the distribution is multimodal. Some conventions report no mode in that case, others list all of them.
Why divide by n − 1 specifically? Because using x̄ instead of μ already "uses up" one degree of freedom; dividing by n − 1 yields an unbiased estimator of σ².
Related Tools
Rent Adjustment Calculator
Compute annual rent adjustment by IGP-M or IPCA accumulated in the last 12 months (manually configurable).
Pregnancy Calculator
Compute estimated due date (EDD), gestational age and trimester from the last menstrual period (LMP).
Fertile Period Calculator
Compute fertile window and ovulation day from the first day of the last cycle and the average cycle length.
Statistics of a list of numbers
Faced with a list of numbers, the questions tend to be the same. What's the mean? And the median? How much do they vary? Instead of working out one figure at a time, paste the numbers and see the whole set of statistics in a single pass.
The result brings sum, mean, median, mode, minimum, maximum and the dispersion measures, enough to see how the series behaves. Anyone studying statistics, analysing the data from an experiment or checking a pile of grades finds it all here in one place.
The calculation comes out right away, inside your own browser, without the data leaving it. Paste the numbers separated by comma, space or line break and all the metrics show up together.