Mean, Median, Mode Calculator
Paste a list of numbers to get mean, median, mode, range, and standard deviation instantly.
Probability, sampling, and descriptive statistics made readable.
Means, medians, standard deviations, confidence intervals, and sample size planning — with formulas and worked examples for each tool.
Paste a list of numbers to get mean, median, mode, range, and standard deviation instantly.
Calculate sample and population standard deviation with variance and z-scores for each value.
Compute probabilities of single events, joint events, and complements using basic probability rules.
Population and sample variance of a dataset, with the standard deviation shown alongside.
Compute the five-number summary (min, Q1, median, Q3, max), interquartile range, and 1.5×IQR outliers from a list of num...
Convert a raw value into a z-score using the mean and standard deviation of its distribution, and look up the correspond...
Fit an ordinary least-squares regression line to two equal-length lists of numbers and report slope, intercept, r, and r...
Compute the posterior probability P(A|B) from the prior P(A), the likelihood P(B|A), and the false-positive rate P(B|¬A)...
Count how many ways to choose or arrange r items from a set of n — both nPr and nCr, with a short breakdown of why they...
Convert a standard-normal z-score into the corresponding cumulative percentile (Φ(z)) using a high-accuracy logistic app...
Compute the lower and upper bounds of a confidence interval for a sample mean given the sample size, mean, standard devi...
Compute the combined (weighted) mean of two groups given each group's mean and sample size: x̄ = (n₁·x̄₁ + n₂·x̄₂) / (n₁...
Work out how many respondents you need for a given confidence level, margin of error, and population size.
Estimate the margin of error of a survey result from sample size, observed proportion, and confidence level.
Compute the margin of error E for the mean from the sample standard deviation, sample size, and chosen confidence level...
Compute the odds of winning a "pick k from n" lottery (e.g. 6/49) — the probability of matching all k drawn numbers, exp...
Compute the odds ratio from a 2×2 contingency table (exposed/non-exposed × outcome/no-outcome). OR > 1 means exposure is...
Compute the Pearson correlation coefficient (r), r², and the slope/intercept of the best-fit line for two equal-length l...
Compute relative risk (risk ratio) from a 2×2 contingency table. RR is the ratio of the probability of an outcome in the...
Calculate the coefficient of variation (CV) — a unitless measure of dispersion that lets you compare the spread of data...
Compute the expected value and variance of rolling N identical fair dice (each with S sides), using E = N · (S+1)/2 and...
Compute pot odds (the ratio of the call amount to the total pot after the call), the required equity to make a profitabl...
Compute the Welch (unequal-variances) two-sample t statistic and its Welch-Satterthwaite degrees of freedom from the two...
Calculates the z-statistic for comparing two sample means when population variances are known: z = (x̄₁ − x̄₂) / √(σ₁²/n...