Probability Mass Function and Marginal Probaility

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 4K views
EngWiPy
Messages
1,361
Reaction score
61
Hi,

If I have a joint probability mass function [tex]p_{X,Y}(x,y)[/tex], can we get the marginal probability mass functions [tex]p_X(x)[/tex] and [tex]p_Y(y)[/tex], without any knowledge of the conditional probability function of either of them, and the probability of each event? I mean, I know that:

[tex]p_X(x)=\sum_yp_{X,Y}(x,Y=y)=\sum_yp(x/Y=y)\text{Pr}\{y\}[/tex]

But I just have [tex]p_{X,Y}(x,y)[/tex]. Can I?

Thanks
 
Physics news on Phys.org
Stephen Tashi said:
If you know [tex]p_{X,Y}(x,y)[/tex], what would stop you from computing [tex]\sum_yp_{X,Y}(x,Y=y)[/tex] ?

How? Let us assume for the sake of the argument that [tex]p_{X,Y}(x,y)[/tex] is 0.4 when x=y=1, and 0.6 when x=y=2. Now according to the equation you pointed to, we have:

[tex]p_X(x)=p_{X,Y}(x,Y=1)+p_{X,Y}(x,Y=2)[/tex]

Ok? then what?
 
If you "have" [tex]P_{XY}(x,y)[/tex] then you know the value of things like [tex]P_{XY}(1,2)[/tex] and [tex]P_{XY}(2,1)[/tex] so there is no problem doing those sums.

For example, if the only possible values of the variables are 1 and 2, then
[tex]P_X(1) = P_{XY}(1,1) + P_{XY}(1,2)[/tex]
 
Stephen Tashi said:
If you "have" [tex]P_{XY}(x,y)[/tex] then you know the value of things like [tex]P_{XY}(1,2)[/tex] and [tex]P_{XY}(2,1)[/tex] so there is no problem doing those sums.

For example, if the only possible values of the variables are 1 and 2, then
[tex]P_X(1) = P_{XY}(1,1) + P_{XY}(1,2)[/tex]

Good. Now what if we need to find that joint p.m.f of [tex]X^2\text{ and }Y^2[/tex]. That is, [tex]p_{X^2,Y^2}(x^2,y^2)[/tex] from [tex]p_{X,Y}(x,y)[/tex]?

Thanks for helping.
 
S_David said:
Good. Now what if we need to find that joint p.m.f of [tex]X^2\text{ and }Y^2[/tex]. That is, [tex]p_{X^2,Y^2}(x^2,y^2)[/tex] from [tex]p_{X,Y}(x,y)[/tex]?

Thanks for helping.

If [itex]g(r,s)[/itex] is the joint p.m.f of [itex](X^2,Y^2)[/itex], to find [itex]g(a,b)[/itex], you must sum [itex]p_{XY}(x,y)[/itex] over all combinations of [itex](x,y)[/itex] that give [itex]x^2 = a[/itex] and [itex]y^2 = b[/itex].
 
Stephen Tashi said:
If [itex]g(r,s)[/itex] is the joint p.m.f of [itex](X^2,Y^2)[/itex], to find [itex]g(a,b)[/itex], you must sum [itex]p_{XY}(x,y)[/itex] over all combinations of [itex](x,y)[/itex] that give [itex]x^2 = a[/itex] and [itex]y^2 = b[/itex].

Ok, I am not getting the idea very well. Let me try to write an equation of this. Using your notation, we have:

[tex]g(a,b)=\sum_{(x,y)}p_{X,Y}(x:x^2=a,y:y^2=b)[/tex]

where : means such that. So, we have the following choices of x and y that satisfy the equation:

[tex]x=\pm a \text{ and }y=\pm b[/tex]

Am I right so far?
 
Stephen Tashi said:
You meant [itex]\sqrt{a}[/itex] and [itex]\sqrt{b}[/itex], but yes, that's the general idea.

Yes you are right, the square root of the values. So, for the example I gave previously, we have the following:

[tex]g(a,b)=\left\{\begin{array}{cc}0.4&a=b=1\\0.6&a=b=4\end{array}\right.[/tex]

right?
 
Stephen Tashi said:
Right

Thank you so much.