Poisson process: Differential-Difference equations

Read Poisson process: Introduction first.

Recall that the Poisson process {N(t)} with parameter λ is a stochastic process characterized by the following probability distribution:
(Eq:PoissonProc)pn(t)=Pr(N(t)=n)=(λt)neλtn!,  (t0,n=0,1,2,)

Differential-Difference Equations

To understand the meaning of a stochastic process, it is often useful to find the differential(-difference) equations satisfied by the probability distribution. 
By differentiating (Eq:PoissonProc) with respect to time t, we have (Eq:DD0)dp0(t)dt=λp0(t) and (Eq:DDn)dpn(t)dt=λpn1(t)λpn(t) (n1).
These are the differential-difference equations satisfied by the sequence of probabilities {p0(t),p1(t),}. It is "differential" because of the derivatives dpn(t)/dt, and "difference" because of the sequence of probabilities p0(t),p1(t),.

Exercise. Derive the above differential-difference equations.

So, how do these differential-difference equations help us understand the Poisson process? To see that, let us discretize the equations. Recall the definition of derivatives:
dpn(t)dt=limδt0pn(t+δt)pn(t)δt.
That is, we can approximate the derivative on the left-hand side by the right-hand without the limit. Then (Eq:DD0) and (Eq:DDn) can be approximated as
p0(t+δt)=(1λδt)p0(t) and pn(t+δ)=(λδt)pn1(t)+(1λδt)pn(t)
Now, let us define the following conditional probabilities:
Pr(N(t+δt)=n+1|N(t)=n)=λδt,Pr(N(t+δt)=n|N(t)=n)=1λδt.
That is, given N(t)=n, after the time interval of δt, the value of N(t+δt) either increase by 1 (with probability λδt) or stays the same (with probability 1λδt). We should assume that λδt1 so that it can be interpreted as a probability. Using these conditional probabilities, the discretized differential-difference equations are expressed as
(Eq:DD0')Pr(N(t+δt)=0)=Pr(N(t+δt)=0|N(t)=0)Pr(N(t)=0),Pr(N(t+δ)=n)=Pr(N(t+δt)=n|N(t)=n1)Pr(N(t)=n1)(Eq:DDn')+Pr(N(t+δt)=n|N(t)=n)Pr(N(t)=n).
Note that these are in the form of the partition theorem. From these equations, we can see that the Poisson process is a Markov process because each pn(t+δt) depends only on the quantities at time t such as pn1(t) and pn(t), not on those before t such as  pm(tδt),pm(t2δt),pm(t3δt), for any m=0,1,.
(Eq:DD0') says:
  • N(t+δt)=0 at time t+δt with probability p0(t+δt) if N(t)=0 at time t with probability p0(t), and N(t) stays the same with probability 1λδt.
Similarly, (Eq:DDn') says
  • N(t+δt)=n with probability pn(t+δt) if either
    • N(t)=n1 with probability pn1(t) and N(t) increases by 1 with probability λδt,
    • or N(t)=n with probability pn(t)and N(t) stays the same with probability 1λδt
Thus, the Poisson process is a process where the value of N(t) increases by at most 1 within a short time interval δt with probability proportional to the interval: λδt.



Comments

Popular posts from this blog

Birth process

Branching processes: Mean and variance

Informal introduction to formal logic