I'm having trouble figuring out how to find the variance of the following estimator.
Let $X_1,X_2,...,X_n$ denote random sample from a population which has a normal distribution with unknown mean $\mu$ and unknown variance $\sigma^2$. The statistic below is an estimator for $\sigma^2$, where $c$ is a constant.
$$T_c = \sum_{j=1}^n \frac{(X_j - \bar X)^2}{c}$$
I found the expectation of $T_c$ to be $\frac{\sigma^2(n-1)}{c}$ using the definition of $T_c$, however I am stumped over how to determine the $Var(T_c)$.
I started to try to determine it like so but got stuck:
$\operatorname{Var}(T_c) = \mathbb E (T_c^2)+ \mathbb E (T_c)^2$
$\operatorname{Var}(T_c) = \mathbb E ((\sum_{j=1}^n \frac{(X_j - \bar X)^2}{c})^2) + \frac{\sigma^2(n-1)}{c}$
Any tips/solutions?
\operatorname{Var}
. For more information on how to typeset math on this site, please see this tutorial and reference. – joriki Aug 30 '18 at 07:02