The conditional distribution function1 of a set of random variables is the function that gives the Probability of any outcomes when the value of one or more of the random variables is already known in advance. For instance, if the variables are four dice being rolled together, the conditional distribution function answers the question "what's the probability that the fourth die will roll a 5 if the other dice rolled a 3, a 4 and a 1?"
Formally, given a Joint distribution function , the conditional distribution function for two random variables is
where is the specific value that is chosen to take and is the Marginal distribution function that follows, evaluated in . The notation means "the probability that will be the value knowing in advance that will be ". It is commonly abbreviated to .
Properties#
- It is normalized: where is the sample space of . Same goes for any other combination of variables.
- For independent variables, it matches the probability density function:
where we have omitted the subscripts because most terms are mixed marginal-conditional distributions.
- It's possible to invert conditional and marginal distributions and have the definition still hold. For instance, in two variables:
This result of paramount importance is known as Bayes' theorem.
Footnotes#
-
Be careful with the abbreviation "CDF", which usually refers to the much more common Cumulative distribution function. ↩