There was an error while loading. Please reload this page.
1 parent feebd22 commit 266b1d5Copy full SHA for 266b1d5
lectures/markov_chains_I.md
@@ -486,7 +486,7 @@ The following code illustrates
486
487
```{code-cell} ipython3
488
mc = qe.MarkovChain(P, state_values=('unemployed', 'employed'))
489
-mc.simulate(ts_length=4, init='employed'). # Start at employed initial state
+mc.simulate(ts_length=4, init='employed') # Start at employed initial state
490
```
491
492
0 commit comments