Consider a random sample $Y_1,\ldots,Y_n$ of the Uniform Distribution on the Interval $[-\phi,\phi]$
I'm wondering how I can show that the Statistic $$ T(\mathbf{Y}) = ( Y_{(1)} , Y_{(n)}) $$
is a Complete Statistic.
Thoughts so far :
the pdf of $T$ can be represented as $$ f(x,y) = n(n-1) \left(\frac{y-x}{2 \phi} \right)^{n-2} \frac{1}{4 \phi^2} \; \; \; \; - \phi < x < y < \phi $$ The expectation of any measurable function of $T$ can be represented as $$E[g(T)] = \int_{- \phi}^{\phi} \int_{x}^{\phi} g(x,y) f(x,y) \,dy\,dx $$
Setting this equal to $0$ however does not really let me continue very far. I cant deduce completeness
I can only guess that I'm on the wrong track but I dont know how else to attempt this.