Skip to content

Commit 8c61389

Browse files
committed
add alignment for a plot
1 parent 21ae44d commit 8c61389

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lectures/networks.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,19 +167,17 @@ where the states are
167167
* "mr" = "mild recession"
168168
* "sr" = "severe recession"
169169

170-
Let's examine the following figure.
170+
Let's examine the following figure
171171

172172
```{image} /_static/lecture_specific/networks/mc.png
173173
:name: mc_networks
174-
174+
:align: center
175175
```
176176

177-
+++
178-
179177
This is an example of a network, where the set of nodes $V$ equals the states:
180178

181179
$$
182-
V = \{ \text{``ng", ``mr", ``sr"} \}
180+
V = \{ \text{"ng", "mr", "sr"} \}
183181
$$
184182

185183
The edges between the nodes show the one month transition probabilities.

0 commit comments

Comments
 (0)