BackChapter 5: Probability Distributions – Binomial and Poisson Distributions
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Probability Distributions
Introduction
Probability distributions describe how probabilities are distributed over the values of a random variable. In statistics, discrete probability distributions such as the binomial and Poisson distributions are fundamental for modeling random processes and interpreting statistical results.
Binomial Probability Distributions
Definition and Requirements
Binomial Probability Distribution: A discrete probability distribution resulting from a procedure that meets these four requirements:
The procedure has a fixed number of trials (n).
The trials are independent.
Each trial has exactly two categories (success and failure).
The probability of success (p) remains the same in all trials.
Notation
S and F: Success and failure, the two possible outcomes.
P(S) = p: Probability of success in one trial.
P(F) = 1 - p = q: Probability of failure in one trial.
n: Fixed number of trials.
x: Number of successes in n trials (0 ≤ x ≤ n).
P(x): Probability of getting exactly x successes in n trials.
Example: Cashless Adults
Suppose the probability that a randomly selected adult smartphone owner is cashless is 0.05.
We want the probability that, among 10 randomly selected adults, exactly 2 are cashless.
This scenario meets all binomial requirements: fixed number of trials (n = 10), independence, two outcomes (cashless or not), and constant probability (p = 0.05).
Values: n = 10, x = 2, p = 0.05, q = 0.95.
Binomial Probability Formula
The probability of exactly x successes in n trials is given by:
Where n = number of trials, x = number of successes, p = probability of success, q = probability of failure.
Example Calculation
Given n = 10, x = 2, p = 0.05, q = 0.95:
(rounded to three significant digits)
The probability of getting exactly two cashless adults is 0.0746.
Alternative Methods
Excel: The BINOM.DIST function can be used to compute binomial probabilities efficiently.
Mean and Standard Deviation of Binomial Distributions
Mean:
Variance:
Standard Deviation:
Range Rule of Thumb
Significantly low values:
Significantly high values:
Values not significant: Between and
Example: NFL Overtime Wins
n = 460 games, p = 0.5, q = 0.5
Mean: games
Standard deviation: games
Significantly low: games
Significantly high: games
252 wins is significantly high (greater than 251.4).
Poisson Probability Distributions
Definition and Requirements
Poisson Probability Distribution: A discrete probability distribution that applies to the number of occurrences of an event over a specified interval (time, distance, area, volume, etc.).
Requirements:
The random variable x is the number of occurrences in some interval.
The occurrences must be random.
The occurrences must be independent.
The occurrences must be uniformly distributed over the interval.
Poisson Probability Formula
The probability of the event occurring x times over an interval is:
Where , = mean number of occurrences in the interval.
Parameters and Properties
Mean:
Standard deviation:
A Poisson distribution is determined only by its mean .
Possible x values: 0, 1, 2, ... (no upper limit).
Example: Atlantic Hurricanes
652 hurricanes in 118 years: hurricanes/year.
Probability of exactly 6 hurricanes in a year:
Expected number of years with 6 hurricanes: years (actual: 16 years). The Poisson model fits well.
Poisson as an Approximation to Binomial
The Poisson distribution can approximate the binomial distribution when:
n is large ()
p is small ()
For the approximation, use in the Poisson formula.
Summary Table: Binomial vs. Poisson Distributions
Feature | Binomial Distribution | Poisson Distribution |
|---|---|---|
Type | Discrete | Discrete |
Number of Trials | Fixed (n) | Not fixed (interval-based) |
Probability of Success | Constant (p) | Small, events rare |
Parameter(s) | n, p | (mean) |
Formula |
Additional info: The notes also reference the use of Excel for calculating binomial probabilities and emphasize the importance of interpreting probability values in context, such as determining whether observed results are significantly high or low using the range rule of thumb.