BackL5.1 Discrete Distributions: Bernoulli and Binomial Distributions
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Discrete Probability Distributions
Introduction to Discrete Distributions
Many real-world problems in business, economics, and other fields involve discrete random variables, which represent outcomes that can only take on specific, separate values (such as counts or binary outcomes). To model the randomness of such variables, we use specific probability distributions. Two important and widely used discrete distributions are the Binomial distribution and the Poisson distribution.
Binomial distribution: Used for modeling the number of successes in a fixed number of independent trials, such as click-through rates in online advertising, disease detection (positive/negative), or the number of defective items in quality control.
Poisson distribution: Used for modeling the number of events occurring in a fixed interval of time or space, such as the number of purchases or calls per customer, product failures over time, or the number of accidents per day.
Bernoulli Distribution
Definition and Properties
The Bernoulli distribution is the simplest discrete probability distribution, modeling a random variable that takes the value 1 ("success") with probability p and the value 0 ("failure") with probability 1 − p, where 0 < p < 1.
Notation:
x | 0 | 1 |
|---|---|---|
p(x) | 1-p | p |
The probability mass function (PMF) in function form:
Alternatively: for or $1$
Expected Value and Variance
Expected value:
Variance:
Example: Bernoulli Distribution in Quality Control
A shipment of DVD players contains three defective and seven nondefective players. If a customer randomly selects a player, let if the player is defective and otherwise. The probability of selecting a defective player is , so .
Binomial Distribution
Definition and Properties
The Binomial distribution models the number of successes in a fixed number of independent Bernoulli trials, each with the same probability of success p.
Notation:
can take values
Probability Mass Function (PMF)
The term counts the number of ways to choose successes in trials.
The term is the probability of having exactly successes and failures.
Example: Coin Flips
Suppose we flip three coins, each showing heads with probability 0.2. Let denote the number of heads obtained. Then .
Relationship to Bernoulli Distribution
If , are independent and identically distributed Bernoulli random variables with parameter , then .
The Bernoulli distribution is a special case of the binomial distribution with .
Expected Value and Variance
Expected value:
Variance:
Example: Payment Method in a Store
Suppose 30% of customers pay by credit card. For the next five customers, what is the probability that three pay by credit card?
Let be the number of customers paying by credit card:
Example: Defective Light Bulbs
A factory produces light bulbs, each with a 5% chance of being defective. If 20 bulbs are tested, let be the number of defective bulbs.
Probability exactly 2 are defective:
Expected number:
Variance:
Probability exactly 2 are defective, given at least one is defective:
Summary Table: Bernoulli vs. Binomial Distribution
Property | Bernoulli | Binomial |
|---|---|---|
Number of trials | 1 | n |
Possible values | 0, 1 | 0, 1, ..., n |
PMF | ||
Mean | ||
Variance |
References: Mittelhammer, R. C. (2013). Mathematical Statistics for Economics and Business. Springer.