Skip to content

Commit

Permalink
Merge pull request #1195 from AMonninger/ECB
Browse files Browse the repository at this point in the history
Journey 3
  • Loading branch information
llorracc authored Jan 13, 2023
2 parents 2fbfbc6 + b5ffd6d commit af14685
Show file tree
Hide file tree
Showing 20 changed files with 624 additions and 41 deletions.
1 change: 1 addition & 0 deletions Documentation/example_notebooks/HARK-struct-2.png
1 change: 1 addition & 0 deletions Documentation/example_notebooks/HARK-struct-3.png
1 change: 1 addition & 0 deletions Documentation/example_notebooks/HARK-struct-4.png
1 change: 0 additions & 1 deletion Documentation/example_notebooks/HARK_struct_2.png

This file was deleted.

1 change: 0 additions & 1 deletion Documentation/example_notebooks/HARK_struct_3.png

This file was deleted.

1 change: 0 additions & 1 deletion Documentation/example_notebooks/HARK_struct_4.png

This file was deleted.

1 change: 1 addition & 0 deletions Documentation/example_notebooks/Journey-PhD.ipynb
1 change: 1 addition & 0 deletions Documentation/example_notebooks/JourneyPhDparam.py
1 change: 0 additions & 1 deletion Documentation/example_notebooks/Journey_1_PhD.ipynb

This file was deleted.

Binary file added examples/Journeys/HAFiscalFig1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Journey 2: Engineering background\n",
"# Journey: Engineering background\n",
"\n",
"This is a second of the possible journeys into HARK - the Python package designed to solve economic models with the heterogeneous agents. As it is a \"journey\", it is not a one big tutorial, but a set of the links to the notebooks/other resources which will help you understand the different HARK objects and functionalities.\n",
"\n",
Expand Down Expand Up @@ -62,7 +62,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.8.8"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down Expand Up @@ -94,6 +94,13 @@
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down

Large diffs are not rendered by default.

585 changes: 585 additions & 0 deletions examples/Journeys/Journey-Policymaker.ipynb

Large diffs are not rendered by default.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Engineer's track\n",
"## [Engineer's track](Journey-Engineering-Background.ipynb)\n",
"\n",
"You are familiar with numerical simulations as well as object oriented programming and Python. However, you do not work (much) with economic problems. Thus we propose you a quick tutorials to get used to the models and the basic classes of HARK\n"
]
Expand All @@ -36,16 +36,18 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": []
"source": [
"## [Policymaker track](Journey-Policymaker.ipynb)\n",
"\n",
"You have some knowledge in economic theory and would like to use HARK to solve for general equilibrium HANK models. This journey introduces HARK and shows how to combine it with the [sequence space jacobian toolbox](https://github.com/shade-econ/sequence-jacobian) in order to create a HANK model."
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -59,7 +61,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.12"
"version": "3.8.11"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
Binary file added examples/Journeys/LorenzcurveDiscRate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af14685

Please sign in to comment.