I'm trying to solve a problem in problem list of qualifying exam.
Here is my problem : Let $X_1, \ldots, X_n$ be a random sample from a p.d.f $f(x,\theta) = \theta f_1(x) 1_{(-\infty,0)} + (1-\theta) f_2(x) 1_{(0,\infty)}$ where $f_1 \geq 0 , f_2 \geq 0$ and $\int_{-\infty}^0 f_1=0$, $\int_0^\infty f_2=0.$ Prove or disprove that there exists a complete sufficient statistic for $\theta$.
I'm trying to show that there is only one sufficient statistic $T(X_1, \ldots, X_n) =(X_1, \ldots, X_n)$ for $\theta$ and that such $T$ is not complete. But I cannot even show the uniqueness of such sufficient statistic. Anyone can help me?