0

In Jacod&Protter's book, Probability Essentials. In page 52, one statement is we can have $E\{X\}=\infty$, even when $X$ is never equal to $+\infty$. Can anybody give an example here?

Also, let $X,Y\in L^1$, $XY$ need not be in $L^1$ in general. I fail to find an example to show this.

1 Answers1

1

Continuous: consider the "one-sided" Cauchy distribution with density function $$ f(x) = \frac{2}{\pi}\frac{1}{1+x^2}\mathbb{1}_{[0,\infty)} $$ (i.e., supported on $[0,\infty)$). Then we have $$ \int_{[0,\infty)} xf(x)dx = \infty\,. $$

Discrete: Consider the probability distribution over $\mathbb{N}$ with $p(n) = \frac{6}{\pi^2}\frac{1}{(n+1)^2}$ for $n\geq 0$. (This is the discrete equivalent of the above). Note that $$\sum_{n=0}^\infty np(n) = \infty\,.$$


As for the last question, note that you will never find a counterexample if you choose $X,Y$ to be independent. (Can you see why?) Now, using either Cauchy-Schwarz or the AM-GM inequality, one can also see that at least one of $X,Y$ needs to not be in $L^2$ (otherwise $XY$ will be integrable).

Based on these two observations, choose the simplest : $X=Y$ with $\mathbb{E}[|X|] < \infty$ but $\mathbb{E}[X^2]= \infty$. Examples abund, but take e.g. a discrete random variable $X$ on $\mathbb{N}$ with $\mathbb{P}\{ X = n\} = \frac{C}{(n+1)^3}$, for $n\geq 0$ (and the right normalizing constant $C>0$).

Clement C.
  • 67,323