![]() |
Probability is a fundamental concept in statistics that helps us understand the likelihood of different events occurring. Within probability theory, there are three key types of probabilities: joint, marginal, and conditional probabilities.
In this article, we will discuss these probabilities in detail, including examples and differences between them as well. Table of Content Probability of an EventProbability of an event quantifies how likely it is for that event to occur. It is a measure that ranges from 0 to 1, where 0 indicates the event cannot happen and 1 indicates the event is certain to happen. The probability of an event A, denoted as P(A), is defined as:
Sample Space (S)
Event (A)
Event is the specific outcome or set of outcomes that we are interested in. For instance, getting an even number when rolling a die is an event A = {2, 4, 6}. Joint ProbabilityJoint probability is the probability of two (or more) events happening simultaneously. It is denoted as P(A∩B) for two events A and B, which reads as the probability of both A and B occurring. For two events A and B, the joint probability is defined as:
Note: If A and B are dependent, the joint probability is calculated using conditional probability Examples of Joint ProbabilityRolling Two Dice
The joint probability P(A∩B) is the probability that the first die shows a 3 and the second die shows a 5. Since the outcomes are independent, P(A∩B) = P(A) ⋅ P(B). Given: P(A) = 1/6 and P(B) = 1/6, so ⇒ P(A∩B) = 1/6 × 1/6 = 1/36. Marginal ProbabilityMarginal probability refers to the probability of an event occurring, irrespective of the outcomes of other variables. It is obtained by summing or integrating the joint probabilities over all possible values of the other variables. For two events A and B, the marginal probability of event A is defined as:
Where P(A, B) is the joint probability of both events A and B occurring together. If the variables are continuous, the summation is replaced by integration:
Examples of Marginal ProbabilityConsider a table showing the joint probability distribution of two discrete random variables X and Y:
To find the marginal probability of X = 1: P(X = 1) = P(X = 1, Y = 1) + P(X = 1, Y = 2) = 0.1 + 0.2 = 0.3 Read More about Marginal Distribution. Conditional ProbabilityConditional probability is the probability of an event occurring given that another event has already occurred. It provides a way to update our predictions or beliefs about the occurrence of an event based on new information. The conditional probability of event A given event B is denoted as P(A∣B) and is defined by the formula:
Where:
Examples of Conditional ProbabilitySuppose we have a deck of 52 cards, and we want to find the probability of drawing an Ace given that we have drawn a red card.
There are 2 red Aces in a deck (Ace of hearts and Ace of diamonds) and 26 red cards in total. [Tex]P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\frac{2}{52}}{\frac{26}{52}} = \frac{2}{26} = \frac{1}{13}[/Tex] Difference between Joint, Marginal, and Conditional ProbabilityThe key differences between joint, marginal and conditional probability are listed in the following table:
Read More,
FAQs on Joint, Marginal, and Conditional ProbabilityDefine Joint Probability.
Define Marginal Probability.
Define Conditional Probability.
What is the difference between Joint and Marginal Probability?
What is the difference between Marginal and Conditional Probability?
|
Reffered: https://www.geeksforgeeks.org
Mathematics |
Related |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 19 |