Skip to main content

Questions tagged [markov-chains]

Stochastic processes (with either discrete or continuous time dependence) on a discrete (finite or countably infinite) state space in which the distribution of the next state depends only on the current state. For Markov processes on continuous state spaces please use (markov-process) instead.

0 votes
0 answers
34 views

Assume that we have a markov chain with transition matrix (state space $E=\{0,1,…,n-1\}$) $P_{ii}=1-2p, P_{i,i+1} = p, P_{i,i-1} = p, P_{0,n-1} =p, P_{n-1,0}=p, 0 \text{ elsewhere}$ Find poincare ...
Tolo53's user avatar
  • 51
2 votes
0 answers
84 views

I have a matrix where each row contains exactly $k$ nonzero elements, each equal to $\dfrac{1}{k}$. Therefore, the sum of each row is $1$. Each row is essentially a permutation of zeros and $k$ ...
Narges Ghanbari's user avatar
2 votes
1 answer
227 views

In the game "Tug of Luck" $n$ coins are tossed. Player A gets the tails and B gets the heads. Thereafter they take turns rolling a die until one player has gotten rid of all their coins and ...
Rüdi Jehn's user avatar
1 vote
1 answer
110 views

I have an irreducible finite-state Markov chain. Can I define a probability measure on the set of all paths that start from a fixed state $x_0$ and end in a given subset of the state space? How to ...
Narges Ghanbari's user avatar
3 votes
0 answers
41 views

I am studying a continuous-time Markov chain $(X_t)_{t \ge 0}$ on a countable state space $E$ with transition semigroup $(P_t)_{t \ge 0}$ acting on bounded functions $B(E)$. Strong (classical) ...
user1702338's user avatar
0 votes
0 answers
35 views

Example 14.9 (p. 205) in Markov Chains and Mixing times describes a state space of $n$ $+$ or $-$ cards. The chain moves by interchanging two cards at random (side question: why is this a complete ...
LWJones's user avatar
  • 13
2 votes
2 answers
119 views

We are given a transition matrix $P$ for two Markov chains X and Y with state space {1,2}. Those Markov chains move accordingly to $P$ independently. Assume that $X_0=2$ and $Y_0=1$ and define $T$ - ...
Tolo53's user avatar
  • 51
0 votes
1 answer
75 views

I'm trying to understand how to get mixing time results when transitions in a chain are idempotent i.e. $P^2=P$ for transition $P$. Following is a simplified example to illustrate my confusion. Toy ...
LWJones's user avatar
  • 13
0 votes
0 answers
35 views

Sub-Gaussian concentration for reversible Markov chains with spectral gap Setup. Let $(X_i)_{i\ge1}$ be a stationary, $\pi$-reversible Markov chain on a measurable space with spectral gap $\gamma>0$...
ylefay's user avatar
  • 178
0 votes
0 answers
59 views

Consider a simple lazy random walk on 0, 1, 2, ..., $n$. It starts at $k$ and at every step gets +1 or -1 with equal probabilities $p$, or stays where it is with probability $1-2p$. Except for when ...
Thehanna's user avatar
  • 324
7 votes
2 answers
177 views

Let $W \subseteq \mathbb{R}^2$ be a finite set of vectors, $ P$ be a probability distribution on $W$, and $V_0\in \mathbb{R}^2$ (for simplicity it suffices to consider $V_0$ where both coordinates are ...
ajdy's user avatar
  • 101
0 votes
1 answer
82 views

Original problem: Given a fair coin, suppose that we flip it until we see HH. What is the probability that we stop on exactly the tenth flip? One way to solve this is by considering the state matrix $$...
learningjulia83's user avatar
1 vote
1 answer
64 views

Context: Let $\pi$ be a (potentially continuous) probability distribution. Let $\mathcal{L}^2(\pi)$ be the set of square-integrable function (real-valued) with respect to $\pi$, equipped with the ...
ylefay's user avatar
  • 178
0 votes
1 answer
46 views

I'm not an expert on any of this, just curious. I'm trying to understand a Youtube video entitled "The Strange Math That Predicts (Almost) Anything" as it attempts to explain Markov Chains. ...
kmort's user avatar
  • 253
0 votes
0 answers
39 views

$\textbf{Proposition:}$ Let $\xi=(\xi_0,\ldots,\xi_n)$ be a homogeneous Markov chain with transition matrix $\|p_{ij}\|$, and let $$f^{(k)}_{ii}=P\{\xi_k = i,\xi_l \neq i, 1 \leq l \leq k-1 \vert \...
user1363108's user avatar

15 30 50 per page
1
2 3 4 5
411