I have data on $n$ people's dates of birth and let's ignore the years and look only at the $k$ = 366 days of the year (including Feb 29).
Assuming that dates of birth are uniformly and independently distributed over the year, this is similar to uniformly and independently distributing $n$ balls into $k$ bins. So I believe for any particular day, the number of people could be approximated by a Poisson random variable, with $\lambda = \frac{n}{k}$ as the mean.
But what would be a good approximation for the expected the number of people for all 366 days?
While a Poisson random variable is a good approximation for a single bin, simply taking the sum of $k$ independent Poisson random variables would ignore dependencies between the bins. Is there any better way to approximate the distribution?