Admistrivia

Continuous markov models: Pure death processes

Pure death process

Birth / Death whats the difference? (Death = N - births?)
  1. P(X(t+h) - X(t) = -1|X(t) = k) = muk h + o(h)
  2. P(X(t+h) - X(t) = 0|X(t) = k) = 1 - muk h + o(h)
  3. P(X(t+h) - X(t) > 0|X(t) = k) = 0
  4. X(0) = N.

Cool new way of representing "Yule"/linear death process

Suppose muk = alpha k.
  1. Each person has chance alpha h of dieing in time periods h.
  2. So expected number of deaths is alpha X(t) h.
  3. But each person is easy to solve individually
  4. Each treated independently: call death time etai
  5. P(Xt = n) = P(exactly N-n people die up to t)
  6. but this is just a Bernulli sequence!

Birth / death processes

  1. Pi,i+1(h) = lambdak h + o(h)
  2. Pi,i-1(h) = muk h + o(h)
  3. Pi,i(h) = 1 - muk h - lambdak h + o(h)
  4. Pi,j(0) = 0 unless i = 1
  5. mu0 = 0. All others, positive
Write it as a matrix:

Chapman-Kolmogorov equations

P(t+s) = P(t)P(s)

Sojourn times

Slight worry

Is the above simulation unique? Or are there others that would satisify our definition?

Unique if sum (1/lambda)'s is infinite.

Otherwise, there is a positive probability of visiting +infinity and maybe coming back down. Very cool, but not very realistic.

Dean P. Foster
Last modified: Wed Apr 7 10:06:21 EDT 2004