Probability Mass Function
Definition
A Probability Mass Function (PMF) is a mathematical function that gives the probability that a discrete random variable is exactly equal to some specific value. In simpler terms, if you have an experiment with distinct, countable outcomes (like rolling a die), the PMF tells you the likelihood of landing on any one of those outcomes.
Main Content
1. Discrete Random Variables
- A discrete random variable is a variable whose values are countable, such as the number of heads in coin flips or the number of students in a class.
- PMF is specifically used for discrete variables, unlike the Probability Density Function (PDF) which is used for continuous variables.
2. The Two Golden Rules of PMF
- For every possible value $x$ in the sample space, the probability $P(X = x)$ must be between 0 and 1 inclusive (i.e., $0 \leq P(X=x) \leq 1$).
- The sum of all probabilities for every possible value in the sample space must equal exactly 1. Mathematically: $\sum P(X=x) = 1$.
3. Visualizing PMF
- A PMF is often represented by a bar chart where the x-axis shows the possible outcomes and the y-axis shows the probability of each outcome.
Probability
^
0.4| [ ]
0.3| [ ] [ ]
0.2| [ ] [ ] [ ]
0.1|[ ] [ ] [ ] [ ]
+-----------------------> Outcome
1 2 3 4
(This diagram shows the probabilities for different outcomes of a random variable.)
Working / Process
1. Identify the Sample Space
- List all possible outcomes of the random experiment. For example, in a single toss of a fair die, the sample space is ${1, 2, 3, 4, 5, 6}$.
- Ensure that the outcomes are mutually exclusive (they cannot happen at the same time).
2. Assign Probabilities
- Determine the likelihood of each specific outcome occurring.
- For a fair die, each face has an equal probability: $P(X=1) = 1/6, P(X=2) = 1/6$, and so on. If the die were "loaded," these values would change.
3. Verify the Function
- Add up all the individual probabilities you assigned in Step 2.
- If the total sum equals 1, your PMF is valid. If it does not equal 1, you must re-evaluate your probability assignments.
Advantages / Applications
- Risk Assessment: Used in finance to calculate the probability of different stock market return scenarios.
- Quality Control: Used in manufacturing to predict the probability of finding a specific number of defective items in a batch.
- Decision Making: Helps businesses optimize inventory by calculating the probability of demand for specific quantities of goods.
Summary
The Probability Mass Function (PMF) is a fundamental tool in probability theory used to map each possible outcome of a discrete random variable to its exact probability. To be valid, all individual probabilities must be between 0 and 1, and their sum must be exactly 1.
Important terms to remember: Discrete Random Variable, Sample Space, Mutually Exclusive, and Probability Distribution.