I'm referring to this practice problem here,
https://davidrosenberg.github.io/mlcourse/ConceptChecks/10-Lab-Check_sol.pdf
In particular, on Page $2$, the second equation of the solution, when it used log to find the likelihood function, I don't understand why is the $-1$ term not included in the summation part.
From my understand, it should be $$\sum_{i = 1}^{n} (x_i - 1) = \sum_{i = 1}^{n} x_i - n$$
But the solution has, $$\sum_{i = 1}^{n} x_i - 1$$
Not sure whether it's a typo or my interpretation is wrong somehow. This is my first time seeing these stuffs actually, like using the log to transform the product to summation. Any help is highly appreciated. Thanks