The likelihood function for the Poisson Distribution $P(X=k| \lambda)$, where $\lambda$ is the mean, has the property that the integral with respect to the mean integrates to unity (from $0$ to $\infty$): $$\int_0^\infty P(X=k|\lambda)\,d\lambda = \int_0^\infty \frac{\lambda^kexp(-\lambda)}{k!}\,d\lambda = \frac{\Gamma(k+1)}{k!} = \frac{k!}{k!} =1.$$ This was shown and discussed in my other post.
Question: Does anyone know of any other probability density function (or probability mass function) which integrates or sums to unity in a similar way?
Thanks.