You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Antoine Devulder (Sedna) 98f6d0aca0
The inflation markup shocks are introduced as if they resulted from the presence of monopolist resalers with flexible prices between the producing firm and the intermediate firms with rigid prices.
9 years ago
Data Changed prior of vacancy cost ratios, steady-state job separation rates, unemployment benefit ratios and std of impatience shock. 9 years ago
Documentation Added documentation about the introduction of price markup shocks. 9 years ago
Dynare@e835b0198f Updated Dynare folder. 9 years ago
Model The inflation markup shocks are introduced as if they resulted from the presence of monopolist resalers with flexible prices between the producing firm and the intermediate firms with rigid prices. 9 years ago
Paper Updated equations for Lobs and Lobs_F in the paper. 10 years ago
Slides Final changes to the slides for the 25 oct 2012 conference. 10 years ago
Tools Fixed bug in obs_moments.m 9 years ago
.gitignore Updated .gitignore. 9 years ago
.gitmodules Retour du submodule Dynare (nouvelle version). 10 years ago
README.md Renamed and updated README file (markdown syntax). 10 years ago
install-dynare Changed the install and update scripts for dynare. 10 years ago
update-dynare Changed the install and update scripts for dynare. 10 years ago

README.md

The mod file of this project has to be used with the dynare code shipped as a git submodule (in ./Dynare directory). Before doing anything you have to install and compile dynare. This is done with the install-dynare command in the base directory of the fze-project. First you have to write a file called configuration.local where you define the version of matlab and its path. A typical configuration.local file will contain

    MATLAB_PATH=/home/USER/matlab/R2012a
    MATLAB_VERSION=2012a

It is most likely that you will have to adapt the path to the matlab's binaries and the version of matlab to your settings. You'll have to open install-dynare shell script and to modify it consistently with your matab installation. If you do not have matlab, you can compile dynare against octave but you will have to change the scripts install-dynare and update-dynare. For more details about dynare compilation, see the DynareWiki. Second you just need to type:

    $ ./install-dynare

in a terminal (assuming that you are in the root of the project). Dynare have to be added in the path of matlab. For instance, if your matlab session is opened in the Model folder (where the main mod file of the project can be found), this is done using the following syntax:

    >> addpath ../Dynare/matlab