Conditional Distribution of Multinomial Random Variables

broegger
Messages
257
Reaction score
0
I've been staring at this for hours. Any hints?

Let the vector Y = (Y_1,Y_2,\dots,Y_k) have a multinomial distribution with parameters n and \pi = (\pi_1,\pi_2,\dots,\pi_k):

\sum_{i=1}^{k}Y_i = n, \quad \sum_{i=1}^{k}\pi_i = 1​

Show that the conditional distribution of Y_1 given Y_1+Y_2=m is binomial with n = m and \pi = \frac{\pi_1}{\pi_1+\pi_2}.

I've tried to apply the definition of a conditional probability and sum over the relevant events in the multinomial distribution, but it gives me nothing.

Thanks.
 
Physics news on Phys.org
Hmmm, this works if they are Poisson. Not sure if it works if it is multinomial. The standard way to do this would be to compute P[X_1=x|X_1+Y_2=m], as you tried.

Edit: I should be more precise. If Y_1 and Y_2 poisson r.v. with paramaters lambda1 and lambda2, then Y_1 | Y_1+Y_2=m is distributed as Binomial(m, lambda1/(lambda1+lambda2)).
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top