What's the reason behind why sometimes an irreducible, periodic markov chain still converges, with some good choice of an initial distribution? Conceptually, this doesn't make sense to me, because it should always oscillate, right? Is there a good way to see why (and when) this could be true? What does the initial distribution have to satisfy in order for the periodic chain to converge?
2026-03-31 09:23:05.1774948985
Periodic Markov Chains
1.5k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MARKOV-CHAINS
- Calculating probabilities using Markov chains.
- Probability being in the same state
- Random walk on $\mathbb{Z}^2$
- Polya's Urn and Conditional Independence
- Markov Chain never reaches a state
- Finding a mixture of 1st and 0'th order Markov models that is closest to an empirical distribution
- Find probability function of random walk, stochastic processes
- Generating cycles on a strongly connected graph
- Will be this random walk a Markov chain?
- An irreducible Markov chain cannot have an absorbing state
Related Questions in PERIODIC-FUNCTIONS
- Is the professor wrong? Simple ODE question
- The system $x' = h(y), \space y' = ay + g(x)$ has no periodic solutions
- Show that a periodic function $f(t)$ with period $T$ can be written as $ f(t) = f_T (t) \star \frac{1}{T} \text{comb}\bigg(\frac{t}{T}\bigg) $
- Is $x(t) = \sin(3t) + \cos\left({2\over3}t\right) + \cos(\pi t)$ periodic?
- To show $\int_{a}^{a+T} f(x)dx$ is independant in $a$
- Is the function $f(t)=\sin(\omega_0 t+\phi_0(t))$ periodic?
- Periodic function notation, need help with a fundamental concept
- Time dependent differential equation system with periodicity
- Let $f: \mathbb{R} \to \mathbb{R}$ and $\exists \ \ b \in \mathbb{R} : f(x+b)=\sqrt{f(x)-f^2(x)}+\frac{1}{2}$
- Compute the period of this function $f(x)=7+3\cos{(\pi x)}-8\sin{(\pi x)}+4\cos{(2\pi x)}-6\sin{(2\pi x)}$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Simple example: $P=\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}$. The stationary distribution is uniform, but it's not ergodic because once you know the initial state you know where the process will be at any future time (depending on whether the time is even or odd). On the other hand, if you start at exactly the stationary distribution, then of course you have convergence, because the sequence of distributions is just constant.
In higher dimensions, the situation can be a bit less trivial. In general a periodic Markov chain's transition matrix has one or more eigenvalues which are not $1$ yet have magnitude $1$. It could happen that your initial distribution happens to have no component in the direction of those eigenvectors, in which case there is no component of the distribution available to oscillate forever. For example, with $P=\begin{bmatrix} 0 & 1 & 0 \\ 1 & 0 & 0 \\ 1/3 & 1/3 & 1/3 \end{bmatrix}$, if your initial distribution assigns the same probability to state $1$ as to state $2$, then the distributions will converge, otherwise they won't. Note that for instance $\begin{bmatrix} 1/3 & 1/3 & 1/3 \end{bmatrix}$ is not actually stationary but if that is your initial distribution then you will see convergence, because the problematic right eigenvector is in the direction $\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix}$.
This last example was reducible but that is not essential, for example $P=\begin{bmatrix} 0 & 0 & 1 \\ 0 & 0 & 1 \\ 1/2 & 1/2 & 0 \end{bmatrix}$ is also periodic (for example, a path from 1 to 1 is always an even length).