![]() |
VOOZH | about |
Conditional Probability Density Function (Conditional PDF) describes the probability distribution of a random variable given that another variable is known to have a specific value. In other words, it provides the likelihood of outcomes for one variable, conditional on the value of another.
Mathematically, for two continuous random variables X and Y, the conditional PDF of X given that Y = y is denoted as:
Where:
Here,
To calculate the Conditional Probability Density Function (Conditional PDF), we use the relationship between the joint PDF and the marginal PDF and the following steps:
This gives the probability distribution of X given the value of Y=y.
Let’s assume that X and Y have the following joint PDF:
for 0 < x < 1 and 0 < y < 1
Step 1: Find the marginal PDF of Y:
f_{X|Y}(x|y) = \frac{f_{X,Y}(x, y)}{f_Y(y)} = \frac{6xy}{3y} = 2x \quad \text{for} \quad 0 < x < 1
Thus, the conditional PDF of X given Y = y is:
.
This is how you calculate the conditional PDF.
Conditional Probability Density Function (Conditional PDF) has several important properties, which are useful in understanding how conditional distributions behave in probability theory and statistics. Here are the key properties:
The conditional PDF must always be non-negative:
f_{X|Y}(x|y) \geq 0 \quad \text{for all} \quad x, y.
This follows from the fact that probability density functions cannot be negative.
The conditional PDF must integrate to 1 with respect to x, given a specific value of y. In other words:
for each fixed y
This ensures that the conditional probability of X given Y = y is a valid probability distribution.
The conditional expectation of X given Y = y can be computed as:
This is the expected value of X when Y is known to be y.
Two random variables X and Y are conditionally independent given a third random variable Z if:
In other words, knowing Z makes X and Y independent. This property is fundamental in areas like graphical models and Bayesian networks.
To obtain the marginal PDF of X, you can integrate out the conditional PDF over the values of Y:
This shows how the marginal PDF of X can be recovered from the conditional PDF and the marginal PDF of Y.
The conditional cumulative distribution function (CDF) of X given Y = y is related to the conditional PDF by:
This gives the probability that X is less than or equal to X, given that Y = y
Read More,