You are right, I was refering to the file in the dynare examples directory (example1.mod). And regarding your second question: I downloaded octave 3.6.3 via MacPorts (octave-devel port).
Thank you very much for your support. I will try to replace the mex files.
... distributed in the Dynare examples directory, please tell me the name. Otherwise, post it to the forum. Anyway, Dynare 4.3.1 was compiled against Octave 3.4 (because it was the latest stable dmg file available at the release of 4.3.1), so you won't be able to use the Octave mex files in Octave ...
... - order 1 Computing dynamic model derivatives: - order 1 - order 2 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. STEADY-STATE RESULTS: y 0 c 0 pi 0 R 0 g 0 z 0 Total computing time : 0h00m01s How to aviod these messages? Thanks a lot!
... - order 1 Computing dynamic model derivatives: - order 1 - order 2 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. Warning: Some of the parameters have no value (sigma_alpha, kappa_y_H, kappa_y_F, kappa_g_H, kappa_g_F, zeta) when using steady. If ...
... at line 208, column 10 error: /Applications/Dynare/4.3.1/matlab/dynare.m at line 68, column 12 I'am using dynare version 4.3.1 together with octave version 3.6.3. Both are running on OS X.8.2. Any idea what problem could be? Thanks!
Hi, about the post published on 14/11, the solution is the following: octave:1> addpath c:\dynare\4.3.1\matlab octave:2>cd c:\dynare\work octave:3>dynare example1.mod Observe that after you indicate the place dynare is, it´s necessary to change the diretory ...
... - order 1 Computing dynamic model derivatives: - order 1 - order 2 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. You did not declare endogenous variables after the estimation/calib_smoother command. ??? Attempted to access lead_lag_incidence(2,1); ...
... - order 1 Computing dynamic model derivatives: - order 1 - order 2 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. STEADY: numerical initial values incompatible with the following equations 3 4 5 6 7 8 Please check for example i) if all parameters ...
Hi, I'm new user of dynare and have just instaled version 4.3.1 to open de example1.mod file. The following error occured: ______________________ octave:2> dynare c:\dynare\4.3.1\examples\example1.mod (...) Preprocessing completed. Starting MATLAB/Octave computing. parse error: >>> c:\dynare\4 ...
... - order 1 Computing dynamic model derivatives: - order 1 - order 2 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. Warning: Divide by zero. > In yoyo1_static at 19 In resid at 87 In yoyo1 at 244 In dynare at 120 Warning: Divide by zero. > In yoyo1_static ...
... - order 1 Computing dynamic model derivatives: - order 1 - order 2 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. STEADY-STATE RESULTS: dc 0.0015 dd 0.0015 v_c 0 v_d 0 x 0 You did not declare endogenous variables after the estimation/calib_smoother ...
I am a PhD student and new user of Dynare. I want to practice the example files in the dynare 4.3.1 installation with GNU Octave 3.6.2 and each time I type the command: dynare rbc for example, it will tell me that dynare could not open the file rbc. Please what do I do?
... exactly as expected, meaning that the model itself should be correct. [...] Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. Warning: Matrix is singular to working precision. > In dr1 at 441 In resol at 147 In stoch_simul at 66 In mod2_miguel at 284 In dynare ...
... not matched by an @#endfor (unexpected end of file) Error using dynare (line 114) DYNARE: preprocessing failed one thing, can i do it with Matlab/octave like this alphas = [ 0.4,0.6,0.8]; for i = 1:length(alphas) alpha = alphas(i); but how do i save the irf result from this sice i want to use ...