The famous biologist Henk de Rijn has come up with a skill test for chimpanzees. We assume that each chimpanzee has a probability $$ to pass the test, independent from previous attempts and from other monkeys. Let $_$ be the number of attempts that chimpanzee $$ needs to pass. Furthermore, $ = \overline{X}_$ is an estimator for $1/$. Compute the mean squared error of $$ .
So let $T$ be an estimator for a parameter $1∕$. The $MSE$ of $T$ is $MSE(T)=\operatorname{Var}(T) + (E[T] − 1∕)^2$, where$(E[T] − 1∕)^2$ is the bias.
In this case the $E[T]=E[\overline{X}_]=\mu$ and $\operatorname{Var}(T)=\operatorname{Var}(\overline{X}_)=\dfrac{\sigma^2}{n}$.
Now my question is: which distribution should I use?
I think that I think that is a Binomial but it also make sense to use a Geometric Distribution, so then the estimator $T$ will be unbiased and the $\displaystyle\operatorname{MSE}(T)=\operatorname{Var}(T)=\frac{1-p}{p^2}*\frac{1}{n}$, is it right?