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?
 
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