I am afraid this will be quite obvious once you tell me, but I'm just confused right now.
Say we have an i.i.d. RV $N\sim Poisson(\mu)$. Now, I want to calculate the likelihood $L$ of an observation $D = \{n_1,n_2\}$. As I expected, resources seem to suggest $$L=Poisson(n_1,\mu)*Poisson(n_2,\mu).$$ But, why wouldn't it be twice as much i.e. $p("n_1~then~n_2") +p("n_2~then~n_1")$ ?
I seem to somehow (unneccesarily) introduce an order of the observations... can someone give me a formal explanation why the Likelihood is what it is?
(Related question; How would the likelihood be calculated if the order matters?)