Suppose an SRSWOR of size $n$ has been drawn from a population labelled $1,2,..,N$, where the population size $N$ is unknown. (a)Find the maximum likelihood estimator $N'$ of $N$. (b)Find the pmf of $N'$ (c)Show that $E(\frac{n+1}{n}N'-1)=N$
We know that the selection probability is $\frac{1}{{N \choose n}}$.So, the MLE is the $n$th order statistic or the maximum $X_{(n)}$.It's pmf is also, $P[X_{(n)}=m]=\frac{{m \choose n}-{m-1 \choose n}}{{N \choose n}}$ But I cannot show the last part.Please help