Let $X_1,...X_n$ be iid drawn from $N(\sigma,\sigma^2)$ where $\sigma\gt0$ is the unknown parameter. Find an unbiased estimator of $\sigma$ based on $\sum X_i$, find an unbiased estimator of $\sigma$ based on $\sum X_i^2$, and use these results to determine the minimal sufficient statistic $T=(\sum X_i, \sum X_i^2)$ is complete?
It's easy to find an unbiased estimator based on $\sum X_i$. $E\left(\frac {\sum X_i} n\right)=\sigma$, so $\bar X$ is an unbiased estimator of $\sigma$. But $E(X_i^2)=var(X_i)+(E(X_i))^2=2\sigma^2$, so it's hard to get $E(\sum X_i^2)$ to be $\sigma$. $E(\frac {\sum X_i^2)} {2n})=\sigma^2$, but how can you spit out a $\sigma$?
Neither $\sqrt {\frac {\sum X_i^2)} {2n}}$ nor $\frac n 2\cdot \frac {\sum X_i^2}{\sum X_i}$ seem to work, because you can't put the expectation into the square root, and I don't think you can split an expectation across a numerator and denominator. Or can you? Am I even allowed to include $\sum X_i$ here?
Help