We all know that a chi-square distributed random variable: $U \sim \chi_n^2$ results from:
$ U = \sum_{i=1}^n X_i^2 $, where $X_i \sim \mathcal{N}(0,1)$ and all $X_i$ are i.i.d.
So, my question is whether we can obtain a chi-square distribution if instead of squaring each $X_i$, we multiply it times another independent random variable $Y_i$ with similar distribution. That is:
$V = \sum_{i=1}^n Xi Yi$ for $X_i \sim \mathcal{N}(0,1)$ and $Y_i \sim \mathcal{N}(0,1)$ independent and i.i.d each. Is $V$ a Chi-Square distributed Random Variable: $V \sim \chi_n^2$?
Please, let me know what do you think since, at the end, the long term question I want to answer is: whether the following random variable is chi-squared distributed as $W \sim \chi_{n-1}^2$:
$W = \sum_{i=1}^{n-1} X_i X_{i+1}$
thanks!