The family of Poisson distributions (parametrised by its mean) has an interesting 'linearity' property:
$$\mathrm{Poisson}(x) + \mathrm{Poisson(y)} \sim \mathrm{Poisson(x+y)}$$
...meaning that the sum of two independent random variables drawn from poisson distributions with means $x$ and $y$ is itself distributed as a Poisson variable, with mean $(x+y)$.
- Do any other probability distribution families have the same property?
- Are there similar distribution families $D(a)$ on other binary operations $\odot$? $$\text{i.e.} \qquad D(a) \odot D(b) \sim D(a \odot b)$$