I have a conceptual doubt in the subject of Sufficient Statistics, based on the next problem:
Let $X_1, X_2, ...,X_n$ be a (random) sample of independent and identically distributed random variables of the next poblation:
$f(x|\theta)=I_{[\theta,\theta +1]} (x) \quad (\theta>0$).
a) Find a sufficient statistic for $\theta$.
Here, I computed the joint density:
$ f(\textbf{x})|\theta)=\prod_{i=1}^{n} I_{[\theta,\theta +1]} (x_i) $
Plus: $\theta\leq X_i\leq\theta+1 \quad \forall i=1,2,...,n$
So: $\theta\leq X_{(1)}\leq X_i\leq X_{(n)}\leq \theta+1 \quad \forall i=1,2,...,n$ .
Then the natural thing is to use the statistic:
$T(\textbf{X})=(X_{(1)},X_{(n)})=(t_1,t_2)$.
So my doubt is: which of these are the correct equivalent expressions to use the Factorization theorem:
- $ f(\textbf{x})|\theta)=I_{[X_{(1)},X_{(n)}]} (x_i) \cdot 1$
(Is the expression at the left of the "1" a function of $T$ and $\theta?$
- $f(\textbf{x})|\theta)=I_{[\theta,X_{(n)}]} (t_1) \cdot I_{[X_{(1)},\theta +1]} (t_2)\cdot 1$
(Is the thing at the left of the "1" a functon of $\theta$, even thought $\theta$ only appears at the interval of the indicator function?)
And my last question would be:
In general, the dimension of the minimal sufficient statistic is greater or equal than the dimension of $\theta$?