In this part we will introduce Poisson processes and their properties.
Poisson Processes
Intuition (Poisson Processes)
In the beginning, we defined a stochastic process as a collection {Xt,t∈I} of random variable with a common state space S.
Initially, the state space was discrete (i.e., finite or countable), last time we extended this to continuous state spaces.
In this part, we will extend even further and make the set I is a non-countable set, for example, all positive real numbers, or all subsets of R2.
Intuition (Poisson Process)
A random variable with valuyes 0,1,2,… with a Poisson distribution can be used to model the count of events happening independently, e.g., within some time interval.
We know that if X∼Poisson(λ), then,
π(x)=e−λx!λx,
and,
E[X]=λ,Var(X)=λ.
A Poisson process models not only the count for a specific time interval, but also the exact time of every event.
Definition 1 (Counting Process)
A counting process {Nt}t∈I is a stochastic process where I=R0+, where the state space is the non-negative integers, and where 0≤s≤t implies Ns≤Nt.
Generally, when s<t,Nt−Ns counts the number of “events” (in the loose meaning “things happening”) in (s,t].
A realization of Nt is then a function of t that is a right-continuous step function.
Definition 2 (Poisson Process I)
A Poisson process {Nt}t≥0 with parameter λ>0 is a counting process, fulfilling,
N0=0.
Nt∼Poisson(λt) for all t>0.
Stationary Increments: Nt+s−Ns has the same distribution as Nt for all s>0,t>0.
Independent Increments: Nt−Ns and Nr−Nq are independent, when 0≤q<r≤s<t.
Note
It is not obvious that such a process necessarily exists. Further, E[Nt]=λt, thus what one is counting occurs with a rate of λ items per time unit.
Example 1 (Poisson Process Example I)
Messages are sent to a computer server at a rate of 7 messages per minute.
Assuming a Poisson process {Nt}t≥0, after 3 minutes 22 messages have arrived.
What is the probability of at least 18 messages arriving in the next 2 minutes?
Customers arrive at a rate of 6 customers per hour to a restaurant.
Assuming a Poisson process {Nt}t≥0, what is the probability that exactly 10 customers arrive after 2 hours and a total of 22 customers have arrived after 4 hours?
A random variable X with non-negative real values as possible values has an exponential distribution with parameter λ if the density is,
π(x):=λe−λx.
The cumulative probability distribution is,
F(x):=1−e−λx.
The expectation is and variance are,
E[X]=λ1,Var(X)=λ21.Note (Memoryless of the Exponential Distribution)
A random variable X is called memoryless if,
P(X>s+t∣X>s)=P(X>t)
for all s>0,t>0.
The exponential distribution is memoryless, and is the only memoryless continuous random variable.
Thus, we need to take this into consideration when modeling waiting times.
Equivalent Definitions of Poisson Processes
Definition 3 (Poisson Process II)
Let X1,X2,… be a sequence of i.i.d. exponential random variables with parameter λ.
Let N0=0 and, for t>0,
Nt:=max{n:X1+…+Xn≤t}.
Then, {Nt}t≥0 is a Poisson process with parameter λ.
Proof
Firstly, if we start with a Poisson process (definition I), and let X1,X2,… be the inter-arrival times, i.e., the time between event 1 and event 2, event 2 and event 3, etc., then these are i.i.d. exponential random variables with parameter λ.
Thus, Nt will be defined as above.
Conversely, if we construct Nt as above, all properties of definition I can be verified.
Let {Mt}t≥0 be defined as Mt:=Nt+s−Ns for some s>0.
It is a counting process by definition.
N0=0 by definition.
Stationary increments follow from the memoryless property of the exponential distribution: Mk=Ns+t+k−Ns+t=max{n:XNs+t+1+…+XNs+t+n≤k}, which has the same distribution as Nk.
Independent increments follow from the independence of the Xi’s.
Mk=Mk+s−Ns=max{n:XNs+1+…+XNs+n≤k}, which has a Poisson(λk) distribution.
We call Sn:=X1+…+Xn the arrival times of the process.
Let M=min{X1,…,Xn}, where, independently for each i, Xi∼Exponential(λi), then,
P(M=X1)=P(X2≥X1,…,Xn≥X1)=E[I[X2≥X1,…,Xn≥X1]]=E[E[I[X2≥X1,…,Xn≥X1]∣X1]]=E[P(X2≥X1,…,Xn≥X1∣X1)]=E[e−λ2X1…e−λnX1∣X1]=E[e−(λ2+…+λn)X1]=∫0∞e−(λ2+…+λn)xλ1e−λ1xdx=λ1∫0∞e−(λ1+λ2+…+λn)xdx=λ1+λ2+…+λnλ1=1[−λ1+λ2+…+λn1e−(λ1+λ2+…+λn)x]0∞=λ1+λ2+…+λnλ1■Definition 4 (Poisson Process III)
A Poisson process {Nt}t≥0 with parameter λ>0 is a counting process, fulfilling,
N0=0.
The process has stationary and independent increments.
P(Nh=0)P(Nh=1)P(Nh>1)=1−λh+o(h)=λh+o(h)=o(h)
for all h>0, where o(h) is a function such that limh→0ho(h)=0.