Given is a random sample $X_1 ... X_n$ from a $Ber(p)$ distribution. Consider the estimator $T = min\{X_1 ... X_n\}$. First, what is now the distribution of $T$?
The minimum says that everything should be working ($X=1$), so I think $T $~ $Ber(p^n)$. Is this correct?
Furthering, I would like to show that: $MSE(T) = p^n - 2p^{n+1} + p^2$. Since $T$ is not an unbiased estimator for $p$: $MSE(T) = Var(T) - (E[T]-p)^2$. So we also have to know the variance. Can somebody help me out of this?