Skip to main content

Questions tagged [transition-matrix]

A matrix associated to a transition of a Markov chain. The entries of this matrix represents a probability with the sum of a whole column being $1$.

2 votes
0 answers
85 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
0 votes
0 answers
77 views

Let $(X,\mathcal{F})$ be a measurable space. $\nu,\mu$ are two $\sigma$-finite measure on $\Omega$ such that $\mu\ll \nu$. $P:X\times \mathcal{F}$ is a Markov kernel. One can shows $\mu P\ll \nu P$ as ...
mounta's user avatar
  • 93
3 votes
0 answers
36 views

Let $\mathcal{S}$ be the state space, and the transition kernel to be $K_i(s,ds') = \sum_{a} P^k(ds'|s,a)\pi_{{\theta_i}}(a|s)$. How do I upper bound $\|K_1-K_2\|$. What I have tried is to follow the ...
Leafstar's user avatar
0 votes
1 answer
82 views

I am currently trying to do a spectral decomposition of this matrix $$ P = \begin{bmatrix}0&0&1\\0&1-e&e\\1-e&0&e\end{bmatrix}$$ I have eigenvalues of $1$, $1-e$ and $e-1$ with ...
TajMahal's user avatar
0 votes
0 answers
33 views

Assume a directed graph $G=(V,E)$ and that it is the graphical representation of a Markov Chain with transition matrix $P$. Then, the graph vertices stand for the Markov Chain states and edges for ...
deb2014's user avatar
  • 225
-1 votes
1 answer
69 views

For the following transition probability matrix $$ P = \begin{bmatrix} 1 & 0 & 0 & 0 \\ 0.3 & 0.1 & 0.3 & 0.3 \\ 0.4 & 0.1 & 0.4 & 0....
Lelo JJ's user avatar
1 vote
0 answers
72 views

Let $V$ be the collection of polynomials with coefficients in $F$ in the variable $x$ of degree at most $n$. Determine the transition matrix from the basis $1,x,x^2,\ldots, x^n$ for $V$ to the ...
Miranda's user avatar
  • 1,191
3 votes
1 answer
115 views

Consider a Markov transition matrix $ M $ for a population distribution between two cities. Let the initial state of the system be given by: $$ u_0 = \begin{bmatrix} a - b \\ b \end{bmatrix} $$ where $...
Patrickliu's user avatar
1 vote
1 answer
53 views

There is a Markov chain with states labeled by {1, 2, 3, 4, 5} and transition matrix: \begin{bmatrix} 1/2 & 1/4 & 1/4 & 0 & 0 \\ 0 & 1/2 & 1/8 & 3/8 & 0 \\ 0 & 0 &...
hmm's user avatar
  • 31
2 votes
1 answer
137 views

There's a markov chain and transition matrix: $$ \begin{bmatrix} 1/2 & 1/4 & 1/4 & 0 & 0 \\ 0 & 1/2 & 1/8 & 3/8 & 0 \\ 0 & 0 & 0 & 3/4 & 1/4 \\ 0 & ...
hmm's user avatar
  • 31
0 votes
0 answers
30 views

I am trying to model LFU cache operation using Markov chain. Users request contents that follow a known discrete distribution. The cache size is $n$ and there are $N$ number of contents. There are ${N ...
user1752873's user avatar
1 vote
1 answer
88 views

I'm a bit confused with this. Since $I(X;Y) = I(Y;X)$, at first I thought it implies that Capacity($\mathbf{P}$) = Capacity($\mathbf{P}^T$), i.e., the capacity achieved with a transition matrix, ...
ChuSequence's user avatar
0 votes
1 answer
112 views

Given $p_{A}, p_{B}, p_{C}$ so that $p_{A}+ p_{B}+ p_{C}= 1$, and the transition matrix equation $\begin{bmatrix} a+ m & -b & -s\\ -a & b+ d & 0\\ -m & -d & s\\ \end{bmatrix}\...
Dang Dang's user avatar
  • 288
2 votes
1 answer
56 views

I am having some trouble with the following problem Consider the Markov chain $(X_{n})_{n \geq 0}$ with state space $I = \{1, 2, 3, 4\}$ and transition matrix \begin{equation*} P = \begin{pmatrix} 0 &...
JLGL's user avatar
  • 1,055
0 votes
1 answer
101 views

Looking in Wikipedia and other sources, I've found that the stationary distribution of an M/M/$\infty$ queue is given by $$ \pi(x) = \left(\frac{\lambda}{\mu}\right)^x \frac{e^{-\lambda/\mu}}{x!} \...
Dada's user avatar
  • 177

15 30 50 per page
1
2 3 4 5
20