10 Mar, 2016
(depending on only the previous draw). MC’s are defined in terms of transition (proposal) kernel $\kappa$ such that $\forall x\in\Omega,~\kappa(x,.)$ is a probability measure.
When $\Omega$ is discrete, \([P]_{x,y} = P(X_t = y \v X_{t-1} = x)\).
If $\Omega$ is continuous: \(P(X_t \in A \v X_{t-1} = x) = \int_A \kappa(x,x') dx'\)
Assuming $\Omega$ discrete and finite, with $S$ possibile states, $\pi_t = (\pi_{t,1}, …, \pi_{t,s})’$ (the marginal at time $t$) and $\pi_{t,1}$ being the probability of being at state 1 at time $t$.
$\pi_{t+1}’ = \pi_t’P$, $P$ is the transition kernel.
$\pi_{t+k}’ = \pi_t’P^k$.
An MC has a stationary distribution $\tilde\pi$ if $\tilde\pi’=\tilde\pi’P$. (Review applied math class)
An MC ($\Omega$ countable) has a unique stationary distribution iff the chain is irreducible and positive recurrent.
where \({f_{i,i}}^t = P(T_i=t)\), and \(T_i = \text{inf} \bc{t\ge1: X_t=i\v X_1=i}\). Chain is recurrent implies that all states are recurrent.
A markov chain has a limiting distribution of $\hat\pi$ if \(\forall \pi_1, \lim_{n\rightarrow\infty} \pi_1'P^n=\hat\pi\).
A state is aperiodic if $k=1$.
A markov chain has a unique limiting distribution if the chain is positive recurrent, irreducible and aperiodic. If all states are aperiodic then the chain is aperiodic.
In MCMC, we want to construct chains with unique limiting stationary distributions equal to the target distribution. In our case $p(\theta(x))$.