Suppose $X \sim \text{Bin}(n,p)$, and look at the distribution of $Y = (X - n p)^2$.
- Does $Y$ follow any known classical distribution / how much do we know about it ?
- Can I bound its moment generating function? I am interested in upper bounding the upper tail $\mathbf{P}(\sum Y_i > t)$ with $Y_i = (X_i - n p_i)^2$ and $X_i \sim \text{Bin}(n,p_i)$ where $\sum X_i = n$. Markov's inequality gives me $$\mathbf{P}\Big(\sum Y_i > t\Big) \leq \frac{\sum \mathbf{Var}[X_i]}{t} = \frac{\sum np_i(1-p_i)}{t},$$ but I would like to get something that is exponentially decaying.