The Probability Mass Function (PMF) is a function or table that maps every possible value of a discrete random variable to its probability .
For a PMF to be valid, it must satisfy two fundamental conditions: every individual probability must be between 0 and 1 (), and the sum of all probabilities must equal 1.
The Summation Rule:
CDF Formula:
To calculate , you sum the probabilities of all outcomes from the minimum possible value up to and including .
The Complement Rule is often used for efficiency: . This is particularly useful when calculating the probability of 'at least one' or large ranges.
Mean Formula:
Variance Formula: , where
| Feature | Discrete Random Variable | Continuous Random Variable |
|---|---|---|
| Outcomes | Countable (finite or infinite) | Uncountable (intervals) |
| Function | Probability Mass Function (PMF) | Probability Density Function (PDF) |
| Can be non-zero | Always zero | |
| Summation |
Sanity Check: Always verify that your probabilities sum to exactly 1. If they do not, check for arithmetic errors or missing outcomes in your sample space.
Table Construction: For problems involving a small number of outcomes, always draw a probability table. It clarifies the relationship between and and prevents missing values.
Inequality Translation: Carefully translate phrases like 'at most' (), 'fewer than' (), and 'at least' () into the correct mathematical symbols before calculating.
Efficiency: If asked to find , it is almost always faster to calculate than to sum multiple individual probabilities.