Dear all,
I am trying “Dynare for Julia” on a basic rbc model (available on this page: Solving a simple RBC model in Dynare | Julien Pascal). The test was carried out on a MacBook Pro with chip “Apple M1” with macOS Sequoia 15.0.1. In order to run the program I used VSCode. I noticed what follows:
-
the command c = @dynare “rbc.mod” “nolog”; still outputs the log file;
-
the command stoch_simul(ordr = 1, irf = 0, periods = 1000); provides the theoretical moments instead of the empirical ones (in addition to this, the simulated variables show slightly different numbers than their Matlab’s counterpart - Dynare 6.2);
-
Plots are relatively weird
I would like to kindly know from you whether this behaviour depends on my “low” skills on “Dynare for Julia” or whether they depend on the Dynare itself.
Thanks in advance for you help!
rbc.mod (751 Bytes)