I would like to calculate mean, variance, ... of a concatenation of distributions (is this the correct technical term?). For an easy example I am trying to calculate the mean of a PoissonDistribution where the position parameter is normally distributed. The following does not produce the desired result of m:
Mean[PoissonDistribution[NormalDistribution[m, 1]]]