Discrete Distribution Binomial Poisson’s

Comprehensive study notes, diagrams, and exam preparation for Discrete Distribution Binomial Poisson’s.

Discrete Probability Distributions: Binomial and Poisson

Definition

Discrete probability distributions describe the likelihood of occurrence of each possible value of a discrete random variable. A discrete random variable is one that can only take on specific, countable values (such as 0, 1, 2, ...). The Binomial and Poisson distributions are the two most fundamental models used to calculate these probabilities in real-world statistical analysis.


Main Content

1. The Binomial Distribution

  • This distribution models the number of successes in a fixed number of independent trials.
  • It requires four conditions (BINS): Binary outcomes (success/failure), Independent trials, Number of trials is fixed, and Same probability of success in each trial.

2. The Poisson Distribution

  • This distribution models the number of events occurring within a fixed interval of time or space.
  • It is ideal for "rare events" where the average rate of occurrence ($\lambda$) is known, but the total number of trials is theoretically infinite.

3. Visual Comparison

  • The Binomial distribution is limited by the number of trials ($n$), whereas the Poisson distribution is limited only by the average rate ($\lambda$).
Binomial (n=10, p=0.5)      Poisson (lambda=3)
    |                       |
   |||                     |||
  |||||                   |||||
 012345678910            0123456789...

(Figure: The Binomial distribution is bounded by trials, while the Poisson tail extends indefinitely.)


Working / Process

1. Identifying the Distribution Type

  • Determine if the problem involves a set number of attempts (e.g., flipping a coin 10 times). If yes, use Binomial.
  • Determine if the problem involves occurrences over time/area without a set number of attempts (e.g., number of emails per hour). If yes, use Poisson.

2. Applying the Binomial Formula

  • Use the formula: $P(X = k) = \binom{n}{k} p^k (1-p)^{n-k}$
  • $n$ is the number of trials, $k$ is the number of successful outcomes, and $p$ is the probability of success.

3. Applying the Poisson Formula

  • Use the formula: $P(X = k) = \frac{e^{-\lambda} \lambda^k}{k!}$
  • $\lambda$ (lambda) is the average number of occurrences, and $e$ is Euler's number (approx. 2.718).

Advantages / Applications

  • Quality Control: Binomial distribution is used to determine the probability of finding defective items in a batch of manufactured goods.
  • Service Modeling: Poisson distribution helps call centers predict the number of incoming calls per hour to manage staffing levels effectively.
  • Risk Assessment: These models provide a mathematical basis for decision-making in insurance, medicine, and finance, allowing professionals to quantify uncertainty.

Summary

  • The Binomial distribution calculates successes in a fixed number of trials, while the Poisson distribution calculates occurrences over an interval.
  • Key Terms:
    • Random Variable: The outcome being measured.
    • Trials: Individual repetitions of an experiment.
    • Lambda ($\lambda$): The average rate of occurrence in Poisson.
    • Factorial (!): The product of an integer and all integers below it.
  • In short, these distributions allow us to predict the behavior of discrete events by converting real-world scenarios into precise mathematical probabilities.