Examples of Markov chains

From Wikipedia, the free encyclopedia

This page contains examples of Markov chains in action.

Contents

A game of Monopoly, snakes and ladders or any other game whose moves are determined entirely by dice is a Markov chain. This is in contrast to card games such as poker or blackjack, where the cards represent a 'memory' of the past moves. To see the difference, consider the probability for a certain event in the game. In the above mentioned dice games, the only thing that matters is the current state of the board. The next state of the board depends on the current state, and the next roll of the dice. It doesn't depend on how things got to their current state. In a game such as poker or blackjack, a player can gain an advantage by remembering which hands have already been played (and hence which cards are no longer in the deck), so the next state (or hand) of the game is not independent of the past states.

The probabilities of weather conditions, given the weather on the preceding day, can be represented by a transition matrix:

P = \begin{bmatrix}         0.9 & 0.1 \\         0.5 & 0.5     \end{bmatrix}

The matrix P represents the weather model in which a sunny day is 90% likely to be followed by another sunny day, and a rainy day is 50% likely to be followed by another rainy day. The columns can be labelled "sunny" and "rainy" respectively, and the rows can be labelled in the same order.

(P)i j is the probability that, if a given day is of type i, it will be followed by a day of type j.

Notice that the rows of P sum to 1: this is because P is a stochastic matrix.

The weather on day 0 is known to be sunny. This is represented by a vector in which the "sunny" entry is 100%, and the "rainy" entry is 0%:

\mathbf{x}^{(0)} = \begin{bmatrix}         1 & 0     \end{bmatrix}

The weather on day 1 can be predicted by:

\mathbf{x}^{(1)} = \mathbf{x}^{(0)} P  =      \begin{bmatrix}         1 & 0     \end{bmatrix}     \begin{bmatrix}         0.9 & 0.1 \\         0.5 & 0.5     \end{bmatrix}          = \begin{bmatrix}         0.9 & 0.1     \end{bmatrix}

Thus, there is an 90% chance that day 1 will also be sunny.

The weather on day 2 can be predicted in the same way:

\mathbf{x}^{(2)} =\mathbf{x}^{(1)} P  = \mathbf{x}^{(0)} P^2      = \begin{bmatrix}         0.9 & 0.1     \end{bmatrix}     \begin{bmatrix}         0.9 & 0.1 \\         0.5 & 0.5     \end{bmatrix}^2          = \begin{bmatrix}         0.86 & 0.14     \end{bmatrix}

General rules for day n are:

\mathbf{x}^{(n)} = \mathbf{x}^{(n-1)} P
\mathbf{x}^{(n)} = \mathbf{x}^{(0)} P^n

In this example, predictions for the weather on more distant days are increasingly inaccurate and tend towards a steady state vector. This vector represents the probabilities of sunny and rainy weather on all days, and is independent of the initial weather.

The steady state vector is defined as:

\mathbf{q} = \lim_{n \to \infty} \mathbf{x}^{(n)}

but only converges if P is a regular transition matrix (that is, there is at least one Pn with all non-zero entries).

Since the q is independent from initial conditions, it must be unchanged when transformed by P. This makes it an eigenvector (with eigenvalue 1), and means it can be derived from P. For the weather example:

\begin{matrix}         P & = & \begin{bmatrix}             0.9 & 0.1 \\             0.5 & 0.5         \end{bmatrix}         \\        \mathbf{q} P  & = & \mathbf{q}         & \mbox{(} \mathbf{q} \mbox{ is unchanged by } P \mbox{.)}         \\         & = & \mathbf{q}I          \\        \mathbf{q} (P - I)  & = & \mathbf{0} \\         & = & \mathbf{q} \left( \begin{bmatrix}             0.9 & 0.1 \\             0.5 & 0.5         \end{bmatrix}         -  \begin{bmatrix}             1 & 0 \\             0 & 1         \end{bmatrix}         \right)          \\         & = & \mathbf{q} \begin{bmatrix}             -0.1 & 0.1 \\             0.5 & -0.5         \end{bmatrix}      \end{matrix}
\begin{bmatrix}         q_1 & q_2     \end{bmatrix}     \begin{bmatrix}         -0.1 & 0.1 \\         0.5 & -0.5     \end{bmatrix}     = \begin{bmatrix}         0 & 0     \end{bmatrix}


So

− 0.1q1 + 0.5q2 = 0

and since they are a probability vector we know that

q1 + q2 = 1.

Solving this pair of simultaneous equations gives the steady state distribution:

\begin{bmatrix}         q_1 & q_2     \end{bmatrix}     = \begin{bmatrix}         0.833 & 0.167     \end{bmatrix}

In conclusion, in the long term, 83% of days are sunny.

For the most prolific example of the use of Markov chains, see Google. A description behind the page rank algorithm, which is basically a Markov chain over the graph of the Internet, can be found in the seminal paper, "The Page Rank Citation Ranking: Bringing Order to the Web" by Larry Page, Sergey Brin, R. Motwani, and T. Winograd.

Subsequent purchases of products are often modeled as Markov chains. Examples include Prinzie & Van den Poel (2006, 2008). [1] [2]

  1. ^ Prinzie A., D. Van den Poel (2006), Investigating Purchasing Patterns for Financial Services using Markov, MTD and MTDg Models. European Journal of Operational Research 170 (3): 710-734.
  2. ^ Prinzie A., D. Van den Poel (2008), Predicting home-appliance acquisition sequences: Markov/Markov for Discrimination and survival analysis for modeling sequential information in NPTB models, Decision Support Systems, Forthcoming.

Advanced Search
Included Web Search Engines


Safe Search

close

Top Matching Results

Occasionally Search.com will highlight specialized results that are based on the context of your query. Examples of specialized results include specific links to news, images, or video.

Top Matching Results may highlight information from other Search.com pages, content from the CNET Network of sites, or third party content. The listings are based purely on relevance. Search.com does not receive payment for listings in this section but our partners that provide this data may get paid for listing these products.

Sponsored Links

This section contains paid listings which have been purchased by companies that want to have their sites appear for specific search terms and related content. These listings are administered, sorted and maintained by a third party and are not endorsed by Search.com.

Search Results

Search.com sends your search query to several search engines at one time and integrates the results into one list which has been sorted by relevance using Search.com's proprietary algorithm. You can customize the list of search engines included in your metasearch from the preferences.

The search engines that are used in your metasearch may allow companies to pay to have their Web sites included within the results. To view the Paid Inclusion policy for a specific search engine, please visit their Web site. Search.com does not accept payment or share revenue with any search engine partner for listings in this section.