Skip to content

Commit

Permalink
Update markov_chains_I.md
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
longye-tian committed Jun 5, 2024
1 parent feebd22 commit 266b1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/markov_chains_I.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ The following code illustrates

```{code-cell} ipython3
mc = qe.MarkovChain(P, state_values=('unemployed', 'employed'))
mc.simulate(ts_length=4, init='employed'). # Start at employed initial state
mc.simulate(ts_length=4, init='employed') # Start at employed initial state
```

```{code-cell} ipython3
Expand Down

0 comments on commit 266b1d5

Please sign in to comment.