I am wondering whether there is a general recipe for finding unbiased and consistent estimators of some non-random quantity.
For concreteness, I will discuss only discrete probability distributions with a finite support, but I would appreciate answers also for the continuous case.
Suppose that there is a discrete distribution over $M$ values:
$p_1=P(x_1)\\p_2=P(x_2)\\...\\p_M=P(x_M)$
Denote $x=(x_1,x_2,...,x_M)$ and $p=(p_1,p_2,...,p_M)$. The $x_i$ values are all different. The $p_i$ values are all non-negative and add up to $1$.
Any quantity that we may want to estimate can be written as $g(x,p)$ for some function $g$.
I am assuming that we know the function $g$ exactly, and that we know the value of $M$, but we do not know the values of $x$ and $p$.
So, given the function $g$ and given $M$:
- Is there a general method that tells us whether an unbiased estimator for $g(x,p)$ exists?
- Is there a general method that can find an unbiased estimator for $g(x,p)$, whenever it exists?
- Is there a general method that tells us whether a consistent estimator for $g(x,p)$ exists?
- Is there a general method that can find a consistent estimator for $g(x,p)$, whenever it exists?
(It may be the case that, given the function $g$ and given $M$, an unbiased or consistent estimator can be found only provided that $x$ and $p$ belong to some subset of values. In this case, I also wonder about whether there are methods to find this set).
For the sake of completeness, let me provide some definitions:
An estimator is a function $f(y_1,y_2,...)$ that takes as input a finite sequence of numbers $y_1,y_2,...\in \mathbb{R}$, and returns a value from $\mathbb{R}$. ($f$ does not depend on $p$ or $x$ defined above)
The estimator is said to be an unbiased estimator of $g(x,p)$ (defined above) (for a specific $N$), if for all $x$ and $p$, the expected value of $f(Y_1,Y_2,...,Y_N)$ equals $g(x,p)$, where $Y_1,Y_2,...,Y_N$ are independent random variables whose distribution is defined by $x$ and $p$ (see above).
(informal) The estimator is said to be a consistent estimator of $g(x,p)$ (defined above), if for all $x$ and $p$, in the limit of large $N$, the expected value of $f(Y_1,Y_2,...,Y_N)$ has limit $g(x,p)$, where $Y_1,Y_2,...,Y_N$ are independent random variables whose distribution is defined by $x$ and $p$ (see above).