$X_1, X_2, \dots, X_n$ - i.i.d observations
$X_1 = \xi + \eta$ where $\xi \sim N(\theta^2, \theta^2+1)$, $\eta = \begin{cases} 0, & 1/2 \\ 4\theta, & 1/2 \end{cases}$, $\xi$ and $\eta$ are independent.
Find $\alpha$-confidence interval.
The first that I need to do is to find some estimate for $\theta$. The only one that I find is $(5\overline{X} - S^2 +1)/10$ but it is difficult to find distribution.
Is it possible to do something else?