0

I have 3 little questions regardings invariant and stationary probability distributions.

Let $E=\{a,b\}$ be a state space and $\textbf{Q}$ a transition matrix $$\textbf{Q}:=\begin{pmatrix}1-p&p \\ q &1-q\end{pmatrix}$$ with $0<p,q \leq 1$ and $p+q<2$.

Then a measure $\mu$ is invariant if $\mu \textbf{Q}=\mu$. Now this means the following must hold $$\begin{cases}\mu(a)+\mu(b)=1\\ p\cdot\mu(a)-q\cdot\mu(b)=0\end{cases}$$

  1. Now I don't understand why $p\cdot\mu(a)-q\cdot\mu(b)=0$ must hold?

(If I have $3$ states would it be $p\cdot\mu(a)-q\cdot\mu(b) -0\cdot\mu(c)=0$?)

The invariant distribution is $$\mu(a)=\frac{q}{p+q}\quad \mu(b)=\frac{p}{p+q}$$ We have that $$\lim\limits_{n\to \infty}\textbf{Q}^n=\frac{1}{p+q}\begin{pmatrix}q&p \\ q &p\end{pmatrix}$$ So $\lim\limits_{n\to \infty}\textbf{Q}^n=(\mu,\mu)^T$

  1. So the transition matrix is converging to the invariant probability distribution. Is the invariant probability always the stationary distribution (and vice versa)? It confuses me that we have invariant/stationary distributions defined as vectors, but now the stationary distribution is the matrix?

  2. Does the limit matrix $\lim\limits_{n\to \infty}\textbf{Q}^n$ always have the same row? Meaning the first row of the limit matrix is also the second etc. (Here it is $\mu$ and again $\mu$)

MarcE
  • 758
  • 1
  • Write down $\mu \mathbf{Q} = \mu$ with $\mu = [\mu(a),\mu(b)]$ a row vector and substitute one equation in the other one. 2. Under certain conditions, yes. If I recall correctly, these conditions are irrreducibility, positive-recurrence and aperiodicity. 3. If the starting state does not influence the limiting behavior (irreducibility), then, yes, all rows are the same.
  • – Ritz Jan 25 '17 at 15:56
  • @Ritz Thank you very much!!! – MarcE Jan 25 '17 at 16:15
  • 1
    Maybe of interest: http://math.stackexchange.com/questions/9325/equilibrium-distribution-steady-state-distribution-stationary-distribution-and –  Jan 25 '17 at 17:19