Discrete Probability Distributions
A discrete probability distribution describes how probabilities are assigned to each possible value of a discrete random variable.
Instead of just knowing possible values, we now know how likely each value is.
This lesson is foundational for: statistics, competitive exams, quality control, data science, and machine learning.
Why Discrete Probability Distributions Matter
In real life, we often count things:
- Number of defective products
- Number of heads in coin tosses
- Number of calls received
Discrete probability distributions help us:
- Model such situations mathematically
- Predict typical outcomes
- Measure uncertainty precisely
What Is a Discrete Probability Distribution?
A discrete probability distribution lists:
- All possible values of a random variable
- The probability of each value
It is usually represented using a table or a formula.
Probability Distribution Table (Structure)
A typical distribution table contains:
- Random variable values (x)
- Probability of each value, P(X = x)
This structure appears frequently in exams.
Example: Tossing a Coin Twice
Let X = number of heads in two coin tosses.
| Value of X | P(X) |
|---|---|
| 0 | 1/4 |
| 1 | 1/2 |
| 2 | 1/4 |
This table fully describes the distribution.
Key Properties of Discrete Probability Distributions
Every valid discrete probability distribution must satisfy these rules:
- 0 ≤ P(X = x) ≤ 1 for all x
- Sum of all probabilities = 1
These rules are non-negotiable.
Checking Validity (Important for Exams)
To check if a table is a valid distribution:
- Ensure no probability is negative
- Ensure total probability equals 1
If any rule fails, it is NOT a valid distribution.
Probability Mass Function (PMF)
A Probability Mass Function (PMF) gives the probability that a discrete random variable equals a specific value.
It is written as:
P(X = x)
PMF completely defines a discrete distribution.
Graphical View (Conceptual Visualization)
Discrete probability distributions are often visualized using:
- Bar graphs
- Stem plots
Each bar represents probability of one value.
Example: Rolling a Fair Die
Let X be the number shown on a die.
| X | P(X) |
|---|---|
| 1 | 1/6 |
| 2 | 1/6 |
| 3 | 1/6 |
| 4 | 1/6 |
| 5 | 1/6 |
| 6 | 1/6 |
This is a uniform distribution.
Uniform Discrete Distribution
A discrete distribution is called uniform if all outcomes are equally likely.
Example:
- Fair coin
- Fair die
Uniform distributions are common in basic probability.
Non-Uniform Distributions
In many real-world cases, outcomes are not equally likely.
Example:
- Number of defects in a batch
- Customer arrivals per hour
These require non-uniform distributions.
Expected Value (Preview)
One of the most important quantities derived from a distribution is the expected value.
It represents the long-term average.
We will study this in detail in the next lesson.
Discrete Distributions in Daily Life
Examples include:
- Number of emails received
- Number of customers visiting a store
- Number of accidents per day
All involve counting outcomes.
Discrete Distributions in Competitive Exams
Exams often test:
- Distribution tables
- Validity checks
- Basic probability calculations
Accuracy in tables is critical.
Discrete Distributions in Statistics
Statistics uses discrete distributions to:
- Model count data
- Calculate mean and variance
- Predict typical outcomes
This forms the base for inferential statistics.
Discrete Distributions in Data Science
In data science:
- Click counts
- Purchase counts
- Error counts
are modeled using discrete distributions.
Discrete Distributions in Machine Learning
Machine learning uses discrete distributions in:
- Classification probabilities
- Naive Bayes models
- Count-based features
Probability models rely on them.
Common Mistakes to Avoid
Students often:
- Forget to sum probabilities to 1
- Assign negative probabilities
- Confuse discrete with continuous cases
Always verify distribution rules.
Practice Questions
Q1. Can a discrete probability be greater than 1?
Q2. What must the sum of probabilities equal?
Q3. Is a fair die a uniform distribution?
Quick Quiz
Q1. What does PMF represent?
Q2. Can discrete distributions be graphed using bars?
Quick Recap
- Discrete distributions assign probabilities to values
- Represented using tables or PMFs
- Probabilities must be between 0 and 1
- Total probability must equal 1
- Foundation for expected value and variance
With discrete distributions understood, you are now ready to learn Expected Value and Variance, which measure average behavior and spread.