Given $ Y_1, Y_2..Y_n$ are iid from a distribution with pmf,
$f(y) = a^{2}$ for $y=0$,
$f(y) = 2a(1-a)$ for $y=1$ ,
$f(y) = (1-a)^{2}$ for $y=2$, where $0<a<1$.
For large n, calculate the approximate distribution of
a) $\sqrt {\bar{Y}}$ - Solution to part(a) posted as answer(awaiting confirmation)
b) $\sqrt n ({\bar{Y}-\mu)}+\bar Y^2$ , where $\mu=E(Y_1)$
Could you please verify my solution for part (b) :
By CLT $\sqrt n ({\bar{Y}-\mu)} \rightarrow N(0,\sigma^2)$ (convergence in probability)
For $\bar Y^2$, applying delta method, $\bar Y^2 \rightarrow N(\mu^2,\frac{4\mu^2\sigma^2}{n^2})$ (converges in distribution)
{EDIT} - Can I say : $\bar Y^2 \rightarrow \mu^2$ in probability
where $\sigma^2 = Var Y$ and $Var \bar Y^2 = \sigma^2/n$
Can I apply slusky theorem, as one distribution converges in probability and other in distribution:
By Slutsky theorem ,
$\sqrt n ({\bar{Y}-\mu)} + \bar Y^2 \rightarrow [\mu^2 + N(\mu^2,\frac{4\mu^2\sigma^2}{n^2})]$
Thanks!