Is $\hat{\theta} = X_n$ an unbiased estimator of $\theta$?

2k Views Asked by At

Suppose $X_1 ,..., X_n$ is a random sample from u{0,$\theta$} consider the estimator $\hat{\theta} = X_n$, is it unbiased?

So far I have E($\hat{\theta}$) = E($X_n$) = ${\theta}$($\frac{n}{n+1}$) therefore $X_n$ is a biased estimator but I have no clue if I'm even on the right track.

2

There are 2 best solutions below

0
On

We have: $$ \def\E{\mathbf E_\theta}\E[\hat\theta] = \E[X_n] = \frac\theta 2 \ne \theta $$ hence, it's a biased estimator.

0
On

I guess you meant $X_{(n)} = \max\{X_1,...,X_n\}$, then your calculations are right. Recall that $$ \text{bias}{ (\hat{\theta})} = E(\hat\theta - \theta)= \frac{n\theta}{n+1} - \theta=-\frac{\theta}{n}. $$ Thus the estimator is biased downward for every $n\in\mathbb{N}$.