Skip to content

Commit b5388c4

Browse files
committed
deploy: 6f78812
1 parent 9122360 commit b5388c4

File tree

179 files changed

+7641
-7636
lines changed

Some content is hidden

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

179 files changed

+7641
-7636
lines changed

_notebooks/aiyagari.ipynb

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "aad0a4d0",
5+
"id": "eb612b02",
66
"metadata": {},
77
"source": [
88
"\n",
@@ -16,15 +16,15 @@
1616
},
1717
{
1818
"cell_type": "markdown",
19-
"id": "c83512fb",
19+
"id": "4bd5240d",
2020
"metadata": {},
2121
"source": [
2222
"# The Aiyagari Model"
2323
]
2424
},
2525
{
2626
"cell_type": "markdown",
27-
"id": "f1e77b05",
27+
"id": "5dda3404",
2828
"metadata": {},
2929
"source": [
3030
"## Contents\n",
@@ -38,7 +38,7 @@
3838
},
3939
{
4040
"cell_type": "markdown",
41-
"id": "db3cb12f",
41+
"id": "bc734f3a",
4242
"metadata": {},
4343
"source": [
4444
"In addition to what’s in Anaconda, this lecture will need the following libraries:"
@@ -47,7 +47,7 @@
4747
{
4848
"cell_type": "code",
4949
"execution_count": null,
50-
"id": "73567d47",
50+
"id": "02d33111",
5151
"metadata": {
5252
"hide-output": false
5353
},
@@ -58,7 +58,7 @@
5858
},
5959
{
6060
"cell_type": "markdown",
61-
"id": "0213c6ac",
61+
"id": "6635c48e",
6262
"metadata": {},
6363
"source": [
6464
"## Overview\n",
@@ -88,7 +88,7 @@
8888
{
8989
"cell_type": "code",
9090
"execution_count": null,
91-
"id": "602b863b",
91+
"id": "fa0ce836",
9292
"metadata": {
9393
"hide-output": false
9494
},
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"cell_type": "markdown",
105-
"id": "7032bf41",
105+
"id": "04fe7e04",
106106
"metadata": {},
107107
"source": [
108108
"### References\n",
@@ -116,15 +116,15 @@
116116
},
117117
{
118118
"cell_type": "markdown",
119-
"id": "87f6dfc4",
119+
"id": "f1dfffb7",
120120
"metadata": {},
121121
"source": [
122122
"## The Economy"
123123
]
124124
},
125125
{
126126
"cell_type": "markdown",
127-
"id": "4ee2af68",
127+
"id": "5f0de5c7",
128128
"metadata": {},
129129
"source": [
130130
"### Households\n",
@@ -168,7 +168,7 @@
168168
},
169169
{
170170
"cell_type": "markdown",
171-
"id": "0ea582c4",
171+
"id": "1a92b3ae",
172172
"metadata": {},
173173
"source": [
174174
"## Firms\n",
@@ -222,7 +222,7 @@
222222
},
223223
{
224224
"cell_type": "markdown",
225-
"id": "ef2efb2b",
225+
"id": "7cd64e5d",
226226
"metadata": {},
227227
"source": [
228228
"### Equilibrium\n",
@@ -256,7 +256,7 @@
256256
},
257257
{
258258
"cell_type": "markdown",
259-
"id": "e33472c3",
259+
"id": "68d3a373",
260260
"metadata": {},
261261
"source": [
262262
"## Code\n",
@@ -291,7 +291,7 @@
291291
{
292292
"cell_type": "code",
293293
"execution_count": null,
294-
"id": "0518ed1c",
294+
"id": "02543aa0",
295295
"metadata": {
296296
"hide-output": false
297297
},
@@ -406,7 +406,7 @@
406406
},
407407
{
408408
"cell_type": "markdown",
409-
"id": "34f10516",
409+
"id": "836473eb",
410410
"metadata": {},
411411
"source": [
412412
"As a first example of what we can do, let’s compute and plot an optimal accumulation policy at fixed prices."
@@ -415,7 +415,7 @@
415415
{
416416
"cell_type": "code",
417417
"execution_count": null,
418-
"id": "485759f7",
418+
"id": "adf2d910",
419419
"metadata": {
420420
"hide-output": false
421421
},
@@ -460,7 +460,7 @@
460460
},
461461
{
462462
"cell_type": "markdown",
463-
"id": "b7283e9b",
463+
"id": "a85e0e83",
464464
"metadata": {},
465465
"source": [
466466
"The plot shows asset accumulation policies at different values of the exogenous state.\n",
@@ -477,7 +477,7 @@
477477
{
478478
"cell_type": "code",
479479
"execution_count": null,
480-
"id": "b9810f2b",
480+
"id": "3ffee0d3",
481481
"metadata": {
482482
"hide-output": false
483483
},
@@ -558,7 +558,7 @@
558558
}
559559
],
560560
"metadata": {
561-
"date": 1757382727.072313,
561+
"date": 1757384926.7530541,
562562
"filename": "aiyagari.md",
563563
"kernelspec": {
564564
"display_name": "Python",

0 commit comments

Comments
 (0)