Share to: share facebook share twitter share wa share telegram print page

Continuous-time Markov chain

A continuous-time Markov chain (CTMC) is a continuous stochastic process in which, for each state, the process will change state according to an exponential random variable and then move to a different state as specified by the probabilities of a stochastic matrix. An equivalent formulation describes the process as changing state according to the least value of a set of exponential random variables, one for each possible state it can move to, with the parameters determined by the current state.

An example of a CTMC with three states is as follows: the process makes a transition after the amount of time specified by the holding time—an exponential random variable , where i is its current state. Each random variable is independent and such that , and . When a transition is to be made, the process moves according to the jump chain, a discrete-time Markov chain with stochastic matrix:

Equivalently, by the property of competing exponentials, this CTMC changes state from state i according to the minimum of two random variables, which are independent and such that for where the parameters are given by the Q-matrix

Each non-diagonal entry can be computed as the probability that the jump chain moves from state i to state j, divided by the expected holding time of state i. The diagonal entries are chosen so that each row sums to 0.

A CTMC satisfies the Markov property, that its behavior depends only on its current state and not on its past behavior, due to the memorylessness of the exponential distribution and of discrete-time Markov chains.

Definition

Let be a probability space, let be a countable nonempty set, and let ( for "time"). Equip with the discrete metric, so that we can make sense of right continuity of functions . A continuous-time Markov chain is defined by:[1]

  • A probability vector on (which below we will interpret as the initial distribution of the Markov chain), and
  • A rate matrix on , that is, a function such that
  1. for all distinct ,
  2. for all (Even if is infinite, this sum is a priori well defined (possibly equalling ) because each term appearing in the sum is nonnegative. A posteriori, we know the sum must also be finite (not equal to ), since we're assuming it's equal to and we've assumed is real valued. Some authors instead use a definition that's word-for-word the same except for a modified stipulation , and say is stable or totally stable to mean , i.e., every entry is real valued.)[2][3][4]

Note that the row sums of are 0: or more succinctly, . This situation contrasts with the situation for discrete-time Markov chains, where all row sums of the transition matrix equal unity.

Now, let such that is -measurable. There are three equivalent ways to define being Markov with initial distribution and rate matrix : via transition probabilities or via the jump chain and holding times.[5]

As a prelude to a transition-probability definition, we first motivate the definition of a regular rate matrix. We will use the transition-rate matrix to specify the dynamics of the Markov chain by means of generating a collection of transition matrices on (), via the following theorem.

Theorem: Existence of solution to Kolmogorov backward equations.[6] — There exists such that for all the entry is differentiable and satisfies the Kolmogorov backward equations:

(0)

We say is regular to mean that we do have uniqueness for the above system, i.e., that there exists exactly one solution.[7][8] We say is irregular to mean is not regular. If is finite, then there is exactly one solution, namely and hence is regular. Otherwise, is infinite, and there exist irregular transition-rate matrices on .[a] If is regular, then for the unique solution , for each , will be a stochastic matrix.[6] We will assume is regular from the beginning of the following subsection up through the end of this section, even though it is conventional[10][11][12] to not include this assumption. (Note for the expert: thus we are not defining continuous-time Markov chains in general but only non-explosive continuous-time Markov chains.)

Transition-probability definition

Let be the (unique) solution of the system (0). (Uniqueness guaranteed by our assumption that is regular.) We say is Markov with initial distribution and rate matrix to mean: for any nonnegative integer , for all such that for all

.[10] (1)

Using induction and the fact that we can show the equivalence of the above statement containing (1) and the following statement: for all and for any nonnegative integer , for all such that for all such that (it follows that ),

(2)

It follows from continuity of the functions () that the trajectory is almost surely right continuous (with respect to the discrete metric on ): there exists a -null set such that .[13]

Jump-chain/holding-time definition

Sequences associated to a right-continuous function

Let be right continuous (when we equip with the discrete metric). Define

let

be the holding-time sequence associated to , choose and let

be "the state sequence" associated to .

Definition of the jump matrix Π

The jump matrix , alternatively written if we wish to emphasize the dependence on , is the matrix where is the zero set of the function [14]

Jump-chain/holding-time property

We say is Markov with initial distribution and rate matrix to mean: the trajectories of are almost surely right continuous, let be a modification of to have (everywhere) right-continuous trajectories, almost surely (note to experts: this condition says is non-explosive), the state sequence is a discrete-time Markov chain with initial distribution (jump-chain property) and transition matrix and (holding-time property).

Infinitesimal definition

The continuous time Markov chain is characterized by the transition rates, the derivatives with respect to time of the transition probabilities between states i and j.

We say is Markov with initial distribution and rate matrix to mean: for all and for all , for all and for small strictly positive values of , the following holds for all such that :

,

where the term is if and otherwise , and the little-o term depends in a certain way on .[15][16]

The above equation shows that can be seen as measuring how quickly the transition from to happens for , and how quickly the transition away from happens for .

Properties

Communicating classes

Communicating classes, transience, recurrence and positive and null recurrence are defined identically as for discrete-time Markov chains.

Transient behaviour

Write P(t) for the matrix with entries pij = P(Xt = j | X0 = i). Then the matrix P(t) satisfies the forward equation, a first-order differential equation

,

where the prime denotes differentiation with respect to t. The solution to this equation is given by a matrix exponential

.

In a simple case such as a CTMC on the state space {1,2}. The general Q matrix for such a process is the following 2 × 2 matrix with α,β > 0

The above relation for forward matrix can be solved explicitly in this case to give

.

Computing direct solutions is complicated in larger matrices. The fact that Q is the generator for a semigroup of matrices

is used.

Stationary distribution

The stationary distribution for an irreducible recurrent CTMC is the probability distribution to which the process converges for large values of t. Observe that for the two-state process considered earlier with P(t) given by

,

as t → ∞ the distribution tends to

.

Observe that each row has the same distribution as this does not depend on starting state. The row vector π may be found by solving

with the constraint

.

Example 1

Directed graph representation of a continuous-time Markov chain describing the state of financial markets (note: numbers are made-up).

The image to the right describes a continuous-time Markov chain with state-space {Bull market, Bear market, Stagnant market} and transition-rate matrix

The stationary distribution of this chain can be found by solving , subject to the constraint that elements must sum to 1 to obtain

Example 2

Transition graph with transition probabilities, exemplary for the states 1, 5, 6 and 8. There is a bidirectional secret passage between states 2 and 8.

The image to the right describes a discrete-time Markov chain modeling Pac-Man with state-space {1,2,3,4,5,6,7,8,9}. The player controls Pac-Man through a maze, eating pac-dots. Meanwhile, he is being hunted by ghosts. For convenience, the maze shall be a small 3x3-grid and the ghosts move randomly in horizontal and vertical directions. A secret passageway between states 2 and 8 can be used in both directions. Entries with probability zero are removed in the following transition-rate matrix:

This Markov chain is irreducible, because the ghosts can fly from every state to every state in a finite amount of time. Due to the secret passageway, the Markov chain is also aperiodic, because the ghosts can move from any state to any state both in an even and in an uneven number of state transitions. Therefore, a unique stationary distribution exists and can be found by solving , subject to the constraint that elements must sum to 1. The solution of this linear equation subject to the constraint is The central state and the border states 2 and 8 of the adjacent secret passageway are visited most and the corner states are visited least.

Time reversal

For a CTMC Xt, the time-reversed process is defined to be . By Kelly's lemma this process has the same stationary distribution as the forward process.

A chain is said to be reversible if the reversed process is the same as the forward process. Kolmogorov's criterion states that the necessary and sufficient condition for a process to be reversible is that the product of transition rates around a closed loop must be the same in both directions.

Embedded Markov chain

One method of finding the stationary probability distribution, π, of an ergodic continuous-time Markov chain, Q, is by first finding its embedded Markov chain (EMC). Strictly speaking, the EMC is a regular discrete-time Markov chain. Each element of the one-step transition probability matrix of the EMC, S, is denoted by sij, and represents the conditional probability of transitioning from state i into state j. These conditional probabilities may be found by

From this, S may be written as

where I is the identity matrix and diag(Q) is the diagonal matrix formed by selecting the main diagonal from the matrix Q and setting all other elements to zero.

To find the stationary probability distribution vector, we must next find such that

with being a row vector, such that all elements in are greater than 0 and = 1. From this, π may be found as

(S may be periodic, even if Q is not. Once π is found, it must be normalized to a unit vector.)

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.

See also

Notes

  1. ^ Ross, S.M. (2010). Introduction to Probability Models (10 ed.). Elsevier. ISBN 978-0-12-375686-2.
  2. ^ Anderson 1991, See definition on page 64.
  3. ^ Chen & Mao 2021, Definition 2.2.
  4. ^ Chen 2004, Definition 0.1(4).
  5. ^ Norris 1997, Theorem 2.8.4 and Theorem 2.8.2(b).
  6. ^ a b Anderson 1991, Theorem 2.2.2(1), page 70.
  7. ^ Anderson 1991, Definition on page 81.
  8. ^ Chen 2004, page 2.
  9. ^ Anderson 1991, page 20.
  10. ^ a b Suhov & Kelbert 2008, Definition 2.6.3.
  11. ^ Chen & Mao 2021, Definition 2.1.
  12. ^ Chen 2004, Definition 0.1.
  13. ^ Chen & Mao 2021, page 56, just below Definition 2.2.
  14. ^ Norris 1997, page 87.
  15. ^ Suhov & Kelbert 2008, Theorem 2.6.6.
  16. ^ Norris 1997, Theorem 2.8.2(c).

References

  • Anderson, William J. (1991). Continuous-time Markov chains: an applications-oriented approach. Springer.
  • Leo Breiman (1992) [1968] Probability. Original edition published by Addison-Wesley; reprinted by Society for Industrial and Applied Mathematics ISBN 0-89871-296-3. (See Chapter 7)
  • Chen, Mu-Fa (2004). From Markov chains to non-equilibrium particle systems (Second ed.). World Scientific.
  • Chen, Mu-Fa; Mao, Yong-Hua (2021). Introduction to stochastic processes. World Scientific.
  • J. L. Doob (1953) Stochastic Processes. New York: John Wiley and Sons ISBN 0-471-52369-0.
  • A. A. Markov (1971). "Extension of the limit theorems of probability theory to a sum of variables connected in a chain". reprinted in Appendix B of: R. Howard. Dynamic Probabilistic Systems, volume 1: Markov Chains. John Wiley and Sons.
  • Markov, A. A. (2006). "An Example of Statistical Investigation of the Text Eugene Onegin Concerning the Connection of Samples in Chains". Science in Context. 19 (4). Translated by Link, David: 591–600. doi:10.1017/s0269889706001074. S2CID 144854176.
  • S. P. Meyn and R. L. Tweedie (1993) Markov Chains and Stochastic Stability. London: Springer-Verlag ISBN 0-387-19832-6. online: MCSS . Second edition to appear, Cambridge University Press, 2009.
  • Kemeny, John G.; Hazleton Mirkil; J. Laurie Snell; Gerald L. Thompson (1959). Finite Mathematical Structures (1st ed.). Englewood Cliffs, NJ: Prentice-Hall, Inc. Library of Congress Card Catalog Number 59-12841. Classical text. cf Chapter 6 Finite Markov Chains pp. 384ff.
  • John G. Kemeny & J. Laurie Snell (1960) Finite Markov Chains, D. van Nostrand Company ISBN 0-442-04328-7
  • E. Nummelin. General irreducible Markov chains and non-negative operators. Cambridge University Press, 1984, 2004. ISBN 0-521-60494-X
  • Norris, J. R. (1997). Markov Chains. doi:10.1017/CBO9780511810633.005. ISBN 9780511810633.
  • Seneta, E. Non-negative matrices and Markov chains. 2nd rev. ed., 1981, XVI, 288 p., Softcover Springer Series in Statistics. (Originally published by Allen & Unwin Ltd., London, 1973) ISBN 978-0-387-29765-1
  • Suhov, Yuri; Kelbert, Mark (2008). Markov chains: a primer in random processes and their applications. Cambridge University Press.
  1. ^ For instance, consider the example and being the (unique) transition-rate matrix on such that . (Then the remaining entries of will all be zero. Cf. birth process.) Then is irregular. Then, for general infinite , indexing by the nonnegative integers yields that a suitably modified version of the above matrix will be irregular.[9]

Read other articles:

Angkatan Darat Amerika SerikatUnited States ArmyLambang Angkatan Darat Amerika SerikatAktif14 Juni 1775 – saat iniNegara Amerika SerikatTipe unitAngkatan daratJumlah personel485.000 tentara reguler (2021)[1]1.258.472 tentara totalBagian dariAngkatan Bersenjata Amerika Serikat Departemen Angkatan DaratMarkasGedung PentagonArlington County, Virginia, Amerika SerikatJulukanUS ArmyMotoThis We'll DefendIni akan kami pertahankanHimneThe Army Goes Rolling AlongPertempuran Daftar perte...

Изображение было скопировано с wikipedia:en. Оригинальное описание содержало: Cover of the King Crimson album The Power to Believe, 2003. Це зображення є обкладинкою музичного альбому або синглу. Найімовірніше, авторськими правами на обкладинку володіє видавець альбому (синглу) або виконавець (викона...

1996 film directed by Richard Attenborough In Love and WarTheatrical release posterDirected byRichard AttenboroughWritten byAllan ScottClancy SigalAnna Hamilton PhelanStory by Allan Scott Dimitri Villard Based onHemingway in Love and War1989 novelby Henry S. Villard and James NagelProduced byRichard AttenboroughStarring Sandra Bullock Chris O'Donnell Mackenzie Astin Emilio Bonucci CinematographyRoger PrattEdited byLesley WalkerMusic byGeorge FentonDistributed byNew Line CinemaRelease date Dec...

Зої Казанангл. Zoe Kazan ЗображенняІм'я при народженні Зої Свайкорд КазанДата народження 9 вересня 1983(1983-09-09)[1] (40 років)Місце народження м. Лос-Анджелес, Каліфорнія, СШАГромадянство  СШАAlma mater Єльський університет, Wildwood Schoold, Windward Schoold і Ezra Stiles CollegedПрофесія актор...

هذه المقالة يتيمة إذ تصل إليها مقالات أخرى قليلة جدًا. فضلًا، ساعد بإضافة وصلة إليها في مقالات متعلقة بها. (أبريل 2019) كيلي جيفرسون معلومات شخصية الميلاد 4 مارس 1970 (53 سنة)  ريجاينا  مواطنة كندا  الحياة العملية المهنة عازف جاز،  وعازف ساكسفون  تعديل مصدري - تعديل  ...

أناموس     الإحداثيات 47°52′52″N 100°14′31″W / 47.881153°N 100.24186°W / 47.881153; -100.24186  تاريخ التأسيس 1898  تقسيم إداري  البلد الولايات المتحدة[1]  التقسيم الأعلى مقاطعة ماكهنري  خصائص جغرافية  المساحة 1.632765 كيلومتر مربع1.612426 كيلومتر مربع (1 أبريل 2010)[2] 

Wiktor AnderssonLahirWiktor Herman Andersson(1887-06-19)19 Juni 1887Kungsbacka, SwediaMeninggal13 September 1966(1966-09-13) (umur 79)Stockholm, SwediaPekerjaanPemeranTahun aktif1923–1958 Wiktor Herman Kulörten Andersson (19 Juni 1887 – 13 September 1966) adalah seorang pemeran film Swedia. Ia tampil dalam 160 film antara 1923 dan 1958.[1] Filmografi pilihan Under False Flag (1935) Ocean Breakers (1935) Västkustens hjältar (1940) Kungliga patrasket (1945...

Austronesian language spoken in Papua New Guinea BudibudNative toPapua New GuineaRegionMilne Bay ProvinceNative speakers310 (2000)[1]Language familyAustronesian Malayo-PolynesianOceanicWestern OceanicPapuan TipPeripheralKilivilaBudibudLanguage codesISO 639-3btpGlottologbudi1249ELPBudibudBudibud is classified as Vulnerable by the UNESCO Atlas of the World's Languages in Danger Budibud is one of the Kilivila languages (of the Austronesian language family), spoken on the tiny L...

Form of limestone deposited by mineral springs Travertine terraces at Mammoth Hot Springs, Yellowstone National Park, in 2016 Calcium-carbonate-encrusted, growing moss in a low-temperature freshwater travertine formation (coin for scale) Travertine (/ˈtrævərˌtiːn/[1] TRAV-ər-teen) is a form of terrestrial limestone deposited around mineral springs, especially hot springs. It often has a fibrous or concentric appearance and exists in white, tan, cream-colored, and rusty varieties...

Political party in Argentina This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) You can help expand this article with text translated from the corresponding article in Spanish. (December 2017) Click [show] for important translation instructions. View a machine-translated version of the Spanish article. Machine translation, like DeepL or Google Translate, is a useful starting point for t...

British colony in North America (1732–1782) Province of Georgia1732–1782 FlagMap of the Province of Georgia, 1732–1782StatusColony (Kingdom of Great Britain)CapitalSavannahCommon languagesEnglish, Mikasuki, Cherokee, Muscogee, Shawnee, YuchiReligion Church of England (Anglicanism)GovernmentProprietary colony(1732-1755)Crown colony(1755-1782)King • 1732–1760 George II• 1760–1777 George III Governor • 1732–1743 James Oglethorpe (first)•&...

Species of moth Nephele vau Scientific classification Domain: Eukaryota Kingdom: Animalia Phylum: Arthropoda Class: Insecta Order: Lepidoptera Family: Sphingidae Genus: Nephele Species: N. vau Binomial name Nephele vau(Walker, 1856)[1] Synonyms Zonilia vau Walker, 1856 Zonilia raffrayi Oberthür, 1878 Zonilia schimperi H. Lucas, 1857 Nephele vau is a moth of the family Sphingidae first described by Francis Walker in 1856. It is common throughout most of Africa south of the Sahara...

Nick O'MalleyNick O'Malley bersama Arctic Monkeys di Madison Square Garden pada 22 Maret 2012Informasi latar belakangNama lahirNicholas Edward O'MalleyNama lainNickLahir5 Juli 1985 (umur 38)Sheffield, EnglandGenreIndie rock, psychedelic rock, garage rock, post-punk revivalPekerjaanMusisi, penulis laguInstrumenVokal, gitar bass, gitarTahun aktif2006-sekarangLabelDominoArtis terkaitArctic Monkeys, The Dodgems Nicholas Edward Nick O'Malley (lahir 5 Juli 1985) adalah bassist dan backing voka...

Species of amphibian Palau frog Photograph of a Palau frog taken in Koror, Palau. Conservation status Least Concern (IUCN 3.1)[1] Scientific classification Domain: Eukaryota Kingdom: Animalia Phylum: Chordata Class: Amphibia Order: Anura Family: Ceratobatrachidae Genus: Cornufer Species: C. pelewensis Binomial name Cornufer pelewensis(Peters, 1867) Synonyms Platymantis pelewensis Peters, 1867 Cornufer pelewensis, commonly known as Palau frog or Palau wrinkled ground frog, is...

River in Italy Sacco River redirects here. Not to be confused with Saco River. SaccoThe river’s valley seen from the Acropolis of AlatriLocationCountryItalyPhysical characteristicsSource  • locationColle Cerao, Monti Simbruini MouthIsoletta di Arce • coordinates41°31′13″N 13°32′36″E / 41.5203°N 13.5432°E / 41.5203; 13.5432Length87 km (54 mi)Discharge  • average16 m3/s (570 ...

English footballer (1935-1958) For other people named David Pegg, see David Pegg (disambiguation). This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: David Pegg – news · newspapers · books · scholar · JSTOR (October 2018) (Learn how and when to remove this template message) David Pegg Pegg in 1956Personal infor...

Public school in Spring, Texas, United StatesSpring High SchoolThe northwest side of the school.Address19428 Interstate 45 NSpring, TexasUnited StatesCoordinates30°03′11″N 95°25′47″W / 30.05296°N 95.42986°W / 30.05296; -95.42986InformationTypePublic schoolEstablished1969School districtSpring Independent School DistrictPrincipalPablo ResendizFaculty168.19 (FTE)[2]Enrollment2,843 (2018-19)[1]Student to teacher ratio18.28[2]Color(s)...

1997 Thai filmFun Bar KaraokeThe Thai movie poster.Directed byPen-Ek RatanaruangWritten byPen-Ek RatanaruangProduced byDhiranan SukwibulStarringRay MacDonaldChampagne XCinematographyChankit ChamnivikaipongEdited byAdrian BradyPatamanadda YukolDistributed byFive Star ProductionRelease date27 August 1997 [1]Running time103 minutesCountryThailandLanguageThai Fun Bar Karaoke (Thai: ฝันบ้าคาราโอเกะ or Fan ba karaoke, literally dream crazy karaoke) is a 1997 cr...

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: I Do 2012 Chinese film – news · newspapers · books · scholar · JSTOR (June 2019) (Learn how and when to remove this template message) 2012 Chinese filmI Dofilm posterTraditional Chinese我願意Simplified Chinese我愿意Hanyu PinyinWǒ Yuànyì Direc...

1990 Indian filmMagaaduTheatrical release posterDirected byK. MadhuWritten byS. N. SwamyProduced byBabu GaneshStarringRajasekhar JeevithaLissy Murali MohanMusic byRaj–KotiRelease date 9 August 1990 (1990-08-09) CountryIndiaLanguageTelugu Magaadu (transl. Man) is a 1990 Indian Telugu-language film directed by K. Madhu. The film stars Rajasekhar, Jeevitha, Lissy and Murali Mohan. The film is a remake of the 1988 Malayalam film Moonnam Mura.[1] Rajasekhar won the F...

Kembali kehalaman sebelumnya