Can you explain to me discrete distributions?
Detailed Explanation
1. Random Variable
A random variable is a rule that gives you a number after an experiment.
If the experiment outputs only separate, countable numbers (0,1,2,…), then is discrete.
2. Probability Mass Function (PMF)
For a discrete variable we write a table or formula called the probability mass function (PMF):
The two big rules are:
- for every
- (the total chance must be 1)
3. Common Discrete Distributions
| Name | Typical Situation | PMF |
|---|---|---|
| Bernoulli | One yes/no trial | |
| Binomial | yes/no trials | |
| Geometric | Trials until first success | |
| Poisson | Counting rare events per period |
4. Mean and Variance
For any discrete distribution:
Mean (expected value):
Variance:
5. Working Steps
- Identify what counts (number of heads, number of calls, etc.).
- Choose the right discrete model (Bernoulli, Binomial, Poisson, …).
- Write the PMF.
- Check that probabilities add to 1.
- Compute mean, variance, or required probability using the PMF.
Simple Explanation (ELI5)
What is a distribution?
Think of a distribution like a list that tells you how likely each event is.
What does discrete mean?
Discrete is just a fancy word for ‘separate’. The values do not glide smoothly; they jump from one value to another, like stepping‐stones.
Example (Like tossing coins)
If you toss a coin 3 times, you might get 0, 1, 2 or 3 heads. Those are four separate boxes. A discrete distribution writes down how much chance each box gets.
| Heads | Chance |
|---|---|
| 0 | 1/8 |
| 1 | 3/8 |
| 2 | 3/8 |
| 3 | 1/8 |
Add all chances and you get 1 (100 %).
So, a discrete distribution is just a table of chances where values are countable (0,1,2,…).
Step-by-Step Solution
Below is a typical workflow to handle any discrete distribution question.
-
Define the random variable
Example: “number of defective bulbs in a sample of 5”. -
Select Model & Write PMF
Since each bulb is good/defect, count of defects out of 5 → Binomial. -
Probability Calculation
Want ? Add . -
Expectation & Variance
For Binomial: , . -
Check Logic
Final probabilities must sit between 0 and 1; sums should be sensible.
This general five‐step ‘solution’ pattern works for any discrete distribution question.
Examples
Example 1
Counting number of buses passing a stop in 10 minutes (Poisson)
Example 2
Students absent in a class of 40 on a day (Binomial)
Example 3
Number of attempts till you hit a six with a fair die (Geometric)
Example 4
Packets damaged in a shipment of 100 when damage rate is small (Binomial ~ Poisson)
Example 5
Defects per metre in a textile roll (Poisson)
Visual Representation
References
- [1]H.C. Taneja – Probability & Statistics for JEE
- [2]Sheldon Ross – A First Course in Probability
- [3]MIT OpenCourseWare – Introduction to Probability, Lecture notes on Discrete Distributions
- [4]Brilliant.org – Discrete Random Variables practice problems
- [5]NPTEL Video Lectures – Probability and Statistics (IIT Kanpur)