Got a distribution of $f_X(x;\theta) = (x/\theta^2) \exp(-x^2/2\theta^2)$ for $x \ge 0$
where the MLE is calculated as $\theta_{MLE} = \sqrt{(\sum_{i=1}^{n}x^2_i)/2n}$
So now need to find if it's unbiased by taking the expected value of the beast. How would this be approached?