CalcMountain

Statistics Calculators

Standard deviation, probability, z-scores, and data analysis

Statistics is the math of uncertainty — how to summarize messy data, how to decide whether a pattern is real or noise, and how to make decisions when you can't observe everything. Our statistics calculators cover the introductory and intermediate territory: descriptive statistics, probability distributions, hypothesis testing, and the core regression and correlation tools.

Start with the descriptive tools: mean/median/mode, standard deviation, variance, interquartile range, percentiles, outliers, box plots, and histograms. These let you summarize a dataset and identify whether it's roughly normal, skewed, multi-modal, or contains anomalies that need investigation before any inferential analysis.

For probability, we cover the discrete distributions (binomial, Poisson), the continuous normal distribution (including z-scores and area-under-the-curve calculations), expected value for random variables, and the combinatorial counting tools (combinations and permutations). The probability calculator handles the basic union/intersection/conditional probability questions.

Hypothesis testing coverage includes one- and two-sample t-tests, chi-square tests for independence and goodness-of-fit, one-way ANOVA, and the general hypothesis testing framework with effect size and power calculations. The confidence interval and margin-of-error calculators support the estimation side. The Bayes theorem calculator handles posterior probability updates given new evidence.

For regression and association, we have linear regression (least squares with R², residuals, and prediction intervals) and the Pearson correlation coefficient. The sample size calculator handles the planning question: how many observations do you need to detect an effect of a given size at a given power?

Formulas follow standard textbook conventions (NIST/SEMATECH e-Handbook, Wasserman's "All of Statistics," or equivalent). Significance levels default to α = 0.05 with two-tailed tests where applicable; power defaults to 80%. For specific clinical, manufacturing-QA, or research applications where assumptions matter critically (e.g., normality, homoscedasticity, independence), validate the assumptions before relying on test results. Statistical significance is not the same as practical significance — a p-value tells you about your data, not about what to do next.

Standard Deviation Calculator

Calculate population and sample standard deviation from a data set.

Open calculator →

Probability Calculator

Calculate basic probability from favorable outcomes divided by total outcomes.

Open calculator →

Combination Calculator (nCr)

Calculate the number of combinations (nCr) for choosing r items from n.

Open calculator →

Permutation Calculator (nPr)

Calculate the number of permutations (nPr) for arranging r items from n.

Open calculator →

Z-Score Calculator

Calculate the z-score from a value, population mean, and standard deviation.

Open calculator →

Confidence Interval Calculator

Calculate the confidence interval for a population mean.

Open calculator →

P-Value Calculator

Calculate the p-value from a z-score or t-score for hypothesis testing.

Open calculator →

Mean, Median, Mode Calculator

Calculate mean, median, and mode from a dataset of up to 10 values.

Open calculator →

Variance Calculator

Calculate population and sample variance from a data set.

Open calculator →

Margin of Error Calculator

Calculate the margin of error for surveys and polls.

Open calculator →

Sample Size Calculator

Calculate the required sample size for a given confidence level and margin of error.

Open calculator →

Correlation Coefficient Calculator

Calculate the Pearson correlation coefficient (r) from paired data.

Open calculator →

Chi-Square Test Calculator

Perform a chi-square goodness-of-fit test comparing observed vs expected frequencies.

Open calculator →

T-Test Calculator

Perform a one-sample t-test comparing a sample mean to a population mean.

Open calculator →

One-Way ANOVA Calculator

Compare means of 3 groups using one-way analysis of variance (ANOVA).

Open calculator →

Linear Regression Calculator

Compute slope, intercept, R-squared, and predictions from paired x,y data.

Open calculator →

Binomial Distribution Calculator

Calculate P(X=k) and cumulative probabilities for a binomial distribution.

Open calculator →

Normal Distribution Calculator

Calculate z-score, probability, and percentile for a normal distribution.

Open calculator →

Poisson Distribution Calculator

Calculate P(X=k) and cumulative probabilities for a Poisson distribution.

Open calculator →

IQR Calculator

Calculate the interquartile range (IQR) from a data set of up to 10 values.

Open calculator →

Percentile Calculator

Find the percentile rank of a value in a data set.

Open calculator →

Hypothesis Testing Calculator

Perform a z-test for hypothesis testing with a decision at your chosen significance level.

Open calculator →

Bayes Theorem Calculator

Calculate P(A|B) using Bayes theorem from P(B|A), P(A), and P(B).

Open calculator →

Expected Value Calculator

Calculate the expected value from outcomes and their probabilities.

Open calculator →

Outlier Calculator

Detect outliers in a data set using the IQR method.

Open calculator →

Box Plot Calculator

Calculate box plot statistics: min, Q1, median, Q3, and max from a data set.

Open calculator →

Histogram Calculator

Generate frequency distribution from data with configurable number of bins.

Open calculator →