dynare/tests/julia/rbc
Stéphane Adjemian (Hermes) 5814ae32e8 Updated README file in tests/julia/rbc subfolder. 2016-06-14 13:56:59 +02:00
..
README.md Updated README file in tests/julia/rbc subfolder. 2016-06-14 13:56:59 +02:00
clean Fixed deprecated require issue + Changed interface 2016-05-23 13:48:19 +02:00
rbc1.mod Fixed deprecated require issue + Changed interface 2016-05-23 13:48:19 +02:00
rbc2.mod Fixed deprecated require issue + Changed interface 2016-05-23 13:48:19 +02:00
test1.jl Added routines for steady state computation (julia). 2016-06-14 11:21:23 +02:00
test1pfm.jl Added example of perfect forsesight model (julia). 2016-06-14 11:21:23 +02:00
test2.jl Added routines for steady state computation (julia). 2016-06-14 11:21:23 +02:00
test3.jl Removed workspace() in examples. 2016-05-23 13:48:19 +02:00

README.md

To compile the Dynare mod files rbc1.mod and/or rbc2.mod and produce a julia module, just do

include("test1.jl")
include("test2.jl")

or

include("test3.jl")

in a script or in julia's shell. The first script, evaluates the steady state of the model, using analytical solution or a numerical solver. The two other scripts do nothing except compiling the mod files. The test1pfm.jl script shows how to solve a perfect foresight model (transition to the steady state or effects of an expected shock).

Note that Julia's packages NLsolve.jl and PyPlot.jl are required.