Let $y_1, \dots,y_n$ be i.i.d. random variables from $Exp(\theta)$, where $\theta$ is scale parameter. I've found the MLE $$\hat \theta=\frac{\sum^{n}_{i=1}y_i}{n}$$
Now I need to find the exact distribution of $\hat \theta$.
I know that if $y\sim Exp(\theta)$ than $\sum^{n}_{i=1}y_i\sim Ga(n,\theta)$, so I would say $\hat \theta\sim Ga(n,n\theta)$. Is that correct?
Edit
The right solution is $\hat \theta\sim Ga(n,\frac{\theta}{n})$.