Skip to content

Commit 857297e

Browse files
committed
change the description to iterate
1 parent 8209359 commit 857297e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/markov_chains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ P @ P
10671067

10681068
Let's pick an initial distribution $\psi$ and trace out the sequence of distributions $\psi P^t$.
10691069

1070-
First, we write a function to simulate the sequence of distributions for `n` period
1070+
First, we write a function to iterate the sequence of distributions for `n` period
10711071

10721072
```{code-cell} ipython3
10731073
def iterate_ψ(ψ_0, P, n):

0 commit comments

Comments
 (0)