Probability Distribution Calculator

Calculate probabilities for all major distributions with visualizations and step-by-step solutions

Please enter a positive integer
Please enter a value between 0 and 1
Please enter a non-negative integer
Probability Result
Select distribution and enter parameters
Step-by-Step Solution
Step 1:
Identify the distribution and parameters
Recognize the distribution type and input values
Step 2:
Apply the appropriate probability formula
Use the formula for the selected distribution
Step 3:
Calculate the probability
Perform the necessary calculations
Step 4:
Interpret the result
Explain what the probability means

Binomial Distribution

The binomial distribution describes the number of successes in a fixed number of independent Bernoulli trials, each with the same probability of success.

Formula: P(X=k)=(nk)pk(1p)nk

Parameters:

  • n = number of trials
  • p = probability of success on each trial
  • k = number of successes

Applications: Quality control, survey analysis, medical trials, game theory

Probability Distributions Explained

Probability distributions describe how probabilities are distributed over the values of a random variable. Here's a comprehensive overview:

Distribution Type Parameters Probability Mass/Density Function Applications
Binomial Discrete n, p P(X=k)=(nk)pk(1p)nk Success/failure experiments, quality control
Normal Continuous μ, σ f(x)=1σ2πe(xμ)22σ2 Natural phenomena, measurement errors, IQ scores
Poisson Discrete λ P(X=k)=λkeλk! Rare events, arrivals in queues, radioactive decay
Exponential Continuous λ f(x)=λeλx Time between events, survival analysis
Uniform Continuous a, b f(x)=1ba Random number generation, simulations
Geometric Discrete p P(X=k)=(1p)k1p Number of trials until first success

Key Concepts:

  • Probability Mass Function (PMF): For discrete distributions, gives probability at each point
  • Probability Density Function (PDF): For continuous distributions, probability is area under curve
  • Cumulative Distribution Function (CDF): Probability that X ≤ x
  • Mean (μ): Expected value of the distribution
  • Variance (σ²): Measure of spread around the mean
  • Standard Deviation (σ): Square root of variance
Applications
  • Quality Control: Binomial distribution for defect rates
  • Finance: Normal distribution for stock returns
  • Telecommunications: Poisson for call arrivals
  • Reliability Engineering: Exponential for failure times
  • Manufacturing: Uniform for tolerances
  • Clinical Trials: Geometric for trial success
  • Quality Testing: Hypergeometric for sampling
  • Epidemiology: Negative binomial for disease spread

Frequently Asked Questions

Common questions about probability distributions:

Discrete Distributions:

  • Random variable takes countable values
  • Probability defined at specific points
  • Examples: Binomial, Poisson, Geometric
  • Probability Mass Function (PMF)

Continuous Distributions:

  • Random variable takes uncountable values
  • Probability defined over intervals
  • Examples: Normal, Exponential, Uniform
  • Probability Density Function (PDF)

Binomial Distribution:

  • Fixed number of trials (n)
  • Constant probability of success (p)
  • Trials are independent
  • Examples: Coin flips, pass/fail tests

Poisson Distribution:

  • Events occur at a constant rate (λ)
  • Events are independent
  • Number of events in fixed interval
  • Examples: Calls to call center, website visits

Rule of thumb: Poisson approximates binomial when n is large (n > 50) and p is small (p < 0.1)

The normal distribution (Gaussian distribution) is symmetric and bell-shaped:

  • 68% of values within 1 standard deviation of mean
  • 95% within 2 standard deviations
  • 99.7% within 3 standard deviations

Key properties:

  • Mean = Median = Mode
  • Completely determined by mean (μ) and standard deviation (σ)
  • Many statistical tests assume normality
  • Central Limit Theorem: Sums of random variables tend to normal

The exponential and Poisson distributions are closely related:

  • Poisson distribution: Models number of events in fixed time period
  • Exponential distribution: Models time between events
  • If events follow Poisson process with rate λ, then time between events follows exponential distribution with parameter λ
  • Both distributions are memoryless

Example: If customers arrive at a store following Poisson distribution with rate 10 per hour, then time between arrivals follows exponential distribution with mean 6 minutes.