Additional software for Dynare programs



Content:
  1. Alternative version of the disp_dr.m file. >
  2. Solving with Dynare: Programs related to solving with Dynare (accuracy, loops, IRFs).
    1. A zip file with these programs can be downloaded here
  3. Looping over Dynare++
    1. A zip file with these programs can be downloaded here
  4. Estimating with Dynare: Programs related to estimating with Dynare (solving, generating fake data, & estimation).
    1. A zip file with these programs can be downloaded here
  5. Solving models with heterogeneous agents with Dynare


Alternative to disp_dr.m file
To use this file simply replace (after having made a backup) the disp_dr.m file provided by Dynare with this one. My version is different in that it (i) writes all coefficients to the screen, even if they are smaller than 1e-06 and (ii) writes the coefficients to the file decision.mat exactly the way you see them on the screen 2. programs related to solving with Dynare:
The purpose of these programs is twofold. First, there are some tricks that I found useful. For example they make it possible to change parameter values within the Dynare (or Dynare++) source file from within a Matlab program so you can loop over a range of values. Second, they generate additional results, such as accuracy tests or state contingent IRFs

supporting files: A zip file with these programs can be downloaded
here


3. Looping over Dynare++ files:
These programs show a similar trick as the one used above in Dynare programs that makes it possible to change the parameters in a Dynare++ source file from within a Matlab file, which for example makes it possible to loop over parameter values. As an example, it is shown how increasing the perturbation order changes the simulated series of consumption for both a model with a low riskaversion parameter (i.e. a pretty linear model) and a model with a high riskaversion parameter (i.e. a pretty nonlinear model). Unfortunately, the "trick" is not as easy as the one for Dynare programs but still very doable

supporting files: A zip file with these programs can be downloaded
here


4. Estimating models with Dynare:
These programs are the ones used for the examples in the slides of the teaching notes page
A zip file with these programs can be downloaded
here