Skip to content

Commit

Permalink
Update markov_chains_II.md (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
katicyan authored Jan 21, 2025
1 parent 6cc6c4b commit e2eb153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/markov_chains_II.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import numpy as np

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

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

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

Expand Down

1 comment on commit e2eb153

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.