I've been working on this assignment:
Let (X, Y) be a continuous bivariate r.v. with joint pdf
$$ f_{XY}(x,y) = e^{-(x+y)} \: x>0, y>0$$ $$ f_{XY}(x,y) = 0 \: otherwise$$
i calculated the joint moment generating function, it look like this:$$M_{xy}(t_1,t_2) = \frac{1}{(1-t_1)(1-t_2)} $$ but now it's asking me to calculate the joint momentum for $m_{1,0},m_{0,1},m_{1,1}$ Acording to my textbook the answer for this 3 is: $m_{1,0}=1,m_{0,1}=1,m_{1,1}=1$
but i don't understand how to calculate this, i can't understand the formula: $$ m_{k,n} = E(X^k Y^n) = M_{XY}^{(kn)} (0,0) $$
can someone explain to me how to use this formula?, (maybe for different momentums )