Skip to main content
engineering

Probability Distributions Calculator

PMF/PDF, CDF, mean, and variance for Binomial, Poisson, Exponential, Uniform, and Geometric distributions with interactive charts

Reviewed by Christopher FloiedPublished Updated

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.

P(X = k)
0.178863
CDF P(X ≤ k)
0.416371
Mean (μ)
6.0000
Variance (σ²)
4.2000
Std Dev (σ)
2.0494

Distribution Chart

Distribution Data Table

kPMF P(X=k)CDF P(X≤k)
00.0007980.000798
10.0068390.007637
20.0278460.035483
30.0716040.107087
40.1304210.237508
50.1788630.416371
60.1916390.608010
70.1642620.772272
80.1143970.886669
90.0653700.952038
100.0308170.982855
110.0120070.994862
120.0038590.998721
130.0010180.999739
140.0002180.999957
150.0000370.999994
160.0000050.999999
170.0000011.000000
180.0000001.000000
190.0000001.000000
200.0000001.000000

How to Use This Calculator

1

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.

2

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.

3

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.

4

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

References & Further Reading