Given two samples $\left\{x[0], x[1]\right\}$ which are independently observed from a $\mathcal{N}(0, \sigma^2)$ distribution. The estimator,
$$\hat{\sigma^2} = \frac{1}{2}(x^2[0] + x^2[1])$$ is unbiased.
How would I go about finding the PDF of $\hat{\sigma^2}$ to determine if it is symmetric about $\sigma^2$?
Hint:
To check whether an estimator is unbiased or not we have to calculate the expected value:
$$\mathbb E(\hat \sigma^2)=\mathbb E\left(\frac{X_0^2 +X_1^2}{2}\right)$$
And we know that $\mathbb E(X_i^2)=Var(X_i)+[\mathbb E(X_i)]^2=Var(X_i)=\sigma^2$. Now use the linearity of expectation.