Examples of Markov Chains - A Very Simple Weather Model

A Very Simple Weather Model

The probabilities of weather conditions (modeled as either rainy or sunny), 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", 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.

Read more about this topic:  Examples Of Markov Chains

Famous quotes containing the words simple, weather and/or model:

    Remember
    they had slight and simple ways
    sometimes,
    slight, simple-hearted, suave,
    imperious joys.
    Hilda Doolittle (1886–1961)

    The mark of the man of the world is absence of pretension. He does not make a speech; he takes a low business-tone, avoids all brag, is nobody, dresses plainly, promises not at all, performs much, speaks in monosyllables, hugs his fact. He calls his employment by its lowest name, and so takes from evil tongues their sharpest weapon. His conversation clings to the weather and the news, yet he allows himself to be surprised into thought, and the unlocking of his learning and philosophy.
    Ralph Waldo Emerson (1803–1882)

    The striking point about our model family is not simply the compete-compete, consume-consume style of life it urges us to follow.... The striking point, in the face of all the propaganda, is how few Americans actually live this way.
    Louise Kapp Howe (b. 1934)