Skip to content

Commit

Permalink
deploy: 082c0df
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Jan 28, 2025
1 parent 2331966 commit faba863
Show file tree
Hide file tree
Showing 20 changed files with 332 additions and 332 deletions.
24 changes: 12 additions & 12 deletions _sources/cagan_adaptive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "9fc7a222",
"id": "4bb47168",
"metadata": {},
"source": [
"# Monetarist Theory of Price Levels with Adaptive Expectations\n",
Expand Down Expand Up @@ -283,7 +283,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "eb106d85",
"id": "bb620f4d",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -295,7 +295,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "11bac81f",
"id": "081c703d",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -310,7 +310,7 @@
},
{
"cell_type": "markdown",
"id": "c69fb07f",
"id": "a63ade8c",
"metadata": {
"user_expressions": []
},
Expand All @@ -321,7 +321,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "30067e44",
"id": "6856c3db",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -356,7 +356,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "f9c6bf38",
"id": "723808fd",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -391,7 +391,7 @@
},
{
"cell_type": "markdown",
"id": "5e6f892f",
"id": "4d8b5953",
"metadata": {
"user_expressions": []
},
Expand Down Expand Up @@ -420,7 +420,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "059b9b96",
"id": "0852c183",
"metadata": {},
"outputs": [
{
Expand All @@ -437,7 +437,7 @@
},
{
"cell_type": "markdown",
"id": "74b3ec3e",
"id": "977b2971",
"metadata": {},
"source": [
"## Experiments\n",
Expand Down Expand Up @@ -468,7 +468,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "e1e47274",
"id": "b703579a",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -496,7 +496,7 @@
},
{
"cell_type": "markdown",
"id": "c20faf09",
"id": "e87fa5d8",
"metadata": {},
"source": [
"We invite the reader to compare outcomes with those under rational expectations studied in {doc}`cagan_ree`.\n",
Expand All @@ -518,7 +518,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "9279a71a",
"id": "08097ee0",
"metadata": {},
"outputs": [
{
Expand Down
36 changes: 18 additions & 18 deletions _sources/cagan_ree.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "394dbe91",
"id": "98b4dd21",
"metadata": {},
"source": [
"# A Monetarist Theory of Price Levels\n",
Expand Down Expand Up @@ -230,7 +230,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "8fd83723",
"id": "9fb380eb",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -241,7 +241,7 @@
},
{
"cell_type": "markdown",
"id": "3d045f6f",
"id": "93e925b0",
"metadata": {},
"source": [
"First, we store parameters in a `namedtuple`:"
Expand All @@ -250,7 +250,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "6607b62d",
"id": "b457fddb",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -271,7 +271,7 @@
},
{
"cell_type": "markdown",
"id": "1f68057a",
"id": "d1ad1249",
"metadata": {},
"source": [
"Now we can solve the model to compute $\\pi_t$, $m_t$ and $p_t$ for $t =1, \\ldots, T+1$ using the matrix equation above"
Expand All @@ -280,7 +280,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "0a9e1495",
"id": "8d80002f",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -308,7 +308,7 @@
},
{
"cell_type": "markdown",
"id": "c4a8743e",
"id": "09e955cd",
"metadata": {},
"source": [
"### Some quantitative experiments\n",
Expand Down Expand Up @@ -354,7 +354,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "fc64565a",
"id": "849a72bd",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -373,7 +373,7 @@
},
{
"cell_type": "markdown",
"id": "eb425a69",
"id": "881040be",
"metadata": {},
"source": [
"Now we use the following function to plot the result"
Expand All @@ -382,7 +382,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "58ce80b8",
"id": "0152f95a",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -413,7 +413,7 @@
},
{
"cell_type": "markdown",
"id": "bf8534f8",
"id": "5d609581",
"metadata": {},
"source": [
"The plot of the money growth rate $\\mu_t$ in the top level panel portrays\n",
Expand Down Expand Up @@ -554,7 +554,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "623c23b8",
"id": "bdf966c9",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -597,7 +597,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "979cd638",
"id": "1c75aa43",
"metadata": {
"tags": [
"hide-input"
Expand Down Expand Up @@ -654,7 +654,7 @@
},
{
"cell_type": "markdown",
"id": "e14d3d8f",
"id": "3d6a924e",
"metadata": {},
"source": [
"We invite you to compare these graphs with corresponding ones for the foreseen stabilization analyzed in experiment 1 above.\n",
Expand Down Expand Up @@ -682,7 +682,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "c557f83c",
"id": "68a8a5d3",
"metadata": {
"tags": [
"hide-input"
Expand Down Expand Up @@ -723,7 +723,7 @@
},
{
"cell_type": "markdown",
"id": "9189f4f5",
"id": "20f32a10",
"metadata": {},
"source": [
"It is instructive to compare the preceding graphs with graphs of log price levels and inflation rates for data from four big inflations described in\n",
Expand Down Expand Up @@ -758,7 +758,7 @@
{
"cell_type": "code",
"execution_count": 9,
"id": "13ad701b",
"id": "ea53e2d4",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -790,7 +790,7 @@
},
{
"cell_type": "markdown",
"id": "71d2ad6b",
"id": "79086cb6",
"metadata": {},
"source": [
"## Sequel\n",
Expand Down
Loading

0 comments on commit faba863

Please sign in to comment.