1

Suppose that for two continuous random variables $X_1$ and $X_2$, the below condition holds.

$$ F_{X_2}(x) \geq F_{X_1}(x) $$

for all $x \in R$ and $F$ stands for CDF.

Then can I say that the mean of $X_1$ is always greater than the mean of $X_2$? (assume that mean of both of them are finite)

If so, what would be the proof of that?

Neo
  • 19

2 Answers2

3

If $X$ is nonnegative, you can use the following relation to compute the expectation from the distribution. $$ E(X) = \int_0^\infty 1-F_X(x) \, dx. $$ The result you are looking for follows from that equality.

coudy
  • 5,843
2

If $X$ can be negative, use the identity $$E(X)=\int_0^\infty[1-F_X(t)]dt-\int_{-\infty}^0 F_X(t)dt,$$ to show that $E(X_2)\le E(X_1)$.

(The identity is valid whenever $E(X)$ exists, and is proved here.)

grand_chat
  • 38,951