Poisson process: Generating function

 In a previous post, we solved the differential-difference equations for the Poisson process by using the iterative method. In this post, we use the probability generating function (PGF) to solve the same problem.

Let us restate the problem for the sake of completeness.

We consider a stochastic process {N(t)} that assumes random non-negative integer values N(t)=0,1, with continuous time t0. In a previous post, we derived the following differential-difference equations from a few simple assumptions:

(DD0)dp0(t)dt=λp0(t),(DDn)dpn(t)dt=λpn1(t)λpn(t),  (n1).

We would like to solve these equations with the initial condition p0(0)=1. This implies that pn(0)=0 for n1. We can summarize these initial conditions as (init)pn(0)=δ0,n,  n0 where δ0,n is Kronecker's delta.

In general, the PGF is defined as (Eq:pgf)G(s,t)=n=0pn(t)sn where s is the dummy variable. Note that this PGF also depends on time t (because pn(t) depends on t), so it is a two-variable function. 

Now, multiply both sides of Eq. (DDn) by sn, and sum over n=0,1,2,. We have n=0dpn(t)dtsn=λn=1pn1(t)snλn=0pn(t)sn.

Let's rewrite this equation using the PGF (Eq:pdf). The left-hand side: n=0dpn(t)dtsn=tn=0pn(t)sn=G(s,t)t.

The first term on the right-hand side:λn=1pn1(t)sn=λm=0pm(t)sm+1=sG(s,t).

The second term on the right-hand side:λn=0pn(t)sn=G(s,t).

After all, we have the following partial differential equation (PDE):

G(s,t)t=λsG(s,t)λG(s,t)=λ(s1)G(s,t).

Although this is a PDE, it only involves a derivative with respect to t. Thus, it can be readily integrated to give 

(Eq:solA)G(s,t)=A(s)eλ(s1)t

 where A(s) is a function of s alone. With the initial condition Eq. (init) and the definition of the PGF (Eq:pdf), we have 

G(s,0)=n=0pn(0)sn=1. On the other hand, we have from (Eq:solA) 

G(s,0)=A(s).

Comparing these, we have A(s)=1, and the PGF is G(s,t)=eλ(s1)t=eλteλst=eλtn=0(λst)nn!=n=0(λt)neλtn!sn=n=0pn(t)sn.

Comparing the coefficients of sn, we have pn(t)=(λt)neλtn!,  (n=0,1,) as expected.


Related videos



Comments

Popular posts from this blog

Birth process

Branching processes: Mean and variance

Informal introduction to formal logic