Markov Chains in Discrete Time Flashcards
Define a stochastic chain
Let Xn with n∈N0 denote random variables defined on probability space (Ω, F, P) taking values in a discrete space S.
Then the stochastic process X = (Xn : n∈N0) is called a stochastic chain (with time domain N0 and state space S).
If Xn = i, we say that the process is in state i at time n
Give the Markov property
P(X_(n+1) = j | X0=i0, …, Xn= in) = P(X_(n+1) = j | Xn= in)
When is a Markov chain time homogenous?
If conditional probabilities do not depend on time index n
What should the row sum of a transition matrix equal?
1
Derive the Chapman-Kolmogorov equations of an m-step transition
P( X_(m+n) ) = pij^(m+n)
= P(i,j)^(m+n)
= sum(k in S) P(i,k)^(m) * P(k,j) ^(n)
= sum(k in S) P(Xm = k | X0 = i)*P(Xn = j | X0 = k)
When is a communication class closed?
If it doesn’t allow access to states outside of itself
When is a communication class absorbing?
If the communication class consists only of one state
When is a Markov chain irreducible?
All states communicate with each other
Give the distribution of stopping time of first visit to a state
Fk(i,j) = pij if k=1 Fk(i,j) = sum(h≠j) pih * F(k-1)(h,j) if k≥2
Give the probability of ever visiting a state
fij = pij + sum(h≠j) pih * fhj for all i,j in S
Give P(Nj = m | x0 = i), where Nj is the number of visits to state j
P(Nj = m | x0 = i) = 1 - fjj, m=0
= fij * fij^(m-1) (1 - fjj), m≥1
When is a state called recurrent?
fjj = 1
What can be said about other states in a communication class if one state is recurrent?
All states in the communication class are recurrent
What is P( Xn = j | x0 = i) as n goes to infinity if j is a transient state?
P( Xn = j | x0 = i) = 0 as n goes to infinity
When is π a stationary distribution?
When πP = π