Chemistry Reference and  Research
           
 
Periodic Table
- standard table
- large table
 
Chemical Elements
- by name
- by symbol
- by atomic number
 
Chemical Properties
 
Chemical Reactions
 
Organic Chemistry
 
Branches of Chemistry
Analytical chemistry
Biochemistry
Computational Chemistry
Electrochemistry
Environmental chemistry
Geochemistry
Inorganic chemistry
Materials science
Medicinal chemistry
Nuclear chemistry
Organic chemistry
Pharmacology
Physical chemistry
Polymer chemistry
Supramolecular Chemistry
Thermochemistry

Continuous-time Markov chain

In probability theory, a continuous-time Markov chain is a stochastic process { X(t) : t ≥ 0 } that enjoys the Markov property and takes values from amongst the elements of a set called the state space. The Markov property states that at any times s > t > 0, the conditional probability distribution of the process at time s given the whole history of the process up to and including time t, depends only on the state of the process at time t. In effect, the state of the process at time s is conditionally independent of the history of the process before time t, given the state of the process at time t.

Mathematical definitions

Intuitively, one can define a Markov chain as follows. Let X(t) be the random variable describing the state of the process at time t. Now prescribe that in some small increment of time from t to t+h, the probability that the process makes a transition to some state j, given that it started in some state i at time t, is given by

\Pr(X(t+h) = j | X(t) = i) = q_{ij}h + o(h),\,

where o(h) represents a quantity that goes to zero as h goes to zero (see the article on order notation). Hence, over a sufficiently small interval of time, the probability of a particular transition is roughly proportional to the duration of that interval.

Continuous-time Markov chains are most easily defined by specifying the transition rates qij, and these are typically given as the ij-th elements of the transition rate matrix, Q (sometimes called a Q-matrix by convention). Q is a finite matrix according to whether or not the state space of the process is finite (it may be countably infinite, for example in a Poisson process where the state space is the non-negative integers). The most intuitive continuous-time Markov chains have Q-matrices that are:

  • conservative—the i-th diagonal element qii of Q is given by
q_{ii} = -q_{i} = -\sum_{j\neq i} q_{ij},
  • stable—for any given state i, all elements qij (and qii) are finite.

(Note, however, that a Q-matrix may be non-conservative, unstable or both.) When the Q-matrix is both stable and conservative, the probability that no transition happens in some time r is

\Pr(X(t+r) = i | X(s) = i, \forall r\in[t, t+r)) = e^{-q_{i}r}.

Therefore, the probability distribution of the waiting time until the first transition is an exponential distribution with rate parameter qi (= −qii), and continuous-time Markov chains are thus memoryless processes.

Related processes

Given that a process that started in state i has experienced a transition out of state i, the conditional probability that the transition is into state j is

{q_{ij} \over \sum_k q_{ik}}= {q_{ij} \over q_i}.

Using these probabilities, the sequence of states visited by the process (the so-called jump chain) can be described by a discrete-time Markov chain. The transition matrix P of the jump chain has elements pij = qij/qi, ij, and pii = 0.

Another discrete-time process that may be derived from a continuous-time Markov chain is a δ-skeleton—the (discrete-time) Markov chain formed by observing X(t) at intervals of δ units of time. The random variables X(0), X(δ), X(2δ), ... give the sequence of states visited by the δ-skeleton.

01-04-2007 01:16:19
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy