I am looking at a multinomial Poisson distribution. Failing to obtain the denominator.
We have that $X_1, ..., X_n \sim \mathbb{P}(\lambda)$, where $\theta = \exp^{-\lambda}$
We know that $$\mathbb{P}(X=x) = \frac{\lambda^x \theta}{x!}$$
Since the variables are IID, we know that:
$$\mathbb{P}(\mathbf{X}) = \prod_{i=1}^n \frac{\lambda^{x_i} \theta}{x_i!} $$
this when simplified, gives me:
$$\mathbb{P}(\mathbf{X}) = \left( \theta^n \lambda^{\sum_i x_i} \right)\left( \frac{1}{\prod_{i=1}^n x_i!} \right) $$
If denote the sufficient statistic $T$ as $\sum_i x_i = t$, then we have:
$$\mathbb{P}(\mathbf{X}) = \left( \theta^n \lambda^t \right) \left( \frac{1}{\prod_{i=1}^n x_i!} \right)$$
However, Cambridge stats notes, page 15 example 3.4 (b) last equation line, implies that $\prod_{i=1}^n x_i! = t!$. Actually, I think I am mixing something up... Isn't the distribution $\mathbb{P}(\sum_i X_i = t)$ the one that I have been deriving above?