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 21ae44d commit 8c61389Copy full SHA for 8c61389
lectures/networks.md
@@ -167,19 +167,17 @@ where the states are
167
* "mr" = "mild recession"
168
* "sr" = "severe recession"
169
170
-Let's examine the following figure.
+Let's examine the following figure
171
172
```{image} /_static/lecture_specific/networks/mc.png
173
:name: mc_networks
174
-
+:align: center
175
```
176
177
-+++
178
179
This is an example of a network, where the set of nodes $V$ equals the states:
180
181
$$
182
- V = \{ \text{``ng", ``mr", ``sr"} \}
+ V = \{ \text{"ng", "mr", "sr"} \}
183
184
185
The edges between the nodes show the one month transition probabilities.
0 commit comments