Calculating Marginal Probability Mass Functions for Discrete Random Variables

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 6K views
Mathemag1c1an
Messages
6
Reaction score
0
I have this question which I cannot seem to solve:
The joint probability mass function p(x, y) of two discrete random variables X and Y is given by.
p(x,y) = ([5^x][7^y][e^-5])/x!(y-x)!
x and y are non-negative integers and x <= y
(i) Find the marginal probability mass functions of X and Y.
 
Physics news on Phys.org
You would have to "integrate out" the dependence on the second variable. Explicitly

[tex] p(x)=\sum_{y\geq x}p(x,y)[/tex]
and
[tex] p(y)=\sum_{x\leq y}p(x,y)[/tex]
By the way, you joint pmf doesn't sum to one, but to e37.
 
but how do i integrate the factorials?