gjones89
- 4
- 0
Homework Statement
Find E[X^Y], where X and Y are independent random variables which are uniform on [0,1].
Homework Equations
The Attempt at a Solution
I know that to get E[f(x)] for a function of one continuous random variable X, you integrate xf(x) between minus and plus infinity.
I tried to generalise this method for a function of two variables and integrate [x*y*f(x,y)] as a double integral for x and y between 0 and 1. So I have a double integral with [x*y*f(x,y) = (x^(y+1))*y] under the integral signs. When I solved this as a double integral (integrating with respect to y first), I ended up with an answer of 2ln(2/3) + 1. Am I using the right method?