dynare/tests/julia/rbc
Stéphane Adjemian (Hermes) e789cc7d91 Added example of perfect forsesight model (julia).
Note that PyPlot package must be installed.
2016-06-14 11:21:23 +02:00
..
README.md Added example (rbc model). 2015-08-12 18:37:41 +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 file rbc.mod and produce a julia module, just do

include("test.jl")

in a script or in julia's shell.