|
|
Joint, Marginal, and Conditional Distributions
Joint probability is the probability of two or more things happening together. f(x, y | q) where f is the probability of x and y together as a pair, given the distribution parameters, q. Often these events are not independent, and sadly this is often ignored. Furthermore, the correlation coefficient itself does NOT adequately describe these interrelationships. Consider first the idea of a probability density or distribution:
A joint probability density two or more variables is called a multivariate distribution. It is often summarized by a vector of parameters, which may or may not be sufficient to characterize the distribution completely. Example, the normal is summarized (sufficiently) by a mean vector and covariance matrix. marginal probability: f(x | q) where f is the probability density of x, for all possible values of y, given the distribution parameters, q. The marginal probability is determined from the joint distribution of x and y by integrating over all values of y, called "integrating out" the variable y. In applications of Bayes's Theorem, y is often a matrix of possible parameter values. The figure illustrates Joint, marginal, and conditional probability.
conditional probability: f(x | y; q) where f is the probability of x by itself, given specific value of variable y, and the distribution parameters, q. (See Figure) If x and y represent events A and B, then P(A|B) = nAB/nB , where nAB is the number of times both A and B occur, and nB is the number of times B occurs. P(A|B) = P(AB)/P(B), since P(AB) = nAB/N and P(B) = nB/N so that
Note that in general the conditional probability of A given B is not the same as B given A. The probability of both A and B together is P(AB), and P(A|B) X P(B) = P(AB) = P(B|A) X P(A), if both P(A) and P(B) are non-zero. This leads to a statement of Bayes's Theorem: P(B|A) = P(A|B) X P(B)/P(A). Conditional probability is also the basis for statistical dependence and independence. independence: Two variables, A and B, are independent if their conditional probability is equal to their unconditional probability. In other words, A and B are independent if, and only if, P(A|B)=P(A), and P(B|A)=P(B). In engineering terms, A and B are independent if knowing something about one tells nothing about the other. This is the origin of the familiar, but often misused, formula P(AB) = P(A) X P(B), which is true only when A and B are independent. conditional independence: A and B are conditionally independent, given C, if
|
![]() |
Mail to Charles.Annis@StatisticalEngineering.com |