Dynare in Julia available for testing

Posted on 14 March 2024

Dynare.jl, an alternative implementation of Dynare in Julia, is now ready for testing by users.

The following features are implemented:

  • steady state;
  • local approximation of the solution at 1st and 2nd order;
  • perfect foresight simulations;
  • forecasting;
  • optimal policy.

Julia is an open source programming language. It is recommended to use it with VScode. See also Julia in Visual Studio Code.

Documentation is available at: https://DynareJulia.github.io/Dynare.jl.

Installation in Julia can be done with the following commands:

julia> using Pkg
julia> pkg"add Dynare"

Thank you for reporting any error, question or desired additional feature on the Dynare forum or as a GitHub issue.