Skip to content

Commit 7cde198

Browse files
committed
add lectures
1 parent 731f394 commit 7cde198

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+33446
-30
lines changed

lectures/ar1_processes.md

Lines changed: 644 additions & 0 deletions
Large diffs are not rendered by default.

lectures/business_cycle.md

Lines changed: 752 additions & 0 deletions
Large diffs are not rendered by default.

lectures/cagan_adaptive.md

Lines changed: 456 additions & 0 deletions
Large diffs are not rendered by default.

lectures/cagan_ree.md

Lines changed: 658 additions & 0 deletions
Large diffs are not rendered by default.

lectures/cobweb.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
1514
(cobweb)=
1615
# The Cobweb Model
1716

@@ -483,7 +482,7 @@ Show, in particular, that supply also cycles.
483482
```{exercise-end}
484483
```
485484

486-
```{solution-start} cobweb_ex1
485+
```{solution} cobweb_ex1
487486
:class: dropdown
488487
```
489488

@@ -522,7 +521,7 @@ m = Market()
522521
ts_plot_supply(m, 5, 15)
523522
```
524523

525-
```{solution-end}
524+
```{solution}
526525
```
527526

528527
```{exercise-start}
@@ -547,7 +546,7 @@ Simulate and plot the price dynamics for $\alpha \in \{0.1, 0.3, 0.5, 0.8\}$ whe
547546
```{exercise-end}
548547
```
549548

550-
```{solution-start} cobweb_ex2
549+
```{solution} cobweb_ex2
551550
:class: dropdown
552551
```
553552

@@ -595,5 +594,5 @@ ts_plot_price_blae(m,
595594
ts_length=20)
596595
```
597596

598-
```{solution-end}
597+
```{solution}
599598
```

0 commit comments

Comments
 (0)