[Math] Complete Statistic: Uniform distribution

statisticsuniform distribution

Take a random sample $X_1, X_2,\ldots X_n$ from the distribution
$f(x;\theta)=1/\theta$ for $0\le x\le
\theta$.

I need to show that $Y=\max(X_1,X_2,…,X_n)$ is complete.

Now, I know I should multiply the sample distribution of $Y$ and multiply it with a function of $Y$, then integrate over the range of $\theta$ and equate them to zero. But how do I get the sampling distribution of $Y$?

Best Answer

For every positive $y\lt\theta$, the event $[Y\lt y]$ is the intersection of $n$ independent events $[X_k\lt y]$, each with probability $y/\theta$, hence $P_\theta(Y\lt y)=(y/\theta)^n$ and $Y$ has density $$ f_Y(y;\theta)=ny^{n-1}\theta^{-n}\mathbf 1_{0\lt y\lt\theta}. $$ Now, assume that $g$ is a measurable function such that $E_\theta(g(Y))=0$ for every $\theta\gt0$ and note that $E_\theta(g(Y))=n\theta^{-n}G(\theta)$, with $$ G(\theta)=\int_0^\theta y^{n-1}g(y) \, \mathrm dy. $$ In particular, $G$ is differentiable almost everywhere and $G'(\theta)=\theta^{n-1}g(\theta)$. If $G(\theta)=0$ for every $\theta\gt0$ then $G'=0$ hence $g=0$.

This proves that $Y$ is a complete statistic for the parameter $\theta$.

Related Question