Statistics
Mean Calculator
Calculate the arithmetic, geometric, harmonic and quadratic (RMS) mean of a data set in one place.
AM = Σx / n
Also called arithmetic mean · geometric mean calculator
Math · 12 calculators
Descriptive statistics for any data set: mean, median, mode, variance, standard deviation, quartiles and z-scores.
Statistics
Calculate the arithmetic, geometric, harmonic and quadratic (RMS) mean of a data set in one place.
AM = Σx / n
Also called arithmetic mean · geometric mean calculator
Statistics
Find the median (middle value) of any list of numbers, with the sorted data and step-by-step explanation.
Odd n: median = x₍₍ₙ₊₁₎/₂₎
Also called find the median · middle number
Statistics
Find the mode — the most frequent value — of a data set, including multimodal data, with a full frequency table.
Mode = the value with the highest frequen…
Also called most frequent number · find the mode
Statistics
Find the range (maximum − minimum) of a data set, along with the minimum, maximum and mid-range.
Range = max − min
Also called statistical range · range of data
Statistics
Calculate sample or population variance of a data set with each squared deviation shown step by step.
s² = Σ(x − x̄)² / (n − 1)
Also called sample variance · population variance
Statistics
Find the sample or population standard deviation, variance, mean and standard error of a data set with full working.
s = √(Σ(x − x̄)² / (n − 1))
Also called std dev calculator · sd calculator
Statistics
Convert a raw score to a z-score from the mean and standard deviation, with the percentile and p-values from the normal curve.
z = (x − μ) / σ
Also called standard score · z value
Statistics
Find Q1, Q2 (median), Q3, the interquartile range and the five-number summary for box plots.
Q1 = 25th percentile
Also called quartiles · five number summary
Statistics
Find the value at any percentile of a data set, or the percentile rank of a particular value.
P-th percentile at position (n − 1)·P/100…
Also called percentile rank · nth percentile
Statistics
Compute the interquartile range (IQR = Q3 − Q1) and the fences used to flag outliers.
IQR = Q3 − Q1
Also called iqr calculator · interquartile range
Statistics
Calculate a weighted average (weighted mean) from values and their weights — for grades, portfolios, prices and ratings.
x̄w = Σ(wᵢ·xᵢ) / Σwᵢ
Also called weighted mean calculator · weighted mean
Statistics
Measure relative variability: coefficient of variation (CV) = standard deviation ÷ mean, as a percentage.
CV = σ / μ × 100%
Also called cv calculator · relative standard deviation
| Mean | AM = Σx / n · GM = (Πx)^(1/n) · HM = n / Σ(1/x) · RMS = √(Σx² / n) |
|---|---|
| Median | Odd n: median = x₍₍ₙ₊₁₎/₂₎ · Even n: median = (x₍ₙ/₂₎ + x₍ₙ/₂₊₁₎) / 2 |
| Mode | Mode = the value with the highest frequency |
| Range | Range = max − min |
| Variance | s² = Σ(x − x̄)² / (n − 1) · σ² = Σ(x − μ)² / N |
| Standard Deviation | s = √(Σ(x − x̄)² / (n − 1)) |
| Z-Score | z = (x − μ) / σ |
| Quartile | Q1 = 25th percentile · Q3 = 75th percentile (linear interpolation) |
| Percentile | P-th percentile at position (n − 1)·P/100 + 1 in sorted data |
| Interquartile Range | IQR = Q3 − Q1 · fences = Q1 − 1.5·IQR, Q3 + 1.5·IQR |
Use it for growth rates and ratios, such as average investment returns over several years, because those values multiply rather than add.
The median is not pulled by extreme values. For incomes or house prices, the median gives a better picture of a "typical" value than the mean.
Yes. If two values tie for the highest frequency the data is bimodal; with more it is multimodal. If every value appears once there is no mode.
Use population when your data includes every member of the group you care about. Use sample (dividing by n − 1, Bessel’s correction) when the data is a subset used to estimate a larger population — the most common case.