12.9 - Common Discrete Distributions and Their PMFs
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
Interactive Audio Lesson
Listen to a student-teacher conversation explaining the topic in a relatable way.
Introduction to Discrete Distributions
🔒 Unlock Audio Lesson
Sign up and enroll to listen to this audio lesson
Today, we will learn about some common discrete distributions and their Probability Mass Functions, or PMFs for short. PMFs help us understand how probabilities are distributed for discrete random variables.
What exactly is a discrete random variable again?
Great question! A discrete random variable takes on countable values, like the number of heads when tossing a coin or the result of rolling a die.
How is a PMF related to those variables?
The PMF gives us the probability that a discrete random variable equals a specific value. Think of it as a mapping from the outcomes to their probabilities.
Bernoulli Distribution
🔒 Unlock Audio Lesson
Sign up and enroll to listen to this audio lesson
Let’s start with the Bernoulli distribution. It is one of the simplest discrete distributions. Can anyone tell me what kind of scenarios it models?
Doesn’t it model situations with just two outcomes?
Exactly! We use it to model 'success' or 'failure'. The PMF is P(X = x) = p^x(1 - p)^{1 - x}, where x can be 0 or 1.
So, if we get a head when tossing a coin, would we have p as 0.5?
Yes! That's correct. When you have a fair coin, both outcomes are equally likely.
Binomial and Geometric Distributions
🔒 Unlock Audio Lesson
Sign up and enroll to listen to this audio lesson
Moving to the Binomial distribution—it extends the Bernoulli distribution to multiple trials. Does anyone remember how it is formulated?
Isn’t it P(X = x) = (n choose x) p^x(1 - p)^{n - x}?
Exactly! This formula shows the probability of getting x successes in n trials. Now, what about the Geometric distribution?
That one measures the number of trials until the first success, right?
Correct! And its PMF is P(X = x) = (1 - p)^{x - 1}p for x = 1, 2, 3....
Poisson Distribution
🔒 Unlock Audio Lesson
Sign up and enroll to listen to this audio lesson
Lastly, let’s discuss the Poisson distribution. It’s quite different from the others we’ve talked about.
What makes it different?
The Poisson distribution models the number of events occurring in a fixed interval. Its PMF is P(X = x) = e^{-λ} λ^x/x! for x = 0, 1, 2…
So, it’s used for things like how many emails we receive in an hour?
Exactly! It’s perfect for modeling random events over fixed intervals.
Recap of Key Distributions
🔒 Unlock Audio Lesson
Sign up and enroll to listen to this audio lesson
Let’s recap. We’ve learned about Bernoulli, Binomial, Geometric, and Poisson distributions. What is one thing you remember about the Bernoulli distribution?
It has only two outcomes, success and failure!
Good job! And the Binomial distribution is a series of Bernoulli trials. What about the Poisson distribution?
It's for counting events over a fixed interval!
Absolutely! Understanding these distributions is essential, as they form the basis for more complex probabilistic models.
Introduction & Overview
Read summaries of the section's main ideas at different levels of detail.
Quick Overview
Standard
In this section, we discuss several common discrete distributions including Bernoulli, Binomial, Geometric, and Poisson distributions. We outline their respective PMFs, providing a mathematical representation alongside key characteristics and applications.
Detailed
In this section, we delve into the concept of Probability Mass Functions (PMFs) through the lens of various common discrete distributions. The Bernoulli distribution, which models two possible outcomes (success and failure), is defined with its PMF given by P(X = x) = p^x(1 - p)^{1 - x}, where x can be either 0 or 1. Next, the Binomial distribution extends this by allowing a fixed number n of trials with a success probability p, expressed as P(X = x) = (n choose x) p^x(1-p)^{n-x} for x = 0, 1, ..., n. The Geometric distribution then models the number of trials until the first success, represented by P(X = x) = (1 - p)^{x - 1}p for x = 1, 2, 3, ... Finally, the Poisson distribution is useful for modeling the number of events occurring in a fixed interval, defined by P(X = x) = e^{-λ}λ^x/x! for x = 0, 1, 2, ... This section is crucial as it provides foundational knowledge that applies to various real-world probabilistic scenarios in engineering and beyond.
Youtube Videos
Audio Book
Dive deep into the subject with an immersive audiobook experience.
Bernoulli Distribution
Chapter 1 of 4
🔒 Unlock Audio Chapter
Sign up and enroll to access the full audio experience
Chapter Content
Bernoulli(p)
\(P(X = x) = p^x(1−p)^{1−x}, x ∈ {0,1}\)
Detailed Explanation
The Bernoulli distribution is a simple yet fundamental discrete distribution. It represents a single trial with two possible outcomes—success or failure. The parameter 'p' indicates the probability of success. When we say \(P(X = 0)\), it means the event did not happen (failure), while \(P(X = 1)\) means the event did occur (success). In essence, if you flip a coin, getting Heads could represent success.
Examples & Analogies
Imagine you are tossing a coin where ‘Heads’ is a success (let's say you win a dollar) and ‘Tails’ is a failure (you win nothing). If the coin is fair, the probability ‘p’ for Heads is 0.5, and hence the probability of getting Tails will also be 0.5. Thus, this distribution helps model simple yes-or-no experiments.
Binomial Distribution
Chapter 2 of 4
🔒 Unlock Audio Chapter
Sign up and enroll to access the full audio experience
Chapter Content
Binomial(n, p)
\(P(X = x) = \binom{n}{x} p^x(1−p)^{n−x}\)
Detailed Explanation
The Binomial distribution extends the Bernoulli distribution to multiple trials. It describes the number of successes in 'n' independent Bernoulli trials, each with the same probability of success 'p'. The term \(\binom{n}{x}\) (read as 'n choose x') calculates how many ways 'x' successes can occur in 'n' trials. For instance, if you flip a coin 10 times, you could get 7 Heads in different arrangements, and the binomial formula helps calculate that probability.
Examples & Analogies
Think about a basketball player who has a free throw success rate of 75% (or p = 0.75). If they take 10 shots, the Binomial distribution would help us find out the probability of scoring exactly 8 baskets. This distribution is important in many fields whenever there are a fixed number of trials.
Geometric Distribution
Chapter 3 of 4
🔒 Unlock Audio Chapter
Sign up and enroll to access the full audio experience
Chapter Content
Geometric(p)
\(P(X = x) = (1−p)^{x−1}p, \text{ for } x = 1, 2, ...\)
Detailed Explanation
The Geometric distribution models the number of trials needed to achieve the first success in repeated independent Bernoulli trials. It shows that 'x' is the trial on which the first success occurs. For example, if you keep flipping a coin until you get your first Head, the number of flips required follows the Geometric distribution, which considers the probability of getting a Tail (failure) in the previous trials plus the success (Head) on the current trial.
Examples & Analogies
Imagine you’re playing a game where you roll a die until you get a six. The Geometric distribution can tell you the likelihood that you will roll your first six on the third roll (after two non-sixes). It's particularly useful in scenarios where we want to know how long it will take to succeed.
Poisson Distribution
Chapter 4 of 4
🔒 Unlock Audio Chapter
Sign up and enroll to access the full audio experience
Chapter Content
Poisson(λ)
\(P(X = x) = \frac{e^{−λ}λ^x}{x!}, \text{ for } x = 0, 1, 2,...\)
Detailed Explanation
The Poisson distribution describes the number of events that occur within a fixed interval of time or space, where these events occur with a known constant mean rate (λ) and are independent of the time since the last event. It's particularly useful for modeling rare events. For instance, if on average 3 customers arrive at a store every hour, the Poisson distribution can help calculate the probability that exactly 5 customers arrive in the next hour.
Examples & Analogies
Consider a call center that receives an average of 5 calls per minute. The Poisson distribution can be applied to predict how many calls will be received in a given minute. If the average is 5 (λ), we can use this distribution to find out the probability of receiving 10 calls or none at all during the minute.
Key Concepts
-
Probability Mass Function (PMF): A function that defines the probability for a discrete random variable.
-
Bernoulli Distribution: Models two possible outcomes (success/failure) with a specific PMF.
-
Binomial Distribution: Extends the Bernoulli to multiple trials to calculate probabilities.
-
Geometric Distribution: Models the number of trials until the first success.
-
Poisson Distribution: Counts the events in a fixed interval, important for modeling random occurrences.
Examples & Applications
When tossing a fair coin, the PMF is 0.5 for heads and 0.5 for tails, representing a Bernoulli distribution.
In a Binomial distribution with n=10 and p=0.5, the probability of getting exactly 5 heads can be calculated using the PMF formula.
A Geometric distribution can be used to find out the number of coin tosses needed to get the first heads.
The Poisson distribution can be applied to predict the number of calls received at a call center in an hour.
Memory Aids
Interactive tools to help you remember key concepts
Rhymes
Bernoulli's toss with heads and tails, in trials of n, success prevails.
Stories
Imagine tossing a coin in a game—heads is success while tails gets the blame. With n flips, you seek your gain, the binomial teaches, numbers remain.
Memory Tools
For Binomial: Remember 'n' for trials, 'p' for probability, and 'x' for successful miles.
Acronyms
G for Geometric
= Trials until Goal.
Flash Cards
Glossary
- Discrete Random Variable
A variable that can take on a countable number of distinct values.
- Probability Mass Function (PMF)
A function that gives the probability that a discrete random variable is exactly equal to some value.
- Bernoulli Distribution
A discrete distribution for a random variable which has exactly two possible outcomes.
- Binomial Distribution
A distribution representing the number of successes in a fixed number of independent Bernoulli trials.
- Geometric Distribution
A distribution that models the number of trials until the first success.
- Poisson Distribution
A distribution that models the number of events occurring within a fixed interval of time or space.
Reference links
Supplementary resources to enhance your learning experience.