Probability Distributions Calculator
PMF/PDF, CDF, mean, and variance for Binomial, Poisson, Exponential, Uniform, and Geometric distributions with interactive charts
This free online probability distributions calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Supports both metric (SI) and imperial units with built-in unit selection dropdowns on every input field, so you can work in whatever units your problem provides. Designed for engineering students and professionals working through coursework, design projects, or quick reference calculations.
Probability Distributions Calculator
PMF/PDF, CDF, mean, variance for Binomial, Poisson, Exponential, Uniform, and Geometric distributions.
Distribution Chart
Distribution Data Table
| k | PMF P(X=k) | CDF P(X≤k) |
|---|---|---|
| 0 | 0.000798 | 0.000798 |
| 1 | 0.006839 | 0.007637 |
| 2 | 0.027846 | 0.035483 |
| 3 | 0.071604 | 0.107087 |
| 4 | 0.130421 | 0.237508 |
| 5 | 0.178863 | 0.416371 |
| 6 | 0.191639 | 0.608010 |
| 7 | 0.164262 | 0.772272 |
| 8 | 0.114397 | 0.886669 |
| 9 | 0.065370 | 0.952038 |
| 10 | 0.030817 | 0.982855 |
| 11 | 0.012007 | 0.994862 |
| 12 | 0.003859 | 0.998721 |
| 13 | 0.001018 | 0.999739 |
| 14 | 0.000218 | 0.999957 |
| 15 | 0.000037 | 0.999994 |
| 16 | 0.000005 | 0.999999 |
| 17 | 0.000001 | 1.000000 |
| 18 | 0.000000 | 1.000000 |
| 19 | 0.000000 | 1.000000 |
| 20 | 0.000000 | 1.000000 |
How to Use This Calculator
Enter your input values
Fill in all required input fields for the Probability Distributions Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.
Review your inputs
Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.
Read the results
The Probability Distributions Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.
Explore parameter sensitivity
Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.
Formula Reference
Probability Distributions Calculator Formula
See calculator inputs for the governing equation
Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.
When to Use This Calculator
- •Use the Probability Distributions Calculator when solving homework or exam problems that require quick numerical verification of your hand calculations — instant feedback helps identify arithmetic errors before they propagate.
- •Use it during the early design phase to rapidly iterate on parameters and narrow down feasible configurations before committing time to detailed finite element simulations or full design packages.
- •Use it when reviewing a colleague's calculation or checking a vendor's data sheet for plausibility — a quick sanity check can prevent costly downstream errors.
- •Use it to generate reference data for a technical report or presentation without manual computation, ensuring consistent, reproducible numbers throughout the document.
- •Use it in the field when a quick estimate is needed and a full engineering software package is not available.
About This Calculator
The Probability Distributions Calculator is a precision engineering calculation tool designed for students, engineers, and technical professionals. PMF/PDF, CDF, mean, and variance for Binomial, Poisson, Exponential, Uniform, and Geometric distributions with interactive charts All calculations are performed using established engineering formulas from the relevant scientific literature and standards. Inputs support both metric (SI) and imperial unit systems, with unit conversion handled automatically — simply select your preferred unit from the dropdown next to each field. Results are computed instantly in the browser without sending data to a server, ensuring both speed and privacy. This calculator is intended as a supplementary tool for learning and design exploration; always verify results against authoritative references for safety-critical applications.
The Theory Behind It
This calculator supports five common discrete and continuous probability distributions used in engineering and statistics. (1) Binomial: discrete, models the number of successes in n independent trials with probability p. Mean = np, variance = np(1−p). (2) Poisson: discrete, models the number of events in a fixed interval when events occur at constant rate λ. Mean = variance = λ. Good approximation to binomial when n is large and p is small. (3) Exponential: continuous, models the time between events in a Poisson process with rate λ. Memoryless property (P(X > s+t | X > s) = P(X > t)). Mean = 1/λ, variance = 1/λ². (4) Uniform: continuous, all values in [a, b] equally likely. Mean = (a+b)/2, variance = (b−a)²/12. (5) Lognormal: continuous, arises when the logarithm of the variable is normally distributed. Used for variables that can only be positive and span orders of magnitude (component lifetimes, particle sizes). Each distribution has a specific PMF (discrete) or PDF (continuous), CDF, and moment-generating function. The calculator computes PMF/PDF values, cumulative probabilities, inverse CDF (quantile), mean, and variance for each distribution with user-specified parameters.
Real-World Applications
- •Binomial for quality pass/fail testing: probability of seeing k defective units in a sample of n.
- •Poisson for arrivals and events: number of customers per hour, number of defects per square meter, particle count per cubic centimeter.
- •Exponential for reliability: time between failures in constant-failure-rate systems, often used in early burn-in period or wearout-free regime.
- •Uniform for simulation inputs: when a variable is known only to lie in a range with no further information, uniform is the maximum-entropy choice.
- •Lognormal for life data: fatigue life, component wear, financial returns, particle size distributions all commonly follow lognormal.
Frequently Asked Questions
When should I use a binomial distribution?
When you have n independent trials each with the same probability p of success, and you count the number of successes. Examples: coin flips, quality control sampling, election polling. The binomial probability of exactly k successes in n trials is C(n,k)·p^k·(1−p)^(n−k). For large n, the binomial approximates a normal distribution.
What's the difference between Poisson and exponential?
Both are related to a Poisson process — events occurring randomly at constant rate. Poisson is discrete, counting events in a fixed interval. Exponential is continuous, measuring the TIME between events. If events occur at rate λ per unit time, the number of events in time t is Poisson(λt), and the time between events is Exponential(λ). They are the same underlying process viewed from different angles.
Why is the exponential distribution 'memoryless'?
P(X > s + t | X > s) = P(X > t), meaning the probability of surviving another t units of time is the same regardless of how long you've already survived. This is unique to the exponential among continuous distributions and reflects the constant-failure-rate assumption. It is why exponential is used to model random failure events with no aging, but not for wear-out failures where the hazard rate increases with age (for which Weibull is better).
When is lognormal used?
For variables that are: (1) always positive; (2) span multiple orders of magnitude; (3) arise from multiplicative processes. Examples: particle size in aerosols, fatigue life, return on financial investments, income distributions, reaction rates in complex systems. The logarithm of a lognormal is normal, so log-transforming lognormal data allows application of normal-based statistics.
What's a PMF vs PDF?
PMF (Probability Mass Function) is for DISCRETE distributions. It gives the probability of each individual value: P(X = k) for each k. The sum over all possible values equals 1. PDF (Probability Density Function) is for CONTINUOUS distributions. It gives density at each point: f(x). Probability is computed by integrating the PDF over an interval. The integral from −∞ to +∞ equals 1.
Related Calculators
Normal Distribution Calculator
Compute P(X < x), P(X > x), P(a < X < b), z-scores, and inverse normal with an interactive bell curve
t-Distribution Calculator
Compute p-values (one-tail and two-tail) and critical t-values for Student's t-distribution with any degrees of freedom
Confidence Interval Calculator
Compute confidence intervals using z or t distribution with margin of error, SE, and visual interval bar
Hypothesis Testing Calculator
Step-by-step one-sample z-test, one-sample t-test, and two-sample Welch t-test with rejection region chart
ANOVA Calculator
One-way ANOVA for 2–5 groups: SSB, SSW, MSB, MSW, F-statistic, p-value, and pairwise post-hoc comparisons
Linear Regression Calculator
Simple linear regression with slope, intercept, R², adjusted R², residuals, predictions, and scatter/residual plots