Skip to content

Commit

Permalink
provide example yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Mar 15, 2024
1 parent c8771cf commit 46dd669
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/guide/the_yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ The YAML files follow a simple structure:
4. optionally provide auxiliary equations that are not directly part of the nonlinear system
5. optionally provide initial guesses for all other steady state values and parameters

I will first briefly discuss the YAML of the small scale *representative* agents NK model `from the quickstart tutorial <../tutorial/quickstart.ipynb>`_ and then turn to a more complex HANK model.
I will first briefly discuss `the YAML <https://github.com/gboehl/econpizza/blob/master/econpizza/examples/nk.yml>`_ of the small scale *representative* agents NK model `from the quickstart tutorial <../tutorial/quickstart.ipynb>`_ and then turn to a more complex HANK model.
A collection of examples is provided `with the package <https://github.com/gboehl/econpizza/tree/master/econpizza/examples>`_.

YAML: representative agent models
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorial/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Take a small-scale nonlinear New Keynesian model with ZLB as a starting point, which is provided [as an example](https://github.com/gboehl/econpizza/blob/master/econpizza/examples/nk.yml). Here is how to simulate it and plot nonlinear impulse responses. Start with some misc imports and load the package:"
"Take a small-scale nonlinear New Keynesian model with ZLB as a starting point, which is provided as an example [(find the yaml file here)](https://github.com/gboehl/econpizza/blob/master/econpizza/examples/nk.yml). Here is how to simulate it and plot nonlinear impulse responses. Start with some misc imports and load the package:"
]
},
{
Expand Down Expand Up @@ -224,9 +224,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.11.7"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
6 changes: 3 additions & 3 deletions docs/tutorial/rank.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let us dive a bit deeper into the functionalities of the package by looking at a nonlinear medium scale DSGE model in the style of Smets & Wouters (2003,2007). The model features Rothemberg instead of Calvo pricing, the zero-lower bound on the nominal interest rate, and downwards nominal wage rigidity. The full model specification can be found in the appendix of the [original paper](https://gregorboehl.com/live/hank_speed_boehl.pdf)."
"Let us dive a bit deeper into the functionalities of the package by looking at a nonlinear medium scale DSGE model in the style of Smets & Wouters (2003,2007). The model features Rothemberg instead of Calvo pricing, the zero-lower bound on the nominal interest rate, and downwards nominal wage rigidity. The full model specification can be found in the appendix of the [original paper](https://gregorboehl.com/live/hank_speed_boehl.pdf), whereas the [yaml file can be found here](https://github.com/gboehl/econpizza/blob/master/econpizza/examples/dsge.yml)."
]
},
{
Expand Down Expand Up @@ -507,9 +507,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.11.7"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 46dd669

Please sign in to comment.