The following distribution is given $X \sim \operatorname{BIN}(1, p)$, then $\mathbb{E}(X)=p$ and $\mathbb{V} \operatorname{ar}(X)=p(1-p)$. The CRLB is computed with:
$$ \begin{aligned} f(x ; p) &=p^x(1-p)^{1-x} \\ \ln f(x ; p) &=x \ln p+(1-x) \ln (1-p) \\ \frac{\partial}{\partial p} \ln f(x ; p) &=\frac{x}{p}-\frac{1-x}{1-p}=\frac{x-p}{p(1-p)} \\ \mathbb{E}\left(\frac{\partial}{\partial p} \ln f(X ; p)\right)^2 &=\mathbb{E}\left(\frac{X-p}{p(1-p)}\right)^2=\frac{\mathbb{E}(X-p)^2}{p^2(1-p)^2}=\frac{\operatorname{Var}(X)}{p^2(1-p)^2}=\frac{1}{p(1-p)} \end{aligned} $$ The CRLB is now obtained as $$ \frac{\left[\tau^{\prime}(p)\right]^2}{n \mathbb{E}\left(\frac{\partial}{\partial p} \ln f(X ; p)\right)^2}=\frac{1}{\frac{n}{p(1-p)}}=\frac{p(1-p)}{n} $$
The subsequent task is to find the UMVUE. Algebraically I know how to check wheter an estimator is an UMVUE, but I find it hard to do this the "other way around", so to come up with an UMVUE yourself. The following is a snippet from the solution manual.
Looking at your answer for part (a) you should recognize that the CRLB coincides with $\operatorname{Var}(X) / n$. As an educated guess we therefore try $\hat{p}=\bar{X}$. First, from $\mathbb{E}(X)=p$
The "educated guess" part makes me uncomfortable, because there are so many possebilities to choose from. How do you know that you pick the right one? Feedback on this would be very much appreciated.
Questions:
- Why is $p$ an educated guess?
- How to make an educated guess yourself?
- Do you have general advice to come up with an UMVUE yourself?