Bias/Unbiased estimators?

321 Views Asked by At

Consider the following: $$$$ Suppose that $Y_1,Y_2,...,Y_n$ is an IID sample from a Uniform$[\theta,1]$ distribution. It is easy to show by method of moments that $\hat \theta = 2\bar Y-1$. Find and unbiased estimator of $\sigma_{\hat\theta}$ and show that the estimator is unbiased. $$$$ I would like to know how to approach this problem as the topic of bias/unbiased estimators is really confusing me, if you could explain estimators with both a formal and informal definition/description that would be a plus. Also I showed that the standard error of $\hat\theta$ was $\sigma_{\hat\theta}=\frac{1-\theta}{\sqrt{3n}}$ by taking the variance of $\hat \theta$... but I'm not sure why I took the variance of $\hat \theta$.

1

There are 1 best solutions below

0
On BEST ANSWER

First of all, I hope everything is correct I'm saying. To show unbiasedness E($2\bar Y -1$) should equal $\theta$.

E($2\bar Y -1$) = $\frac{2}{n}$E(Y) $-1$ = $\frac{2}{n}$(E($Y_{1}$) + ... + E($Y_{n}$)) $-1$. We know the expectation of this uniform distribution is $\frac{\theta + 1}{2}$, therefore $\frac{2}{n}$($\frac{n(\theta + 1)}{2}$) $-1$ = $\frac{2n(\theta + 1)}{2n}$ $-1$ = $\theta$. So it is an unbiased estimator.