This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Conditional probability table" – news ·newspapers ·books ·scholar ·JSTOR(December 2013) (Learn how and when to remove this message) |
Instatistics, theconditional probability table (CPT) is defined for a set of discrete and mutuallydependentrandom variables to displayconditional probabilities of a single variable with respect to the others (i.e., the probability of each possible value of one variable if we know the values taken on by the other variables). For example, assume there are three random variables where each has states. Then, the conditional probability table of provides the conditional probability values – where the vertical bar means “given the values of” – for each of theK possible values of the variable and for each possible combination of values of This table has cells. In general, for variables with states for each variable the CPT for any one of them has the number of cells equal to the product[1]
A conditional probability table can be put intomatrix form. As an example with only two variables, the values of withk andj ranging overK values, create aK×K matrix. This matrix is astochastic matrix since the columns sum to 1; i.e. for allj. For example, suppose that twobinary variablesx andy have thejoint probability distribution given in this table:
| x=0 | x=1 | P(y) | |
|---|---|---|---|
| y=0 | 4/9 | 1/9 | 5/9 |
| y=1 | 2/9 | 2/9 | 4/9 |
| P(x) | 6/9 | 3/9 | 1 |
Each of the four central cells shows the probability of a particular combination ofx andy values. The first column sum is the probability thatx =0 andy equals any of the values it can have – that is, the column sum 6/9 is themarginal probability thatx=0. If we want to find the probability thaty=0given thatx=0, we compute the fraction of the probabilities in thex=0 column that have the valuey=0, which is 4/9 ÷ 6/9 = 4/6. Likewise, in the same column we find that the probability thaty=1 given thatx=0 is 2/9 ÷ 6/9 = 2/6. In the same way, we can also find the conditional probabilities fory equalling 0 or 1 given thatx=1. Combining these pieces of information gives us this table of conditional probabilities fory:
| x=0 | x=1 | |
|---|---|---|
| P(y=0 given x) | 4/6 | 1/3 |
| P(y=1 given x) | 2/6 | 2/3 |
| Sum | 1 | 1 |
With more than one conditioning variable, the table would still have one row for each potential value of the variable whose conditional probabilities are to be given, and there would be one column for each possible combination of values of the conditioning variables.
Moreover, the number of columns in the table could be substantially expanded to display the probabilities of the variable of interest conditional on specific values of only some, rather than all, of the other variables.