본문으로 이동

사용자:Sulgi Kim/연습장

위키백과, 우리 모두의 백과사전.

[편집]

간단한 예의 상태 다이아그램 for a simple example is shown in the figure on the right, using a directed graph to picture the state transitions. 오른쪽 그림은 간단한 예를 상태전이를 나타내는 방향그래프를 이용하여 상태다이아그램(state diagram)으로 나타낸 것이다. The states represent whether a hypothetical stock market is exhibiting a bull market, bear market, or stagnant market trend during a given week. 각 상태는 가상의 주식 시장이 한 주간 상승세인지 하락세인지 혼조세인지를 나타낸다. 그림을 보면, 강세 주간 이후 다음 주간은, 90% 가 강세이고, 7.5% 는 약세 이며, 2.5%는 혼조세이다. 상태공간을 {1 = 상승세, 2 = 하락세, 3 = 혼조세} 로 나타내면, 예시의 전이행렬은

The distribution over states can be written as a stochastic row vector x with the relation x(n + 1) = x(n)P. So if at time n the system is in state 2 (bear), then three time periods later, at time n + 3 the distribution is

Using the transition matrix it is possible to calculate, for example, the long-term fraction of weeks during which the market is stagnant, or the average number of weeks it will take to go from a stagnant to a bull market. Using the transition probabilities, the steady-state probabilities indicate that 62.5% of weeks will be in a bull market, 31.25% of weeks will be in a bear market and 6.25% of weeks will be stagnant, since:

A thorough development and many examples can be found in the on-line monograph Meyn & Tweedie 2005.[1]

The appendix of Meyn 2007,[2] also available on-line, contains an abridged Meyn & Tweedie.

A finite state machine can be used as a representation of a Markov chain. Assuming a sequence of independent and identically distributed input signals (for example, symbols from a binary alphabet chosen by coin tosses), if the machine is in state y at time n, then the probability that it moves to state x at time n + 1 depends only on the current state.

  1. S. P. Meyn and R.L. Tweedie, 2005. Markov Chains and Stochastic Stability. Second edition to appear, Cambridge University Press, 2008.
  2. S. P. Meyn, 2007. Control Techniques for Complex Networks, Cambridge University Press, 2007.