Calculating Expected Absolute Deviation for Independent Random Variables

  • Thread starter Thread starter mattclgn
  • Start date Start date
mattclgn
Messages
19
Reaction score
0

Homework Statement


Let X and Y be independent random variables, both being equally likely to be any of the numbers 1, 2, ..., m. Show that E[(absolute value(X-Y))] = ((m-l)(m+1)) / 3m.

Homework Equations



None, I guess

The Attempt at a Solution


[/B]
Okay so for sample space, since x and y can be any m; total possible combinations are m*m...and then, wasn't really sure where to go...tried talking through bunch of ideas with friends, but...to no avail.
 
Physics news on Phys.org
mattclgn said:

Homework Statement


Let X and Y be independent random variables, both being equally likely to be any of the numbers 1, 2, ..., m. Show that E[(absolute value(X-Y))] = ((m-l)(m+1)) / 3m.

Homework Equations



None, I guess

The Attempt at a Solution


[/B]
Okay so for sample space, since x and y can be any m; total possible combinations are m*m...and then, wasn't really sure where to go...tried talking through bunch of ideas with friends, but...to no avail.

I'd suggest you start by working through the cases explicitly with small numbers. m=1 is no challenge. It's just 0 for the expectation value. m=2 is a little better, you've got the 2^2 cases 1,1 1,2 2,1 2,2. What's the expectation value? Does it match the formula? Now try m=3. Arrange the cases in a square matrix and see if you can think of something to do.
 
mattclgn said:

Homework Statement


Let X and Y be independent random variables, both being equally likely to be any of the numbers 1, 2, ..., m. Show that E[(absolute value(X-Y))] = ((m-l)(m+1)) / 3m.

Homework Equations



None, I guess

The Attempt at a Solution


[/B]
Okay so for sample space, since x and y can be any m; total possible combinations are m*m...and then, wasn't really sure where to go...tried talking through bunch of ideas with friends, but...to no avail.

Much of Ross' book emphasizes a "conditioning argument", and this is one case where you can profitably use that approach:
E |X-Y| = \sum_{j=1}^m E\left( |X-Y|\; | Y = j \right) P(Y = j) = \sum_{j=1}^m E |X-j| \, P(Y=j)
The somewhat unfortunate notation ##E(|X-Y| |Y=j)## means ##E(g(X,Y)|Y=j)##, where ##g(X,Y) = |X-Y|##.
 
Last edited:
Okay, cool, I'll give it a shot.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top