0
$\begingroup$

Let $X_i \sim N(0,1)$ for $0 \leq i \leq n$ be i.i.d. standard normal distributions.

Define $Y_n := \frac{\sqrt{n} X_0}{\sqrt{(\sum_{i=1}^n X_i^2)}}$

Find the limiting distribution function for $Y_n$.

$\endgroup$
1
  • 1
    $\begingroup$ What are your thoughts? $\endgroup$ Commented May 12, 2017 at 10:45

1 Answer 1

1
$\begingroup$

$\sum_{i=1}^n X_i^2\sim\chi^2_n$ (as it is the sum of $n$ independent $N(0,1)$ variables) and is independent of $X_0$. Hence $$\frac{X_0}{\sqrt{\frac{\sum_{i=1}^n X_i^2}{n}}}\sim t_{n}$$ the Student's $t$ distribution with $n$ degrees of freedom.

$\endgroup$

You must log in to answer this question.