Suppose $X_1,\ldots,X_n$ are iid r.v.'s, each with pdf $f_{\theta}(x)=\frac{1}{\theta}I\{\theta<x<2\theta\}$. I find the minimal sufficient statistics $(X_{(1)},X_{(n)})$. I am trying to prove it is complete. Can someone give me hint? Also are there any complete sufficient statistics in this model?
2026-04-05 09:01:30.1775379690
Existence of complete sufficient statistics
580 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
We have $$\operatorname{E} (X_{(1)}) = \theta + \dfrac \theta {n+1} = \dfrac{n+2}{n+1} \theta$$ and $$\operatorname{E}(X_{(n)}) = 2\theta - \dfrac{\theta}{n+1} = \dfrac {2n+1} {n+1} \theta,$$ so $$ \operatorname{E} \left( \frac{n+1}{n+2} X_{(1)} - \frac{n+1}{2n+1} X_{(n)} \right) = 0 $$ regardless of the value of $\theta>0$.
Therefore, the statistic $(X_{(1)}, X_{(n)})$ is not complete.