Campbell's theorem gives a method for calculating expectations of sums of measurable functions f(x).
While I was solving my system model considering a Poisson point process, I came across the equation
$\operatorname {E}\big[\big(\sum_{x\epsilon N} f(x)\big)^n\big]$
Where $N$ is a Poisson point process
Is it possible to implement Campbell's theorem to find the expectation of the sums of measurable functions f(x) raised to the power n?
Notice that
$$ \mathbf{E}\left[ \exp\left\{ -s \sum_{x \in N} f(x) \right\} \right] = \exp\left\{ - \int \left(1 - e^{-sf(x)}\right) \, \Lambda(dx) \right\}.$$
So the $n$-th moment of the sum $\sum_{x \in N} f(x)$ can be computed by differentiating both sides by $n$ times and plugging $s = 0$. To this end, we may invoke the following instance of Faa di Bruno's formula,
$$ \frac{d^n}{ds^n}e^{g(s)} = e^{g(s)} \sum_{\lambda \vdash n} \left( \frac{n!}{\prod_{i=1}^{n} \lambda_i! i^{\lambda_i}} \right) \prod_{i=1}^{n} \left( g^{(i)}(s) \right)^{\lambda_i}, $$
where the sum on the right-hand side runs over all the integer partitions $\lambda$ of $n$, i.e., sequences $\lambda \in \mathbb{N}_{0}^{n}$ satisfying $\sum_{i=1}^{n} i\lambda_i = n$. Plugging $g(s) = - \int \left(1 - e^{-sf(x)}\right) \, \Lambda(dx)$, The result is that
\begin{align*} \mathbf{E}\left[ \left( \sum_{x \in N} f(x) \right)^n \right] &= \sum_{\lambda \vdash n} \left( \frac{n!}{\prod_{i=1}^{n} \lambda_i! i^{\lambda_i}} \right) \prod_{i=1}^{n} \left( \int f(x)^i \, \Lambda(dx) \right)^{\lambda_i}. \end{align*}
Addendum. The right-hand side admits a useful probabilistic expression: Let $S_n$ the symmetric group over the set $\{1,\cdots,n\}$. For each $\pi \in S_n$ and each $i \in \{1, \cdots, n\}$, define $m_i(\pi)$ as the number of $i$-cycles in $\pi$. If $\pi$ is chosen uniformly at random from $S_n$, then
\begin{align*} \mathbf{E}\left[ \left( \sum_{x \in N} f(x) \right)^n \right] &= n! \, \mathbb{E}\left[ \prod_{i=1}^{n} \left( \int f(x)^i \, \Lambda(dx) \right)^{m_i(\pi)} \right] \end{align*}
Since the cycle structure of random permutation is well-studied, this allows to study the asymptotic behavior of the expectation for large $n$.