~AlphaCHP Posted September 21, 2012 Posted September 21, 2012 Hi all. I have something to ask about steady state vector. Say, we have a t.p.m. P = [1/2 1] [1/2 0] How to find the steady state vector s = [x] [y] for the Markov chain, given by the equation s = P s?
mathematic Posted September 21, 2012 Posted September 21, 2012 Just plug it in. s = c(2,1) where c is arbitrary. You have a a pair of equations: u/2 + v = u, u/2 = v, where s = (u,v)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now