Statistics Calculators
Probability, regression & analysis
Statistics calculators A-C 📊
- Anderson Darling
- Bayes Theorem Calculator
- Bell Curve Calculator
- Bonferroni Correction Calculator
- Box Plot Calculator
- Brown Forsythe
- Central Limit Theorem Calculator
- Chi Square Calculator
- Class Width Calculator
- Cluster Analysis
- Coefficient Of Determination Calculator
- Coefficient Of Variation Calculator
- Cohens D Calculator
- Cohens Kappa Calculator
- Coin Flip Calculator
- Combination Calculator
- Correspondence Analysis
- Cramers V Calculator
- Cross Validation
- Cumulative Frequency Calculator
Statistics calculators D-K 📊
- Dagostino PEARSON
- Degrees Of Freedom Calculator
- Design Effect Calculator
- Diagnostic Accuracy Calculator
- Discriminant Analysis
- Effect Size Calculator
- Eta Squared Calculator
- Factor Analysis
- Fligner Killeen
- Goodness Of Fit Calculator
- Hedges G Calculator
- Histogram Calculator
- Interrater Reliability Calculator
- Jackknife Estimate
- Jarque Bera
- K Fold CV
- Kaplan Meier Calculator
- Kendall Tau Calculator
- Kendalls Tau Calculator
- Kolmogorov Smirnov
Statistics calculators K-P 📊
- Kurtosis Calculator
- Latent Class
- Leave One Out
- Lottery Calculator
- MAD Calculator
- Mann Whitney Calculator
- Mann Whitney U
- Mann Whitney U Calculator
- Meta Analysis Calculator
- Multidimensional Scaling
- Multiple Correspondence
- Negative Binomial Calculator
- Nested CV
- Odds Calculator
- Outlier Calculator
- P Value Calculator
- Pearsons R Calculator
- Permutation Calculator
- Point Biserial Calculator
- Principal Component Analysis
Statistics calculators R-W 📊
- R Squared Calculator
- Range Calculator
- Residual Calculator
- Roc Auc Calculator
- Scatter Plot Calculator
- Sem Calculator
- Shapiro Wilk
- Skewness Calculator
- Slope Intercept Calculator
- Spearman Calculator
- Split Half Reliability Calculator
- Stem Leaf Plot Calculator
- Stratified CV
- Sum Of Squares Calculator
- Survival Analysis Calculator
- Wilcoxon Rank Sum
- Wilcoxon Signed Rank
- Wilcoxon Signed Rank Calculator
Statistics and probability calculators A-C 📊
- ANOVA Calculator
- Bartlett Test
- Bartletts Test Calculator
- Bernoulli Distribution Calculator
- Beta Distribution Calculator
- Binomial Distribution Calculator
- Binomial Probability Calculator
- Binomial Test Calculator
- Bootstrap Confidence
- Bootstrap Confidence Interval Calculator
- Canonical Correlation
- Chi Square Test Calculator
- Cochran C Test
- Cochran Q Test
- Conditional Probability Calculator
- Confidence Interval Calculator
- Contraharmonic Mean Calculator
- Correlation Calculator
Statistics and probability calculators C-L 📊
- Covariance Calculator
- Dice Probability Calculator
- Exponential Distribution Calculator
- F Distribution Calculator
- F Test Calculator
- Fishers Exact Test Calculator
- Frequency Distribution Calculator
- Friedman Test
- Friedman Test Calculator
- Geometric Distribution Calculator
- Geometric Mean Calculator
- Harmonic Mean Calculator
- Hartley Test
- Homogeneity Test Calculator
- Hypothesis Test Calculator
- Independence Test Calculator
- Intraclass Correlation Calculator
- Lehmer Mean Calculator
Statistics and probability calculators L-O 📊
- Levene Test
- Levenes Test Calculator
- Lilliefors Test
- Linear Regression Calculator
- Mcnemar Test
- Mcnemar Test Calculator
- Mean Absolute Deviation Calculator
- Mean Calculator
- Mean Median Mode Calculator
- Median Calculator
- Minimum Sample Calculator
- Mixture Models
- Mode Calculator
- Multiple Regression Calculator
- Normal Distribution Calculator
- Normality Test Calculator
- Omnibus Test
- One Proportion Z Test Calculator
Statistics and probability calculators P-S 📊
- Paired T Test Calculator
- Permutation Test
- Poisson Distribution Calculator
- Poisson Test Calculator
- Pooled Standard Deviation Calculator
- Pooled Variance Calculator
- Population Mean Calculator
- Population Standard Deviation Calculator
- Population Variance Calculator
- Power Mean Calculator
- Probability Calculator
- Quadratic Mean Calculator
- Randomization Test
- Regression Calculator
- Sample Mean Calculator
- Sample Proportion Calculator
- Sample Size Calculator
- Sample Size Mean Calculator
Statistics and probability calculators S-Z 📊
- Sample Size Proportion Calculator
- Sample Variance Calculator
- Sampling Distribution Calculator
- Simple Random Sample Calculator
- Spearman Correlation Calculator
- Standard Deviation Calculator
- Standard Error Calculator
- Stratified Sample Calculator
- T Distribution Calculator
- T Test Calculator
- Trimmed Mean Calculator
- Two Proportion Z Test Calculator
- Variance Calculator
- Welchs T Test Calculator
- Wilcoxon Test Calculator
- Winsorized Mean Calculator
- Z Test Calculator
Math and number calculators 🔢
Construction and materials calculators 🏗️
Body and wellness calculators ❤️
Chemistry calculators 🧪
Gaming calculators 🎮
Generators and utility tools 🛠️
Home and property calculators 🏠
Biology and lab calculators 🧬
Business and profit calculators 📊
Physics calculators ⚛️
Date and time calculators 📅
Statistics Calculators
Statistics calculators provide the computational tools for descriptive statistics (summarizing data), inferential statistics (drawing conclusions from samples), and probability theory. Statistics is the science of learning from data under uncertainty — arguably the most practically important branch of mathematics for evidence-based decision making in science, medicine, business, policy, and everyday life.
Data without analysis is just noise. Statistics provides the tools to find signal in noise: to determine whether an observed difference is real or due to random chance, to estimate the range of plausible values for an unknown population parameter, to identify the relationship between variables, and to build predictive models. Every field of empirical inquiry relies on statistical methodology.
Descriptive statistics summarize a dataset's key features: central tendency (where the data clusters), spread (how variable the data is), shape (whether symmetric, skewed, or multimodal), and outliers (unusually extreme values). The mean, median, mode, standard deviation, variance, range, and quartiles are the core descriptive statistics that characterize a distribution.
Inferential statistics uses sample data to draw conclusions about a larger population. Hypothesis testing, confidence intervals, regression analysis, and analysis of variance (ANOVA) are the primary tools of inferential statistics. Understanding the logic of statistical inference — null hypotheses, p-values, statistical power, and effect sizes — is essential for evaluating published research and conducting your own analysis.
Descriptive Statistics
The arithmetic mean (average) is the sum of all values divided by the count. The median is the middle value when data is sorted — it is more robust to outliers than the mean. For a right-skewed distribution (like income), the median is a better measure of "typical" than the mean. The mode is the most frequently occurring value — useful for categorical data and multimodal distributions.
Measures of spread quantify how much data varies around the center. Range = maximum − minimum. Variance is the average squared deviation from the mean. Standard deviation (SD) is the square root of variance, expressed in the same units as the data. A small SD indicates data clustered tightly around the mean; large SD indicates high variability. For normally distributed data, approximately 68% of observations fall within ±1 SD of the mean, 95% within ±2 SD, and 99.7% within ±3 SD (the empirical rule).
Quartiles divide sorted data into four equal parts. Q1 (25th percentile) and Q3 (75th percentile) define the interquartile range (IQR = Q3 − Q1), which contains the middle 50% of the data. Outliers are often defined as values below Q1 − 1.5×IQR or above Q3 + 1.5×IQR.
Sample Standard Deviation
Where:
- s= Sample standard deviation
- xᵢ= Each individual data value
- x̄= Sample mean (arithmetic average)
- n= Number of data values in the sample
- n − 1= Bessel's correction — divides by n−1 for unbiased estimate
Probability Theory
Probability quantifies uncertainty on a scale from 0 (impossible) to 1 (certain). The probability of an event A is P(A) = number of favorable outcomes / total number of equally likely outcomes (classical definition). For a fair six-sided die, P(rolling 4) = 1/6 ≈ 0.167.
The addition rule: P(A or B) = P(A) + P(B) − P(A and B). For mutually exclusive events (A and B cannot both occur), P(A or B) = P(A) + P(B). The multiplication rule: for independent events, P(A and B) = P(A) × P(B). Conditional probability P(A|B) = P(A and B) / P(B) — the probability of A given that B has occurred.
Bayes' theorem provides a principled way to update beliefs in light of new evidence: P(A|B) = P(B|A) × P(A) / P(B). It is fundamental to Bayesian statistics, medical diagnosis, spam filtering, and machine learning. The prior probability P(A) is updated by the likelihood ratio P(B|A)/P(B) to yield the posterior probability P(A|B).
Hypothesis Testing
A hypothesis test evaluates evidence against a null hypothesis (H₀) — typically a claim of "no effect" or "no difference." If the evidence (data) is sufficiently inconsistent with H₀, we reject it in favor of the alternative hypothesis (H₁). The p-value is the probability of observing data as extreme as (or more extreme than) what we actually observed, assuming H₀ is true. A small p-value (typically < 0.05) suggests the data is unlikely under H₀.
Common misinterpretations of p-values: a p-value is NOT the probability that H₀ is true; it is NOT the probability of a Type I error for this specific test; and p < 0.05 does not mean the effect is large or practically important (statistical significance ≠ practical significance). Effect size (Cohen's d, r², odds ratio) must be reported alongside p-values for meaningful interpretation.
Type I error (false positive): rejecting H₀ when it is true (probability = α, typically 0.05). Type II error (false negative): failing to reject H₀ when it is false (probability = β). Statistical power = 1 − β: the probability of correctly rejecting H₀ when H₁ is true. A well-designed study typically targets 80% power.
Regression and Correlation
Correlation measures the linear relationship between two variables, ranging from −1 (perfect negative linear relationship) to +1 (perfect positive linear relationship), with 0 indicating no linear relationship. Pearson's r is the most common correlation coefficient. Spearman's ρ is used for ordinal data or when the relationship is monotonic but not strictly linear.
Simple linear regression fits the model y = a + bx, where a is the y-intercept and b is the slope. The slope b = r × (sy/sx), where sy and sx are the standard deviations of y and x, and r is the Pearson correlation coefficient. The least-squares regression line minimizes the sum of squared residuals (vertical distances between data points and the line).
The coefficient of determination R² measures what proportion of the variance in y is explained by x. R² = r² for simple linear regression. An R² of 0.75 means 75% of the variation in y is accounted for by the linear relationship with x. The remaining 25% is due to other factors and random variation.
Worked Examples
Calculate Mean, Median, and Standard Deviation
Solution Steps:
- 1Dataset: [12, 7, 15, 9, 11, 8, 15, 6, 13, 10]. n = 10.
- 2Mean = (12+7+15+9+11+8+15+6+13+10) / 10 = 106/10 = 10.6.
- 3Sorted: [6, 7, 8, 9, 10, 11, 12, 13, 15, 15]. Median (even n) = (10+11)/2 = 10.5. Mode = 15 (appears twice).
- 4Deviations from mean: (12−10.6)²=1.96, (7−10.6)²=12.96, (15−10.6)²=19.36, (9−10.6)²=2.56, (11−10.6)²=0.16, (8−10.6)²=6.76, (15−10.6)²=19.36, (6−10.6)²=21.16, (13−10.6)²=5.76, (10−10.6)²=0.36. Sum=90.4. Variance=90.4/(10−1)=10.04. SD=√10.04=3.17.
Probability: Birthday Problem
Solution Steps:
- 1What is the probability that at least 2 people in a group of 30 share a birthday? (Assume 365 days, uniform distribution, ignore leap years.)
- 2Easier to calculate P(no shared birthdays): P = 365/365 × 364/365 × 363/365 × ... × 336/365 (30 people).
- 3P(no match) = (365 × 364 × 363 × ... × 336) / 365^30 = 365!/(335! × 365^30) ≈ 0.2937.
- 4P(at least one match) = 1 − 0.2937 = 0.7063. There is a 70.6% probability that at least two people in a group of 30 share a birthday — much higher than most people intuitively expect.
Linear Regression Calculation
Solution Steps:
- 1Data: study hours (x) and test scores (y) for 5 students: (2,65), (4,75), (6,82), (8,90), (10,95).
- 2x̄ = (2+4+6+8+10)/5 = 6. ȳ = (65+75+82+90+95)/5 = 81.4.
- 3Slope b = Σ[(xᵢ−x̄)(yᵢ−ȳ)] / Σ[(xᵢ−x̄)²] = [(2−6)(65−81.4)+(4−6)(75−81.4)+(6−6)(82−81.4)+(8−6)(90−81.4)+(10−6)(95−81.4)] / [(−4)²+(−2)²+0²+2²+4²].
- 4Numerator = [65.6+12.8+0+17.2+54.4] = 150. Denominator = 16+4+0+4+16 = 40. b = 150/40 = 3.75. a = ȳ − b×x̄ = 81.4 − 3.75×6 = 81.4 − 22.5 = 58.9. Regression: score = 58.9 + 3.75 × hours.
Tips & Best Practices
- ✓Always visualize your data before applying statistical tests — histograms, boxplots, and scatter plots reveal patterns (bimodality, outliers, non-linearity) that summary statistics hide.
- ✓Report effect sizes alongside p-values — statistical significance tells you if an effect is detectable, not if it matters practically.
- ✓Check your data for outliers before computing the mean — a single data entry error can dramatically distort the mean and standard deviation.
- ✓For skewed data or data with outliers, the median and IQR are more informative measures than the mean and standard deviation.
- ✓Use appropriate tests for your data: t-tests for continuous data, chi-square for categorical count data, Mann-Whitney U for non-parametric ordinal comparisons.
- ✓Pre-register your hypothesis and analysis plan before collecting data to avoid p-hacking (unconscious or conscious selection of analyses that yield significant p-values).
- ✓Never transform or remove data values just to get a significant p-value — this is a form of research misconduct and produces false results.
- ✓When comparing multiple groups, apply corrections for multiple comparisons (Bonferroni, Holm, Benjamini-Hochberg FDR) to control the false discovery rate.
Frequently Asked Questions
Sources & References
Last updated: 2026-06-15
Help us improve!
How would you rate the Statistics Calculators?