I am working on a probabilty theory problem:
Let (X,Y) be distributed with joint density
f(x,y)=(1/4)(1+xy(x^2-y^2)) if abs(x)≤1, abs(y)≤1; 0 otherwise
Find the MGF of (X,Y). Are X,Y independent? If not, find covariance.
I have set up the integral to find the mgf
∫∫e^(sx+ty)f(x,y)dx dy
with...