Skip to content

Commit

Permalink
fix markup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Dec 20, 2023
1 parent f0d3fd6 commit 221d2c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lectures/markov_chains_I.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ From US unemployment data, Hamilton {cite}`Hamilton2005` estimated the followin
```

+++

Here there are three **states**

* "ng" represents normal growth
Expand Down Expand Up @@ -836,8 +834,6 @@ ax.scatter(ψ_star[0], ψ_star[1], ψ_star[2], c='k', s=60)
plt.show()
```

+++ {"user_expressions": [], "tags": []}

Here

* $P$ is the stochastic matrix for recession and growth {ref}`considered above <mc_eg2>`.
Expand Down Expand Up @@ -1082,8 +1078,6 @@ Solution 1:
```

+++

Since the matrix is everywhere positive, there is a unique stationary distribution.

Solution 2:
Expand Down

0 comments on commit 221d2c2

Please sign in to comment.