1 / 8

Markov Processes

Markov Processes. Aim Higher. What Are They Used For?. Markov Processes are used to make predictions and decisions where results are partly random but may also be influenced by known factors Applications include weather forecasting, economic forecasting, manufacturing and robotics.

hiero
Download Presentation

Markov Processes

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Markov Processes Aim Higher

  2. What Are They Used For? • Markov Processes are used to make predictions and decisions where results are partly random but may also be influenced by known factors • Applications include weather forecasting, economic forecasting, manufacturing and robotics

  3. What Are They? • Markov Processes use a series of matrices to predict the outcome of a chain of random events which may be influenced by known factors • These matrices predict the probability of a system changing between states in one time step based on probabilities observed in the past

  4. Examples of Application • When predicting the weather it may be sensible, based on past observations, to assume that it is more likely to rain tomorrow given that it is raining today. • Probabilities can be indicated for a given time step • P(R2|R1) > P(R2|S1) or PRR > PRS • This is not an accurate forecasting method but it can give some indication of the likely probability of the weather changing from one state – rain, sun, cloud, snow, etc – to another.

  5. An initial transition matrix is required to show the probability of state changes in one time step: One time step in this case could be decided as 24 hours Creating A Markov System Rain Cloud Sun Rain Cloud Sun 0.6 0.4 0.2 0.3 0.4 0.3 0.1 0.3 0.6

  6. We can now predict tomorrow’s weather using these probabilities and applying them to today’s weather. If it is raining today, there is a 60% chance of rain tomorrow and only a 20% chance of sun Weather Forecasting Rain Cloud Sun 0.6 0.4 0.2 0.3 0.4 0.3 0.1 0.3 0.6 Sun Cloud Rain

  7. Distribution Vectors • The number of units in each state depends on both the transition probability and the number in each state initially. • For example, on the stock market the number of shares an investor owns in four different companies may change with time • However, the total number he owns in each one will depend how many of each he begins with.

  8. The Distribution after n time steps can be obtained as: vPn Distribution Vectors: Shares 0.2 0.7 0.1 0 0.4 0.2 0.2 0.2 0.1 0.3 0.2 0.4 0.2 0.1 0.4 0.3 200 175 500 50 170 330 175 250 =

More Related