We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8209359 commit 857297eCopy full SHA for 857297e
lectures/markov_chains.md
@@ -1067,7 +1067,7 @@ P @ P
1067
1068
Let's pick an initial distribution $\psi$ and trace out the sequence of distributions $\psi P^t$.
1069
1070
-First, we write a function to simulate the sequence of distributions for `n` period
+First, we write a function to iterate the sequence of distributions for `n` period
1071
1072
```{code-cell} ipython3
1073
def iterate_ψ(ψ_0, P, n):
0 commit comments