Probability Distribution Calculator
Whether you need to find the area under a normal curve, the chance of exactly 5 successes in a binomial trial, or the probability of fewer than 2 events in a Poisson process, manual calculations can be tedious and error‑prone. Our probability distribution calculator replaces complicated integrals and sums with instant, accurate results. You get probability density (or mass) values, cumulative probabilities, and key summary statistics for the most widely used distributions – all without leaving the page.
How to Use the Probability Distribution Calculator
- Select the distribution from the available list – normal, binomial, Poisson, exponential, uniform, and others.
- Enter the required parameters (for example, mean and standard deviation for a normal distribution, or number of trials and success probability for a binomial).
- Specify the value or range for which you need the probability. The calculator instantly shows the PDF/PMF, the cumulative probability, and complementary probabilities.
- Interpret the results – read the probability directly as a decimal between 0 and 1, and use the complementary value if you need the opposite tail. The calculator also returns the mean, variance, and standard deviation of the chosen distribution.
All computations happen locally in your browser, so your data never leaves your device.
Probability Distributions Supported by the Calculator
The calculator covers both continuous and discrete families:
- Normal (Gaussian) – mean μ, standard deviation σ
- Binomial – number of trials n, success probability p
- Poisson – rate parameter λ
- Exponential – rate parameter λ
- Uniform – lower and upper bounds a and b
- Student’s t – degrees of freedom ν
- Chi‑squared – degrees of freedom k
- F‑distribution – numerator and denominator degrees of freedom d1, d2
- Geometric – success probability p (first success definition)
- Negative Binomial – number of failures r, success probability p
Each distribution exposes its core formulas, so you can follow the underlying mathematics.
Normal Distribution: Example and Formulas
The normal distribution is the most common in statistics. Its probability density function is:
f(x) = (1/(σ√(2π))) * exp(–(x–μ)²/(2σ²))
Example: The heights of adult men in a region follow a normal distribution with μ = 178 cm and σ = 7 cm. What is the probability that a randomly selected man is shorter than 170 cm?
Using the calculator: enter μ = 178, σ = 7, and compute P(X ≤ 170). The z‑score is (170–178)/7 ≈ –1.1429. The cumulative probability (CDF) equals approximately 0.1265, so about 12.65% of men are shorter than 170 cm.
Binomial Distribution: Example and Formulas
For a fixed number of independent trials with constant success probability p, the probability of exactly k successes is:
P(X = k) = C(n, k) · pᵏ · (1–p)ⁿ⁻ᵏ
where C(n, k) is the binomial coefficient.
Example: A coin is tossed 10 times, with p(heads) = 0.4. What is the probability of exactly 4 heads?
n = 10, p = 0.4, k = 4. The calculator returns P(X = 4) ≈ 0.2508. The probability of at least 7 heads (k ≥ 7) can be obtained by summing the masses or using the complementary CDF – the tool displays 0.0548.
Poisson Distribution: Example and Formulas
When counting rare events in a fixed interval, the Poisson distribution gives:
P(X = k) = (λᵏ · e⁻λ) / k!
Example: A call center receives an average of 3 calls per minute. What is the likelihood of receiving exactly 0 calls in a given minute? With λ = 3 and k = 0, P(X = 0) = e⁻³ ≈ 0.0498. The calculator also shows the probability of up to 2 calls (P(X ≤ 2) ≈ 0.4232), useful for staffing models.
Interpreting the Results: PDF, CDF, and Beyond
Every probability distribution calculator result includes:
- PDF / PMF value – relative likelihood of a particular outcome (height of the curve or mass at a point). For continuous variables, this is not a probability but a density.
- CDF (cumulative probability) – P(X ≤ x). The most direct answer to “what is the chance that the variable does not exceed x?”
- Survival function – P(X > x) = 1 – CDF. Handy for reliability studies and upper‑tail tests.
- Mean and variance – indicate the central tendency and spread of the distribution.
If you need a confidence interval or a critical value for hypothesis testing, simply look for the quantile (inverse CDF) functionality – the calculator can also return the value x such that P(X ≤ x) = α.
The calculator provides theoretical probabilities assuming ideal distributional conditions. Always verify that your data meets the underlying assumptions before applying results to real‑world decisions.