AlexF
- 2
- 0
Homework Statement
Homework Equations
[/B]
Definition: A sequence X_1,X_2,\dots of real-valued random variables is said to converge in distribution to a random variable X if \lim_{n\rightarrow \infty}F_{n}(x)=F(x) for all x\in\mathbb{R} at which F is continuous. Here F_n, F are the cumulative distributions functions of the random variables X_n and X respectively.
The Attempt at a Solution
I'm trying to understand/recreate the following solution to the problem.
My working so far is that
$$F_{X}(x)=P(X\leq x)=\begin{cases} 0, &x<-1 \\ 1/2, &x\in[-1,1) \\ 1, &x\geq 1\end{cases}$$ and since X only takes values 1 and -1 then X_n = (-1)^{n+X}+\frac1n=(-1)^{n+1}+\frac1n and so $$F_{X_n}(x)=P(X_n\leq x)=\begin{cases} 0, &x<(-1)^{n+1}+\frac{1}{n} \\ 1, &x\geq (-1)^{n+1}+\frac{1}{n}\end{cases}$$ I can't understand how the limits to this have been achieved in the solution. Why does F_{X_n}(x)\rightarrow 1/2 for t\in(-1,1), say?
Last edited: