Let $X_1, \ldots,X_n$ be iid from an exponential distribution with density
$$ f(x)=\begin{cases}\theta e^{-\theta x},&x>0, \\ 0,&\text{otherwise}.\end{cases}$$ Find UMVU estimators for $\theta$ and $\theta^2$.
$$f(\textbf x\mid\theta)=\displaystyle \prod\theta e^{-\theta x_i}1 \{x_i>0\} = \underbrace{\theta^ne^{-\theta\sum x_i}} \underbrace{1\{x_{(1)}>0\}}$$
so $\sum x_i$ is sufficient. But I do not know how to show it is complete. If this is the right way to find UMVU estimators, could someone teach me how to show if $\sum x_i$ is complete? And if it isn't how do you find an UMVU estimator?