I have $X_1,...,X_n$ which are all iid and follow a $\Gamma(\theta,\theta)$
Let $\hat{\theta}=\sqrt{\frac{1}{n} \cdot \sum X_i}$ be an estimator for $\theta$
How do I determine if $\hat{\theta}$ is biased or unbiased?
I know that $\sum X_i \sim \Gamma(n\cdot\theta, \theta/n)$ but not sure how to handle the square root
If the estimator were unbiased, this would have to be true for any $n$ and for any $\theta$. So to show that it’s biased, it suffices to show that the expected value in some simple case is not $\theta$. The simplest case is $n=1$, $\theta=1$, where we have a single random variable exponentially distributed with parameter $1$, and the expected value is
$$ \mathsf E[\hat\theta]=\int_0^\infty\mathrm e^{-x}\sqrt x\,\mathrm dx=\frac{\sqrt\pi}2\ne1\;, $$
so the estimator is biased.