Example: dental hygienist

MARKOV CHAINS - Начало

MARKOV Chains1 THINK ABOUT ITMARKOV CHAINSIf we know the probability that the child of a lower-class parent becomes middle-class or upper-class, and we know similar information for the child of a middle-class or upper-class parent,what is the probability that the grandchild or great-grandchild of a lower-class parent ismiddle- or upper-class?Using MARKOV CHAINS , we will learn the answers to such questions. A stochastic process is a mathematical model that evolves over time in aprobabilistic manner. In this section we study a special kind of stochastic process,called a MARKOV chain ,where the outcome of an experiment depends only on theoutcome of the previous experiment. In other words, the next state of the systemdepends only on the present state, not on preceding states. Applications of Markovchains in medicine are quite common and have become a standard tool of med-ical decision making.

Markov Chains 1 THINK ABOUT IT MARKOV CHAINS If we know the probability that the child of a lower-class parent becomes middle-class or upper-class, and we know similar information for the child of a middle-class or upper-class parent,

Tags:

  Chain, Markov, Markov chain

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of MARKOV CHAINS - Начало

1 MARKOV Chains1 THINK ABOUT ITMARKOV CHAINSIf we know the probability that the child of a lower-class parent becomes middle-class or upper-class, and we know similar information for the child of a middle-class or upper-class parent,what is the probability that the grandchild or great-grandchild of a lower-class parent ismiddle- or upper-class?Using MARKOV CHAINS , we will learn the answers to such questions. A stochastic process is a mathematical model that evolves over time in aprobabilistic manner. In this section we study a special kind of stochastic process,called a MARKOV chain ,where the outcome of an experiment depends only on theoutcome of the previous experiment. In other words, the next state of the systemdepends only on the present state, not on preceding states. Applications of Markovchains in medicine are quite common and have become a standard tool of med-ical decision making.

2 MARKOV CHAINS are named after the Russian mathematicianA. A. MARKOV (1856 1922), who started the theory of stochastic MatrixIn sociology, it is convenient to classify people by incomeas lower-class, middle-class,and upper-class. Sociologists have found that thestrongest determinant of the income class of an individual is the income class ofthe individual s parents. For example, if an individual in the lower-income classis said to be in state 1, an individual in the middle-income class is in state 2, andan individual in the upper-income class is in state 3, then the following proba-bilities of change in income class from one generation to the next might apply.*Table 1 shows that if an individual is in state 1 (lower-income class) thenthere is a probability of that any offspring will be in the lower-income class,a probability of that offspring will be in the middle-income class, and a proba-bility of that offspring will be in the upper-income symbol will be used for the probability of transition from state itostate jin one generation.

3 For example,represents the probability that a personin state 2 will have offspring in state 3; from the table above,p23 *For an example with actual data, see Glass, D. V., and J. R. Hall, Social Mobility in Great Britain:A Study of Intergenerational Changes in Status, in Social Mobility in Great Britain,D. V. Glass, ed.,Routledge & Kegan Paul, 1954. This data is analyzed using MARKOV CHAINS in Finite MARKOV Chainsby John G. Kemeny and J. Laurie Snell, Springer-Verlag, 1 Next from the table,and so information from Table 1 can be written in other forms. Figure 1 is atransition diagram that shows the three states and the probabilities of goingfrom one state to 1In a transition matrix,the states are indicated at the side and the top. If Prepresents the transition matrix for the table above, then123A transition matrix has several is square, since all possible states must be used both as rows and entries are between 0 and 1, inclusive; this is because all entries rep-resent sum of the entries in any row must be 1, since the numbers in the rowgive the probability of changing from the state at the left to one of thestates indicated across the ChainsA transition matrix, such as matrix Pabove, also shows twokey features of a MARKOV CHAINA sequence of trials of an experiment is a MARKOV chain outcome of each experiment is one of a set of discrete states.

4 Outcome of an experiment depends only on the present state, andnot on any past example, in transition matrix P, a person is assumed to be in one of threediscrete states (lower, middle, or upper income), with each offspring in one ofthese same three discrete states. ,p31 ,2 MARKOV ChainsThe transition matrix shows the probability of change in income class fromone generation to the next. Now let us investigate the probabilities for changes inincome class over two generations. For example, if a parent is in state 3 (theupper-income class), what is the probability that a grandchild will be in state 2?To find out, start with a tree diagram, as shown in Figure 2. The various prob-abilities come from transition matrix P. The arrows point to the outcomes grand-child in state 2 ; the grandchild can get to state 2 after having had parents in eitherstate 1, state 2, or state 3.

5 The probability that a parent in state 3 will have a grand-child in state 2 is given by the sum of the probabilities indicated with arrows, orFIGURE 2We used to represent the probability of changing from state ito state jinone generation. This notation can be used to write the probability that a parent instate 3 will have a grandchild in state 2:This sum of products of probabilities should remind you of matrix multiplica-tion it is nothing more than one step in the process of multiplying matrix Pby itself. In particular, it is row 3 of Ptimes column 2 of P. If represents thematrix product then gives the probabilities of a transition from one stateto another in tworepetitions of an experiment. Generalizing,gives the probabilities of a transition from one stateto another in k repetitions of an 1 Transition MatricesFor transition matrix P(income-class changes),(The numbers in the product have been rounded to the same number of deci-mal places as in matrix P.)

6 The entry in row 3, column 2 of gives the proba-bility that a person in state 3 will have a grandchild in state 2; that is, that anP2P2 .PkP2P P,P2p31 p12 p32 p22 p33 (parent) Nextgeneration(child) Thirdgeneration(grandchild) Probability ofeach ( )( ) ( )( ) ( )( ) ( )( ) ( )( ) ( )( ) ( )( ) ( )( ) ( )( ) Chains3 FOR REVIEWM ultiplication of matrices wascovered in Chapter 10 ofCalculus with Applications forthe Life Sciences. To get the entryin row i, column jof a product,multiply row iof the first matrixtimes column jof the secondmatrix and add up the example, to get the elementin row 1, column 1 of wherewe calculate To get row 3,column 2, the computation isYou should review matrixmultiplication by working out therest of and verifying that itagrees with the result given inExample P ,P2,upper-class person will have a middle-class grandchild.

7 This number, , is theresult (rounded to two decimal places) found through using the tree 1, column 3 of gives the number , the probability that a personin state 1 will have a grandchild in state 3; that is, that a lower-class person willhave an upper-class grandchild. How would the entry be interpreted?EXAMPLE 2 Powers of Transition MatricesIn the same way that matrix gives the probability of income-class changesafter two generations, the matrix gives the probabilities of changeafter three matrix P,(The rows of don t necessarily total 1 exactly because of rounding errors.) Matrix gives a probability of that a person in state 2 will have a great-grandchild in state 1. The probability is that a person in state 2 will have agreat-grandchild in state graphing calculator with matrix capability is useful for finding powers ofa matrix.

8 If you enter matrix A, then multiply by A, then multiply the product byAagain, you get each new power in turn. You can also raise a matrix to a powerjust as you do with a of StatesSuppose the following table gives the initial distri-bution of people in the three income see how these proportions would change after one generation, use the tree diagram in Figure 3 on the next page. For example, to find the proportion ofpeople in state 2 after one generation, add the numbers indicated with a similar way, the proportion of people in state 1 after one generation isand the proportion of people in state 3 after one generation isThe initial distribution of states, 21%, 68%, and 11%, becomes, after onegeneration, in state 1, in state 2, and in state 3. , P P2 .P3 P P2P2P24 MARKOV ChainsTable 2 ClassStateProportionLower121%Middle268%U pper311%FIGURE 3distributions can be written as probability vectors (where the percents have beenchanged to decimals rounded to the nearest hundredth)andrespectively.

9 A probability vector is a matrix of only one row, having nonnega-tive entries, with the sum of the entries equal to work with the tree diagram to find the distribution of states after one generation is exactly the work required to multiply the initial probability vector,and the transition matrix P:In a similar way, the distribution of income classes after two generations can be found by multiplying the initial probability vector and the square of P, the matrix Using from above,Next, we will develop a long-range prediction for the proportion of the pop-ulation in each income class. Our work thus far is summarized a MARKOV chain has initial probability vectorand transition matrix P. The probability vector after nrepetitions of theexperiment isX0 i1i2i3 in X0 P2.

10 P . , , ( )( ) = ( )( ) = ( )( ) = ( )( ) = ( )( ) = ( )( ) = ( )( ) = ( )( ) = ( )( ) = Chains5 Using this information, we can compute the distribution of income classes forthree or more generations as illustrated in Table 3. The initial probability vector,which gives the distribution of people in each social class, is The results seem to approach the numbers in the probability vectorWhat happens if the initial probability vector is different fromSuppose is used; the same powers of the transition matrix as above give us the results in Table it takes a little longer, the results again seem to be approaching thenumbers in the probability vector the same numbers approached with the initial probability vector In either case,the long-range trend is for about 50% of the people to be classifed as middleclass.


Related search queries