Hello all,
Here is a question I am struggling to understand,
Let Y1, Y2, ....... Yn denote a random sample from the uniform
distribution on the interval (0, Θ).
Prove the unbiased estimators for Θ are
Θ1 = 2Ybar (Sorry dont know how to make the symbol)
and Θ2 = (n+1)/n Y(n) (Where Y(n) = max (Y1, Y2, .....Yn)
I understand how to prove Θ1 is unbiased
E(2*(Ybar)) = 2(E(Ybar)) = 2(Θ/2) = Θ
However I am not too sure what to do for Θ. How does Y(n) affect things ? I guessing it some how produces n/n+1.
When you "chop up" an interval into pieces, the lengths of the pieces are distributed identically. You can imagine each number $Y_i$ as being a cut of the number interval. Therefore the length of the last piece will on average be $$\frac{\theta}{n+1}$$ because $n$ cuts produce $n+1$ pieces and the interval has length $\theta$. The max number will be $$\theta-\text{length of last piece}=\theta-\frac{\theta}{n+1}=\theta\left(1-\frac{1}{n+1}\right)=\theta\left(\frac{n}{n+1}\right)$$ on average. Therefore the expected value of the statistic $$\frac{n+1}{n}Y(n)$$ will be $$E(\Theta_2)=E\left(\frac{n+1}{n}Y(n)\right)=\frac{n+1}{n}E(Y(n))=\frac{n+1}{n}\cdot \theta\left(\frac{n}{n+1}\right)=\theta$$ as required.