Here is the question: Is the best unbiased estimator unique?
My understanding is that the best unbiased estimator must be the UMVUE, so the original question turns into the uniqueness of UMVUE.
So far, as I thought, since Complete Sufficient statistics is not unique, then by Lehmann Scheffe theorem, the UMVUE hence shouldn't be unique. But some descriptions from wikipedia said otherwise.
Can anybody help me out? Thanks!
The Lehman--Scheffe theorem says the conditional expectation of an unbiased estimator given a complete sufficient statistic is the unique best unbiased estimator.
A complete sufficient statistic for a family of probability distributions is unique in the sense that given the value of any of them, you can compute the value of another without knowing which probability distribution within the family is being sampled from. For example, the pair $$ \left(X_1+\cdots+X_n,X_1^2+\cdots+X_n^2\right) \tag 1 $$ is sufficient for an i.i.d. sample from the family $\{\,N(\mu,\sigma^2) : \mu\in\mathbb R,\ \sigma\in\mathbb R^+\,\}$. So is the pair $$ \left(\bar X = \frac{X_1+\cdots+X_n}{n}, (X_1-\bar X)^2+\cdots+(X_n-\bar X)^2\right) \tag 2 $$ Notice that given the pair $(1)$, you can compute the pair $(2)$ without knowing the values of $\mu$ and $\sigma^2$, and vice-versa. In that sense they are equivalent. Moreover either $(1)$ or $(2)$ is complete in the sense of admitting no unbiased estimator of zero.
Consequently if you find the conditional expectation of any unbiased estimator of any function of $\mu$ and $\sigma^2$ given $(1)$, you get the same thing as if you find the conditional expectation given $(2)$. Hence the UMVUE is unique.