Marginal and conditional probabilities are two fundamental concepts in probability theory. Let’s dive into the details of each and explore their differences.
1. Marginal Probability:
Marginal probability refers to the probability of an event occurring without any given conditions. It is the probability of a single event, rather than a conditional event. Marginal probability is calculated by dividing the number of occurrences of the event by the total number of possible outcomes in the sample space. Formally, the marginal probability of an event A occurring can be written as:
$$P(A) = \frac{\text{number of occurrences of A}}{\text{total number of possible outcomes}}$$
2. Conditional Probability:
Conditional probability, on the other hand, is the probability of an event occurring given that another event has already occurred. In other words, it measures the probability of one event occurring in relation to another event. Conditional probability is represented as P(A|B), which reads "the probability of A given B." Formally, the conditional probability of an event A occurring, given B, is calculated as:
$$P(A|B) = \frac{P(A \cap B)}{P(B)}$$
where P(A ∩ B) represents the probability of both A and B occurring together, and P(B) is the probability of B occurring.
Example:
Consider a deck of 52 playing cards. What is the probability of a card drawn being a king? And what is the probability of a card being a king, given that it is a face card?
a. Marginal Probability:
The marginal probability of drawing a king from the deck is the probability of the event without any conditions. There are 4 kings in a 52-card deck, so the marginal probability of drawing a king is:
$$P(\text{King}) = \frac{4}{52} = \frac{1}{13}$$
b. Conditional Probability:
Now, let’s calculate the probability of drawing a king, given that the card is a face card. There are 12 face cards (Kings, Queens, and Jacks) in the deck, so the probability of drawing a face card is:
$$P(\text{Face card}) = \frac{12}{52} = \frac{3}{13}$$
There are still 4 kings in the deck and assuming that there are 3 suits (Hearts, Diamonds, and Clubs) the probability of both drawing a king and a face card (the intersection) is:
$$P(\text{King} \cap \text{Face card}) = \frac{4}{52} = \frac{1}{13}$$
So, the conditional probability of drawing a King given we have a face card is:
$$P(\text{King} | \text{Face card}) = \frac{P(\text{King} \cap \text{Face card})}{P(\text{Face card})} = \frac{(\frac{1}{13})}{(\frac{3}{13})} = \frac{1}{3}$$
In summary, marginal probability is the basic probability of an event occurring without any conditions, while conditional probability measures the probability of one event occurring when another event has taken place. Both of these concepts are essential in understanding and analyzing events in probability theory.