Skip to content

Commit cb3b043

Browse files
committed
Update markov_chains_II.md
1 parent ea4253a commit cb3b043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/markov_chains_II.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import numpy as np
5858

5959
To explain irreducibility, let's take $P$ to be a fixed stochastic matrix.
6060

61-
State $x$ is called **accessible** (or **reachable**) from state $y$ if $P^t(x,y)>0$ for some integer $t\ge 0$.
61+
State $y$ is called **accessible** (or **reachable**) from state $x$ if $P^t(x,y)>0$ for some integer $t\ge 0$.
6262

6363
Two states, $x$ and $y$, are said to **communicate** if $x$ and $y$ are accessible from each other.
6464

0 commit comments

Comments
 (0)