Additional software for Dynare programs



Content:
  1. Solving with Dynare: Programs related to solving with Dynare (accuracy, loops, IRFs).
    1. A zip file with these programs can be downloaded here
  2. Looping over Dynare++
    1. A zip file with these programs can be downloaded here
  3. 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
  4. Solving models with heterogeneous agents with Dynare



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


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


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

Solving models with heterogeneous agents with Dynare:
To be completed