- #1
senan
- 18
- 0
Homework Statement
Consider a Markov Process X(t) over discrete set omega = {-1,0,1} with transition probabitities
W(-1 | 0,t)=W(0 | -1,t)=W(1 | 0,t)=W(0 | 1,t)=d
a) What is master equation
b) Find the stationary distrubtion Ps(x) for x element of {-1,0,1}
The Attempt at a Solution
a)
the master equation is d p(z,t)/dt = Integrate[W(z | y,t)p(y,t) - W(y | z,t)p(z,t)]dy
so how do you relate the transition probabilites to the master equation?
b) if its stationary then the LHS of the master eqn is zero and you get
0= Integrate[W(z | y)ps(y) - W(y | z)ps(z)]dy
again I'm not exactly sure how to relate the transition probabities to the equation