Suppose we have a random variable $X = [x_1, x_2, ..., x_m]$, that is distributed $Binomial(n,p)$, with known $n$ and unknown $p$.
Now, assume we want to estimate $p$. Usually, textbooks and articles online give that the MLE of $p$ is $\frac{\sum_{i=1}^{m}x_i}{n}$. However, isn't it correct only when $m=1$, or in other words, when we end up having merely a $Bernoulli$ distribution?
If so, wouldn't it be more precise to say that the MLE of $p$ is actually $\frac{\sum_{i=1}^{m}x_i}{mn}$?