Summary
Highlights
Marginal probability refers to the probability of a single event occurring independently of any other events. This is also called simple probability. The video uses an example of 100 students surveyed about their stance on high registration fees. Examples include finding the probability of a student being male, female, in favor of the fees, or against the fees, based on a 2x2 contingency table.
To calculate marginal probabilities, the number of occurrences of the single event is divided by the total number of possible outcomes. For instance, the probability of a student being male is 60/100 (0.6), female is 40/100 (0.4), in favor is 19/100 (0.19), and against is 81/100 (0.81).
Joint probability is the probability of two or more events occurring together. It is related to the intersection of events. For example, the probability of a student being male AND in favor of the fees, or female AND against the fees. These probabilities are found directly from the inner cells of the contingency table.
Using the example table, the joint probability of a student being male and in favor is 15/100 (0.15). The joint probability of being female and against the fees is 36/100 (0.36).
A Venn diagram can be used to visualize these probabilities. The sample space is represented by a rectangle containing all 100 students. Events like 'male' and 'female' are mutually exclusive and partition the sample space. Other events, like 'in favor' or 'against', can overlap with 'male' and 'female', illustrating joint probabilities as overlapping regions.
The Venn diagram shows the relative sizes of the populations (e.g., 60 males, 40 females). The intersection areas within the Venn diagram represent the joint probabilities, such as 15 males being in favor and 45 males being against. This visual representation helps understand the relationships between different events.
Conditional probability is the probability that an event will occur given that another event has already occurred. It is denoted as P(B|A), meaning the probability of event B happening given that event A has already happened.
The formula for conditional probability P(B|A) is P(A and B) / P(A). The numerator is the joint probability of A and B happening together, and the denominator is the marginal probability of A, which is the event that has already occurred.
Using the student survey example, the video calculates the conditional probability of a student being in favor given that they are male, P(In Favor | Male). This is calculated as P(In Favor and Male) / P(Male). From the previous calculations, P(In Favor and Male) is 0.15 and P(Male) is 0.6. Therefore, P(In Favor | Male) = 0.15 / 0.6 = 0.25.