Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pechouc/dsge_calibration

Academic project on the calibration of DSGE models conducted in the 2nd year of the Master in Economics of ENSAE / Institut Polytechnique de Paris.
https://github.com/pechouc/dsge_calibration

Last synced: 15 days ago
JSON representation

Academic project on the calibration of DSGE models conducted in the 2nd year of the Master in Economics of ENSAE / Institut Polytechnique de Paris.

Awesome Lists containing this project

README

        

# Project presentation

This repository is part of an academic project conducted by Louis de Lachapelle, Vieu Lin and Paul-Emmanuel Chouc in the second year of the Master in Economics of Institut Polytechnique de Paris and for the course "Applied Macroeconometrics".

The goal of this project is to assess the sensitivity of the estimation of DSGE models to calibration, that is, we wish to check how the estimated parameters change as the values of some fixed parameters are modified. The methodology mainly draws on [the paper](https://www.sciencedirect.com/science/article/abs/pii/S0165188918303907) "What to expect when you're calibrating: Measuring the effect of calibration on the estimation of macroeconomic models" by Nikolay Iskrev (Journal of Economic Dynamics and Control, 2019). It is applied to the seminal model of Smets & Wouters (2007, [link](https://www.aeaweb.org/articles?id=10.1257/aer.97.3.586)).

This repository hosts all the code required to reproduce our computations and the report can be found in the `assets` sub-folder.

# How to use the code in this repository?

## Download the code

If you are using `git`, you can use the following command to clone the repository locally:

```
git clone [email protected]:pechouc/DSGE_calibration.git
```

Alternatively, you can download the code as a zipped folder as on the following illustration:

You can then open the relevant working directory in Matlab.

The sub-section below describes the broad organisation of the code.

## Description of the scripts

The code in this repository is split across different Matlab (`.m` files) and Dynare (`.mod` files) scripts. The structure of the code and the arguments required to run each of the scripts are described [here](https://github.com/pechouc/DSGE_calibration/blob/main/docs/code_description.md). Comments in the code also document its logic.