Is the mean of a continuous random variable $X$ equal to its median?

857 Views Asked by At

If we assume $X$ to be a normal distributed random variable, then we can prove than $\Bbb P(X<mean) = \Phi(0) = 0.5$. This is true for any symmetric distribution.

I'm not sure how to prove/disprove it for an asymmetric (around mean) PDF. We're basically trying to see if mean is always the $50\%$ percentile.

3

There are 3 best solutions below

2
On BEST ANSWER

Let $X \sim \operatorname{Exp}(1)$. The mean is $$E[X]=1 ,$$ while the median is $\log(2)$.

0
On

Hint: take the density function $f(x) = 2x$ for $0\le x\le 1$ and $0$ otherwise. Can you calculate median and mean?

2
On

Let $\mathsf{P}(X=-1)=\frac{n}{n+1}$ and $\mathsf{P}(X=n)=\frac1{n+1}$.

Then $\mathsf EX=0$ so:$$\mathsf{P}(X<\mathsf EX)=\frac{n}{n+1}$$

Look what happens for a large $n$.