Lecture 6 and 7 Poisson Process Birth and Death
Lecture 6 and 7 Poisson Process Birth and Death
Poisson Process.
Birth and Death process.
we have been discussing discrete time and discrete state-space stochastic. However, there are
important stochastic processes for which S is discrete but the indexing set is continuous. These
processes may change their values at any instant of time rather than at specified times. In other
words, the stochastic process can change instantaneously
An important process of this type is called the Poisson process.
➢ The Poisson process is one of the most widely-used counting processes. It is usually used in
scenarios where we are counting the occurrences of certain events that appear to happen at a
certain rate, but completely at random.
➢ For example, suppose that from historical data, we know that earthquakes occur in a certain area
with a rate of 22 per month. Other than this information, the timings of earthquakes seem to be
completely random. Thus, we conclude that the Poisson process might be a good model for
earthquakes. In practice, the Poisson process or its extensions have been used to model:
−− the number of car accidents at a site or in an area;
−− the location of users in a wireless network;
−− the requests for individual documents on a web server;
−− the outbreak of wars;
−− photons landing on a photodiode.
A stochastic process {N(t),t ≥ 0} is called a counting process if N(t) represents the total number of events
that occur by time t.
Definition: Poisson process
The Poisson process is a continuous-time process counting events taking place at random times,
such as e.g. customers arriving at a desk. Its definition follows.
Definition A continuous-time stochastic process (Nt , t ∈ R+) is a Poisson process with intensity
λ > 0 if
(1)
(2)
Thus, equation (1) becomes
(3)
By equation (3)
(4)
Equation (4) implies
(5)
Take the limit as h→0 on both side of (5), we have
(6)
(7)
(8)
(9)
(10)
Thus, we have
(11)
(12)
(13)
(14)
(15)
(16)
(17)
From (6) and the assumption, we have
(18)
(19)
Again multiply eλt on both side of (19) we get
(20)
(21)
(22)
➢ Theorem (1) suggests that there is a deep connection between the
• Poisson process and
• the p.m.f. of Poisson distribution.
➢ The number of event occuring between (0,t] follows a Poisson distribution with parameter λt. As
the length of the interval increases, the mean of the Poisson distribution also increases linearly.
➢ A pure birth process is a continuous time, discrete state Markov process for which state
transitions are either the process remains at the current state or the state increases by one unit. The
process cannot move from higher state to a lower state since there is no death. Specifically, we
deal with a family of random variables {X(t);t ≥ 0} where the possible values of X (t) are non
negative integers representing the population size t time t.
➢ Suppose the process is at time t; then when a birth occurs, the process goes from state n to state
n+1. If no birth occurs, the process remains at state n. The birth process is characterized by the
birth rate λn which varies according to the state n.
Assumptions of process:
The process {X(t);t ≥ 0} satisfies the following assumptions: during time interval [t,t+δt] where δt is a
sufficiently small time interval
(i)Pr[X (t + δt) − X (t) = 1|X (t) = n] = λnδt+ o(δt)
(ii) Pr[X(t + δt) − X(t) = 0|X(t) = n] = 1 − λnδt + 0(δt)
(iii) Pr[X (t + δt) − X (t) ≥ 2|X (t) = n] = o(δt)
Where
o(𝛿𝑡)
lim =0
δt→0 𝛿𝑡
We use these assumptions to define system of equations that are useful in deriving properties of
population size at given time t.
Simple birth process
A simple birth process, where birth rates are equal to the size of the current population.
Linear Birth
A simple linear birth process is a birth process with rates λn= nλ. It models a population in which each
individual gives birth repeatedly and independently at rate λ.
The number of births in time t from a simple linear birth process of population n is given by:
𝑛
𝑃𝑛,𝑛+𝑚 (𝑡) = ( ) (𝜆t)𝑚 (1 − 𝜆t)𝑛−𝑚
𝑚
In exact form, the number of births is the negative binomial distribution . (visit the text on pages 66-69)
➢ Individuals persist only until they die and there are no births.
➢ We assume initially, there are n0 number of individuals at time t = 0.
Linear Death
Definition
(23)
(23) tells us that if the number of events happend in [0,t] is i, then how many events will occur in (t,t+h].
Note:
➢ There is a basic difference between the birth and death process and the Poisson process.
• in the Poisson process, the number of events can only increase over time, while
• in the birth and death process, the number of events can also decrease.
• When the number of events increase, we call it a birth process and
• when the number of events decrease, we call it a death process.
For example, if you have up to time t, i events occurred. Then between t to t+h, there can be a
birth, a death, or nothing happens, with probability given by the first three equations in (23) .
➢ λi is called the birth rate and
➢ μi is called the death rate.
The last equation in (23) suggests that the probabilities that there will be more than one birth or
more than one death will be very small if the time interval is small.
Application: Here are some typical situations where birth and death process is used to model the
data.
1. Demography: how population of a particular community evolves over time.
2. Queuing theory: in a counter, look at the number of people in the queue. A person is
served and leaves the queue is called a “death”, and a person joins the queue is called a
“birth”.
3. Mathematical biology: to model the evolotion of bacteria.
(24)
(25)
(26)
(visit the text on pages 72 -80)
Get more special cases on birth and death process on pages 80-86