Poisson process: Derivation from simple assumptions

 In a previous post, we have seen that the Poisson process satisfies a set of differential-difference equations. By reversing that argument, we can "derive" the Poisson process from a few simple assumptions. 

Let's pretend we don't know the Poisson process. We want to model the stochastic process {N(t)} that assumes non-negative integer values N(t)=0,1,2, and depends on non-negative continuous time t[0,). Our first assumption is the following:

(1) The probability that N(t) increases by 1 within the time interval of δt is approximately proportional to δt. In other words,

Pr(N(t+δt)=n+1|N(t)=n)=λδt+o(δt)

where λ is a positive constant. "o(δt" in the "little o" notation that represents any term that converges to 0 faster than δt when δt0. That is,

limδt0o(δt)δt=0.

Our next assumption is:

(2) For a sufficiently small δt, N(t+δt)N(t) is no more than 1. That is, N(t) increases by 1, or it doesn't increase at all within δt. Accordingly, we have

Pr(N(t+δt)=n|N(t)=n)=1Pr(N(t+δt)=n+1|N(t)=n)=1λδt+o(δt).

Note that we are implicitly assuming that {N(t)} is a Markov process.

Let pn(t)=Pr(N(t)=n) denote the probability that N(t)=n at time t

By the above assumptions, we have

p0(t+δt)=(1λδt+o(δt))p0(t),

and, for n1,

pn(t+δt)=(λδt+o(δt))pn1(t)+(1λδt+o(δt))pn(t).

By rearranging these, we have

p0(t+δt)p0(t)δt=(λ+o(δt)/δt)p0(t),pn(t+δt)pn(t)δt=(λ+o(δt)/δt)pn1(t)(λ+o(δt)/δt)pn(t).

With the limit δt0, we have the (familiar) differential-difference equations:

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

By solving these equations with the initial condition p0(0)=1, we can show that

pn(t)=(λt)neλtn!.

That is, N(t) is a Poisson process. We will see how to solve the above differential-difference equations in the following posts.

Related videos



Comments

Popular posts from this blog

Birth process

Branching processes: Mean and variance

Informal introduction to formal logic