Calculating Marginal Probability Mass Functions for Discrete Random Variables

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

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