EEL6507sp09L08
From BoykinWiki
Contents |
EEL6507 Spring 2009, Lecture 08, Monday 2008/01/26 (Notes created by Yonggang Liu)
- Introduce Chapman Kolmogorov Equation.
- Derive memoryless aspect of continuous time Markov Chain.
Multi-step Inhomogeneous Probability
We use:
- Integralization

- Conditional Probability

- Markov Probability

Define
![P_{ij}\left(m,n\right)=Pr\left[X_n=j|X_m=i\right]](/wiki/images/math/1/e/5/1e5cbb35350d010fc38da4bef3c40924.png)
where i,j are states, and m,n are steps.
Suppose we stop at q:

Modulization:
![\begin{align}
P_{ij}(m,n) &= \Pr[X_n= j|X_m=i] \\
&= \sum_{k}Pr[X_n=j,X_q=k|X_m=i] \\
&=\sum_{k}Pr[X_q=k|X_m=i]Pr[X_n=j|X_q=k,X_m=i] \\
\end{align}](/wiki/images/math/9/c/b/9cb9bec95e4f30c23a0d3464df4dcf4e.png)
Because
, from property of Markov Process we get:
![Pr\left[X_n=j|X_q=k,X_m=i\right]=Pr[X_n=j|X_q=k]=P_{kj}(q,n)](/wiki/images/math/0/6/6/0662ed0aed3c1e6878bf3b9aaf6cb2ad.png)
Finally, we get

This format is the same as matrix multiplication.
Chapman Kolmogorov Equation
We define
, then


![[P\left(n\right)]_{ij}=P_{ij}(n,n+1)=P[X_{n+1}=j|X_n=i]](/wiki/images/math/6/1/5/615a0d74c4c7458aae5543b70a5b3d91.png)

Forward Chapman Kolmogorov Equation:

Backward Chapman Kolmogorov Equation:

Derivation of
Given initial
, i.e.,
, how to get
, i.e.,
?
![\begin{align}
Pr[X_n=i]
&= \sum_{j}Pr[X_n=i,X_0=j] \\
&= \sum_{j}Pr[X_n=i|X_0=j]Pr[X_0=j] \\
&= \sum_{j}P_{ji}(0,n) \pi_{j}(0) \\
\end{align}](/wiki/images/math/7/4/b/74bf1c4a26ab1102749353cc6475bc7b.png)
From Forward Chapman Kolmogorov Equation:

Alternatively, from Backward Chapman Kolmogorov Equation:

In conclusion, we get


Special Form of Chapman Kolmogorov Equation
From

we get
![\begin{align}
H\left(m,n+1\right)-H(m,n)&=H(m,n)P(n)-H(m,n) \\
&=H(m,n)[P(n)-I] \\
\end{align}](/wiki/images/math/4/4/3/443e05b80d0165c99367196e3ea378cf.png)
Define
,
then we get the derivative equation:

Continuous Time Memorylessness
![\begin{align}
Pr\left(\tau > s+t|\tau > s \right) &= h(t),\ independent\ of\ s \\
&= \frac {Pr[\tau > s+t, \tau > s]}{Pr[\tau > s]} \\
&= \frac {Pr[\tau > s+t]}{Pr[\tau > s]}\ \ \ (*) \\
\end{align}](/wiki/images/math/7/3/3/7339cb7c567de8d9a87d66661e3f7c63.png)
If s=0, and the process starts at time 0, then
![Pr\left[\tau > t|\tau > 0\right] = Pr[\tau > t]=h(t)](/wiki/images/math/0/9/9/099fe935e3814a9ef215bc3997e070d8.png)
From (*), we get
![Pr\left[\tau > s+t\right] = h(t) Pr[\tau > s]](/wiki/images/math/1/f/3/1f36916531e3d9c1903ea2206d10da0d.png)
i.e.,

Think: what is h?
