If in an experiment I have recorded the number of people, lets say $X$, alive at some time ($>0$), out of a sample of $n$ people, which is the best distribution for $X$ to use?
The survival time of a single person is modelled as an exponential distribution with parameter θ: f(t)=θ*exp(-θt)
Since it is people it should be a discrete distribution and thus i am between poisson and binomial but I cannot decide which to use.