I have two random variables: $x = N(0, \sigma^2)$ and $y =U[0, b]$. I need to compute $E(x/(1+y))$. How does one go about doing this? They are independent so the joint pdf is just the product of the two pdfs but can the integral be computed in closed form or is this something that should just be done numerically?
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
|
|
From your description (and comments) you're trying to calculate $E \left( \frac{X}{1+Y} \right)$ where $X \sim N(0,\sigma^2)$ and $Y \sim {\rm Uniform}(0,b)$. By independence, $$E \left( \frac{X}{1+Y} \right) = E(X) \cdot E \left( \frac{1}{1+Y} \right)$$ We know $E(X) = 0$, therefore $$E \left( \frac{X}{1+Y} \right) = 0$$ as long as $ E \left( \frac{1}{1+Y} \right) $ is finite. We know that $\frac{1}{1+Y}$ is bounded within $\left(\frac{1}{1+b},1 \right)$ with probability 1, therefore its mean also is. |
||||
|
Since it's not homework, then the expectation is zero by symmetry. How could there be an argument suggesting the answer is $k>0$ without a similar argument suggesting $-k$? |
|||||||||
|