EEL6507sp09L10
From BoykinWiki
Contents |
EEL6507 Spring 2009, Lecture 10, Friday 2009/01/30 (Notes created by Vishnu Vijayakumar)
- Derivation of Birth-Death Markov Chain
- Pure - Birth process
- Poisson process → Exponential random variable
Derivation of Birth-Death Markov equation
Let us consider the probability that there will be one birth at time interval
given that the population is
at time
![\begin{alignat}{2}
B_1(k) & = Prob[{\text{1 birth in }}(t,t+\triangle t)|K] \\
& = \int\limits_{t}^{t+\triangle t}p_K(\tau)\,d\tau \simeq \triangle t \cdot p_K(t)
\end{alignat}](/wiki/images/math/8/3/7/837160114a9b2d36e65b1d75bb60e2f4.png)
where,
is the probability density that there is one birth at time t when the population is K.
Since birth is a memoryless process,
is independent of t. Thus we have:
![\begin{alignat}{2}
B_{1}(k) & = Prob[{\text{1 birth in}}(t,t+\triangle t)] \simeq \lambda_K \triangle t
\end{alignat}](/wiki/images/math/6/1/c/61c2d95cf0730494c94c186137169f2d.png)
Similarly, for a pure death process we have:
![\begin{alignat}{2}
D_{1}(k) & = Prob[{\text{1 death in}}(t,t+\triangle t)] \simeq \mu_K \triangle t
\end{alignat}](/wiki/images/math/d/d/d/ddd70f588d026cc5b3a67205aa91187b.png)
The probability of no births and no deaths in the interval
are :

We now wish to derive the probability that the Population is K at a time
.
We have the following tools at our disposal:
- Marginalization
- Conditional Probability
- Markov Property
![\begin{alignat}{2}
P_k(t+\triangle t) & = \sum_{j=0}^{\infty}Prob[Population\ is\ K\ at\ T = t + \triangle t\ AND\ Population\ is\ j\ at\ T = t ]\\
& = \sum_{j=0}^{\infty}Prob[Pop.\ is\ K\ at\ T=\triangle t | Pop.\ is\ j\ at\ t] \cdot Prob[Pop.\ is\ j\ at\ t]\\
& = \sum_{j=k-1}^{k+1}Prob[Pop.\ is\ K\ at\ T=t+\triangle t | Pop.\ is\ j\ at\ t]\cdot P_j(t)\\
& = P_{k+1}(t)\mu_{k+1}\triangle t + P_k(t)[1 - \triangle t \mu_{k} - \triangle t \lambda_{k} + 2\triangle t^2 \lambda_{k}\mu_{k}]+ P_{k-1}(t)\lambda_{k-1}\triangle t\\
\end{alignat}](/wiki/images/math/f/3/3/f3379259e13ff5f87ea5b13afea5e4f6.png)
Thus we have:
![\begin{alignat}{2}
P_k(t+\triangle t)-P_k(t) = P_{k+1}(t)\mu_{k+1}\triangle t + P_{k}(t)[2\triangle t^2 \lambda_{k} \mu_{k}-\triangle t \mu_{k} - \triangle t \lambda_{k}] + P_{k-1}(t)\lambda_{k-1}\triangle t\\
\end{alignat}](/wiki/images/math/4/d/c/4dcfdee62dfb7207048c1b71b7575bb2.png)
We can derive the equation for
from the above equation.
Dividing both sides of the above equation and taking limits we have:
![\begin{alignat}{2}
\lim_{\triangle t \to 0} \frac{P_k(t+\triangle t)-P_k(t)}{\triangle t} & = \lim_{\triangle t \to 0}\lbrace P_{k+1}(t)\mu_{k+1} + P_k(t)[2\triangle t\lambda_{k}\mu_{k}-(\mu_{k}+\lambda_{k})]+ P_{k-1}\lambda_{k-1}\triangle t \rbrace\\
\end{alignat}](/wiki/images/math/5/7/d/57d95b27b9f99dbfab6a4c3a29e23ebc.png)
Thus we have:
![\begin{alignat}{2}
P'_k(t) = P_{k+1}\mu_{k+1}+P_{k-1}\lambda_{k-1} - P_k(t)[\mu_{k}+\lambda_{k}]\\
\end{alignat}](/wiki/images/math/c/c/f/ccf3204941743b437248d1befb7c6ca3.png)
This is the equation for the Birth-Death Markov Chain.
Derivation of Birth-Death Markov Chain using the concept of Probability Flow
The Birth-Death equation can be derived using the concept of probability flow.
We define Flow as he rate of probability flow out of
Birth-Death process in terms of Markov Chain
Pure-Birth Process
A Pure-Birth Process is obtained when
.
The equation for a Pure-Birth process is:
![\begin{align}
P'_k(t) &= \lambda[P_{k-1}(t)-P_k(t)]\\
\end{align}](/wiki/images/math/8/9/e/89e85e3122bd81ed634bc7d77e7c797d.png)

