dynare/tests/julia/rbc
Stéphane Adjemian(Charybdis) d96aca093e Fixes for julia 0.6.x.
Updated the preprocessor module (adds new static and dynamic routines which
only return the jacobian).
2018-03-10 16:05:14 +01: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 Fixes for julia 0.6.x. 2018-03-10 16:05:14 +01:00
test1pfm.jl Fixes for julia 0.6.x. 2018-03-10 16:05:14 +01:00
test2.jl Fixes for julia 0.6.x. 2018-03-10 16:05:14 +01:00
test3.jl Fixes for julia 0.6.x. 2018-03-10 16:05:14 +01: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.