I have a question regarding maximum likelihood estimators/functions. I thought I understood the concept. But now i found an example of an Maximum likelihood function that i don’t get.
The question is to find the MLE for a hypergeometric distribution of M
I would have said that the Likelihood function is for $x_{1},.....,x_{k}$
$$L(M)=\prod_{i=1}^{k}\frac{\binom{M}{x_i}\binom{N-M}{n-x_i}}{\binom{N}{n}}$$
But now i found a solution just stating it to be
$$L(M)=\frac{\binom{M}{x}\binom{N-M}{n-x}}{\binom{N}{n}}$$
I don’t get why i can loose the Product sign...
Thanks for your help!