Admistrivia
Continuous markov models
Pure birth process
Review of poisson
Yet another way to describe the poisson:
- P(X(t+h) - X(t) = 1|X(t) = x) = lambda h + o(h)
- P(X(t+h) - X(t) = 0|X(t) = x) = 1 - lambda h + o(h)
- X(0) = 0.
Notice: description this time looks Markovian.
Nice property: we can easilly adjust lambda dynamically in this
formalization. this generates continuous time markov processes.
(Pure) Birth Processes
- P(X(t+h) - X(t) = 1|X(t) = x) = lambdax h + o(h)
- P(X(t+h) - X(t) = 0|X(t) = x) = 1 - lambdax h + o(h)
- P(X(t+h) - X(t) < 0|X(t) = x) = 0.
- X(0) = 0.
Definition: Pn(t) = P(X(t) = n|X(0) = 0).
- NOTE: if we can solve this, we know "everything."
- We just have to shift the lambda's
Forward equations?
- Pn'(t) = - lambdanPn(t) + lambdan-1Pn-1(t)
- Special case for n = 0: P0'(t) = -
lambdanPn(t)
- Derive via o() notation and take limit
Sojourn times
- Times between births called sojourn times
- Sk is time between kth and (k+1)st birth
- Each is exponential
Finiteness
- ESk = 1/lambdak
- Sum 1/lambdak = expected time till explosion
- if infinite--math very difficult.
- Model goes to infinite in finite time
Yule Process
- Explicit case: lambdak = beta * k.
- NOTE: X(0) = 1 for conviencence
- Pn(t) = exp(-beta t)(1 - exp(-beta t))n-1
- Check that it is correct.
Dean P. Foster
Last modified: Mon Apr 5 10:36:00 EDT 2004