Finding the steady state vector and probablity confused, matrices.

Click For Summary
SUMMARY

The discussion focuses on finding the steady-state vector and the probability of a Markov chain being in a specific state after a set number of transitions. The transition matrix provided is P = [0.6 0.4; 0.5 0.5]. To determine the steady-state vector, one must solve the equation π * P = π, where π represents the steady-state vector. Additionally, the probability of the chain being in state 2 after 3 transitions is found by calculating the element in the second row and third column of P^3, which equals 0.49.

PREREQUISITES
  • Understanding of Markov chains
  • Knowledge of transition matrices
  • Ability to solve systems of linear equations
  • Familiarity with matrix exponentiation
NEXT STEPS
  • Learn how to derive the steady-state vector of Markov chains
  • Study matrix exponentiation techniques for transition matrices
  • Explore applications of Markov chains in real-world scenarios
  • Investigate the implications of steady-state probabilities in decision-making processes
USEFUL FOR

Students and professionals in mathematics, statistics, and data science, particularly those working with Markov processes and probabilistic modeling.

mr_coffee
Messages
1,613
Reaction score
1
Hello everyone, confused. the directions to this problem are the following:
Find the steay-steat vector, and assuming the chain starts at 1, find the probability that it is in state 2, after 3 transitions.
well i got the problem and i got the S0 to S3, because it said after 3 transitions, is that what they wanted ,or did they want the lorn term steady state vector? also how do i find the probabliy?> Thanks.
Picture is here:
http://show.imagehosting.us/show/758415/0/nouser_758/T0_-1_758415.jpg
 
Last edited by a moderator:
Physics news on Phys.org
The steady-state vector is the long-term probability distribution of the Markov chain, which tells you the probability that the chain will be in each state after a large number of transitions. To find the steady-state vector, you need to solve the system of linear equations: pi * P = piwhere pi is the steady-state vector and P is the transition matrix. In your case, the transition matrix is: P = [0.6 0.4; 0.5 0.5]and the steady-state vector should satisfy the equation: [p1; p2] * [0.6 0.4; 0.5 0.5] = [p1; p2]Solve this equation to find the steady-state vector.To find the probability that the chain is in state 2 after 3 transitions, you can use the transition matrix. The probability that the chain is in state 2 after 3 transitions is equal to the element in the second row and third column of P^3 (where P^3 is the cube of the transition matrix). In your case, P^3 = [0.51 0.49; 0.51 0.49], so the probability that the chain is in state 2 after 3 transitions is 0.49.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
5K
Replies
1
Views
1K
Replies
10
Views
3K
Replies
28
Views
2K
Replies
5
Views
3K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
3K