How Can You Calculate the Expected Value E(X^2(3Y-1))?

  • Thread starter Thread starter adamwitt
  • Start date Start date
adamwitt
Messages
25
Reaction score
0
Expected Values... E(X^2(3Y-1))

Homework Statement



What is the Expected Value of E(X2(3Y-1))

Homework Equations



Properties of Expected Values.
E(X+c) = E(X) + c
E(X+Y) = E(X) + E(Y)


The Attempt at a Solution



I tried googling for a few of the properties I could use but I'm not sure which ones to use, or maybe I haven't found the required property?
I have been given the data and worked out the marginal probability mass functions so I can work out E(X), E(Y), and E(XY)

But I was wondering if I could decompose the problem quickly using properties of expected values, instead of having to do all the math involved manually calculating the expected value?
If so, which properties should I take a look at in order to achieve this? Thanks!
 
Physics news on Phys.org


Ok I gave it a crack using basic expansion, lemmy know if I am close :)

E(X2(3Y-1))
E(3X2Y-X2)
3E(X2Y)-E(X2)

Then from there its a fairly simple process of taking the integrals of the various functions. In my examples case the marginal prob dens functions are only defined for certain values so all I got to do is E = 3sum(X2.y(x)) - sum(X2.y(x))and badabing.

Yay or nay? :D
 


adamwitt said:

Homework Statement



What is the Expected Value of E(X2(3Y-1))

Homework Equations



Properties of Expected Values.
E(X+c) = E(X) + c
E(X+Y) = E(X) + E(Y)


The Attempt at a Solution



I tried googling for a few of the properties I could use but I'm not sure which ones to use, or maybe I haven't found the required property?
I have been given the data and worked out the marginal probability mass functions so I can work out E(X), E(Y), and E(XY)

But I was wondering if I could decompose the problem quickly using properties of expected values, instead of having to do all the math involved manually calculating the expected value?
If so, which properties should I take a look at in order to achieve this? Thanks!

You need to work out E(X^2*Y). If X and Y are independent, this would be E(X^2)*E(Y), but it they are correlated, there is no simple expression. By the way, you say you have worked out the marginal probability mass functions so can work out E(XY). This statement (the "so can ..." part) is false if X and Y are not independent (or, at least, uncorrelated), because in that case you need the full bivariate probability mass function f(x,y) in order to work out E(XY).

RGV
 
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