Death process

 

Defining the death process

Consider a population where individuals only die, and nobody is born. We now study the death process under the following assumptions.

  1. The probability that each individual dies in a short period of time δt is μδt+o(δt) where μ>0 is the death rate.
  2. For a population of n individuals, the probability of each death is nμδt+o(δt). We assume that the probability of multiple deaths in δt is negligible. 
Thus, the population size N(t) is a random variable that only decreases. Let pn(t)=Pr(N(t)=n), the probability that the population size is n at time t. Suppose the initial population size is N(0)=n0, and hence the initial condition is given as (Eq:Init)pn(t)=δn,n0.

A sample path of a death process is shown below:


Differential-difference equations

Now, let's find the differential-difference equations for the death process.
First, suppose that N(t)=n0, the initial population size. The population can retain this size at time t+δt only if there are no deaths during δt. Thus,
pn0(t+δt)=pn0(t)(1μn0δt+o(δt)).

Next, for N(t+δt)=n to hold, there are two possibilities:
  • N(t)=n+1 and one individual dies during δt, or
  • N(t)=n, and no individuals die during δt.
Hence, we have the following equation:
pn(t+δt)=[μ(n+1)δt+o(δt)]pn+1(t)+[1μnδt+o(δt)]pn(t),  (nn01).
In particular, we have, for n=0,
p0(t+δt)=[μδt+o(δt)]p1(t)+[1+o(δt)]p0(t).

Rearranging these, and taking the limit δt0, we have the following differential-difference equations:
(Eq:DeathN)dpn(t)dt=μ(n+1)pn+1(t)μnpn(t),  (0nn01)(Eq:DeathN0)dpn0(t)dt=μn0pn0(t).

In the next post, we will solve these equations and show that {pn(t)} is given by
pn(t)=(n0n)enμt(1eμt)n0n,  (0nn0).
That is, N(t) follows the binomial distribution B(n0,eμt).

Generating function equation

We can similarly solve the above equations as the birth process. The probability generating function for this death process is defined as (Eq:PGF)G(s,t)=n=0n0pn(t)sn. Note the sum is now from n=0 to n=n0.
As usual (by now), multiply the both sides of (Eq:DeathN) by sn and sum over n to have
n=0n0dpn(t)dtsn=μn=0n01(n+1)pn+1(t)snμn=1n0npn(t)sn.
By now, you should be able to see that this equation implies the following:
G(s,t)t=μ(1s)G(s,t)s,
and the initial condition (Eq:Init) reads
(Eq:InitG)G(s,0)=sn0.
By employing the same technique as in the birth process, we can show (exercise!) that
G(s,t)=(1eμtseμt)n0=n=0n0(n0n)enμt(1eμt)n0nsn.
Hence, we have
pn(t)=(n0n)enμt(1eμt)n0n,  (0nn0).
This is the binomial distribution B(n0,eμt).

Probability of extinction

The probability of extinction at time t is 
p0(t)=(1eμt)n0.
The mean population size decreases exponentially:
E(N(t))=n0eμt.
In fact, the probability of ultimate extinction is
limtp0(t)=limt(1eμt)n0=1
so that the population will become extinct almost surely.

Related videos







Comments

Popular posts from this blog

Birth process

Branching processes: Mean and variance

Informal introduction to formal logic