Non-Negative integer valued random var X

601 Views Asked by At

I already found the topic which shows that $$\sum_{i=0}^{\infty} P(X>i) = E(X)$$ Find the Mean for Non-Negative Integer-Valued Random Variable.

In my case I need to show that $$\sum_{i=0}^{\infty} i P(X>i) = 1/2 (E(X^2)+E(X))$$

Hence this assumption can I say that it's not or am I missing something.

1

There are 1 best solutions below

0
On

This question is a bit old,I hope my answer helps you or someone else.

First: $\frac{1}{2}(E[X^2] + E[X]) = \frac{1}{2}(\sum x^2P[X=x] + \sum xP[X=x]) = \frac{1}{2}(\sum x(xP[X=x] + P[X=x])) = \frac{1}{2}(\sum x(x+1)P[X=x]) = \sum \frac{x(x+1)}{2}P[X=x]$

And since $$P[X \geq 1] = P[X=1] + P[X=2] + P[X=3] + ...$$ $$2P[X \geq 2] = 2P[X = 2] + 2P[X=3] + 2P[X = 4]+...$$ In general $$xP[X \geq x] = xP[X = x] + xP[X=x+1] + ...$$ So we have $\sum xP[X\geq x] = \sum \frac{x(x+1)}{2}P[X=x]$

Hence the Equality holds.