Poisson random variables converging to zero

49 Views Asked by At

I need help to prove if $X_n$ are Poisson random variables with parameter $1/n$, then $X_n\xrightarrow{\mathbb P} 0$. What is the standard method to solve this kind of question?

3

There are 3 best solutions below

4
On

Hint

$$\mathbb P\left\{|X_n|>\varepsilon \right\}\leq \frac{1}{\varepsilon^2 }\mathbb E[X_n^2].$$

0
On

an alterntative way is to observe that the MGF limit of your sequence is

$$\lim\limits_{n \to \infty}e^{\frac{1}{n}(e^t-1)}=e^0$$

We immediately recognize a MGF of a degenerate distribution in $x_0=0$

As the sequence converge in distribution to a constant, it converges also in probability

0
On

Using Markov's inequality and the fact that the support of a Poisson random variable is non-negative, we have:

$$P(|X_n|\ge \epsilon)\le \frac{\mathbb{E}(|X_n|)}{\epsilon}=\frac{\mathbb{E}(X_n)}{\epsilon}=\frac{1}{n\epsilon}\to 0$$

as $n$ goes to infinity.