GitHub

Original file line numberDiff line numberDiff line change

@@ -14,7 +14,6 @@ kernelspec:

1414

(cobweb)=

1515

# The Cobweb Model

1616
17-
1817

The cobweb model is a model of prices and quantities in a given market, and how they evolve over time.

1918
2019

## Overview

@@ -56,8 +55,6 @@ assumptions regarding the way that producers form expectations.

5655
5756

Our discussion and simulations draw on [high quality lectures](https://comp-econ.org/CEF_2013/downloads/Complex%20Econ%20Systems%20Lecture%20II.pdf) by [Cars Hommes](https://www.uva.nl/en/profile/h/o/c.h.hommes/c.h.hommes.html).

5857
59-

+++

60-
6158

We will use the following imports.

6259
6360

```{code-cell} ipython3

@@ -192,7 +189,6 @@ Combining the last two equations gives the dynamics for prices:

192189
193190

The price dynamics depend on the parameter values and also on the function $f$ that determines how producers form expectations.

194191
195-
196192

## Naive expectations

197193
198194

To go further in our analysis we need to specify the function $f$; that is, how expectations are formed.

@@ -222,7 +218,6 @@ where $g$ is the function defined by

222218

g(p) = - \frac{1}{b} [ S(p) - a]

223219

```

224220
225-
226221

Here we represent the function $g$

227222
228223

```{code-cell} ipython3

@@ -427,7 +422,6 @@ $$

427422

p_t = - \frac{1}{b} [ S(\alpha p_{t-1} + (1-\alpha) p^e_{t-1}) - a]

428423

$$

429424
430-
431425

Let's try to simulate the price and observe the dynamics using different values of $\alpha$.

432426
433427

```{code-cell} ipython3

@@ -472,8 +466,6 @@ expectations, which stabilizes expected prices.

472466
473467

This increased stability can be seen in the figures.

474468
475-
476-
477469

## Exercises

478470
479471

```{exercise-start}

@@ -599,8 +591,4 @@ ts_plot_price_blae(m,

599591

```

600592
601593

```{solution-end}

602-

```

603-
604-

```{code-cell} ipython3

605-
606-

```

594+

```

Read the original on github.com ↗