PDA

View Full Version : 2 variable binomial distribution?


Master J
Dec15-11, 02:19 PM
I'm having a bit of trouble understanding a probability distribution of 2 variables.

Take for example taking n cards from a deck, and seeing what is the probability of getting X queens and say Y aces (with replacement). This involves the binomial distribution. The probabilities for the individual events are straight forward, but I'm having trouble getting the binomial coefficients.

Normally, for one variable, the coefficient is just n C X ( n choose X) where n is the total number of trials. This is n! / X! (n-X)! ... but how do you get this now for an X and a Y???

Stephen Tashi
Dec15-11, 07:31 PM
I think you want a "multinomial distribution" and "multinomial coefficients" rather than a binomial distribution.

The binomial distribution can be understood from an analysis of the algebra used in computing the coefficients of terms in the expression (p + q)^n .

The multinomial distribution can be understood from analysing the algebra used in computing the coefficients of terms in expressions like (p_a + p_q + p_s)^n .

Master J
Dec16-11, 06:56 AM
I don't know how searching for "multinomial" escaped me!

I know that the coefficient for my stated problem is as follows:

\frac{n!}{X! Y! (n - X - Y)!}

Does that seem correct? I haven't seen that particular form anywhere I've looked.

Stephen Tashi
Dec16-11, 09:28 AM
That's correct for the coefficient. To get the probability, the coefficient is multiplied by a term of the form p^X q^Y (1 - p - q)^{(n-X-Y)}