Commit Graph

10683 Commits (a0ea6e3a21d4a9f598dcb7310461db8422b65d6a)

Author SHA1 Message Date
Houtan Bastani 442e773c7f Merge pull request #1505 from JohannesPfeifer/write_latex_steady_state_model
Add write_latex_steady_state_model to collect_latex_files.m
2017-09-01 18:09:22 +02:00
Johannes Pfeifer 25bf43983f Add write_latex_steady_state_model to collect_latex_files.m 2017-09-01 17:58:25 +02:00
Stéphane Adjemian (Scylla) c468488575 Fixed dimension of exo_simul (always add one row). 2017-08-31 14:55:49 +02:00
Stéphane Adjemian (Scylla) 0efff7c185 Fixed timing bugs in simulation of backward models with lags on exogenous variables. 2017-08-31 11:41:18 +02:00
Johannes Pfeifer 9cf9c05911 lyapunov_solver: Eliminate confusing transpose
The transpose was copied from `dsge_likelihood.m` in 2c5b1fed2d, while the calls in all other functions do not have it. As Q is symmetric, it does not matter
2017-08-31 11:26:41 +02:00
Stéphane Adjemian (Scylla) 591a68bf50 Added option stochastic to Dynare command. 2017-08-31 10:19:43 +02:00
Houtan Bastani a51fef393a aesthetic fix 2017-08-30 17:44:41 +02:00
Houtan Bastani 4b5b85c8ea preprocessor: don’t allow write_latex_steady_state_model without steady_state_model block. #1496 2017-08-30 15:46:17 +02:00
Houtan Bastani 349834eeca preprocessor: add write_latex_steady_steade_model command. Closes #1496 2017-08-30 14:30:06 +02:00
Houtan Bastani 85d00ad267 test suite: remove practicing directory. closes #1500 2017-08-29 17:15:06 +02:00
Houtan Bastani a9ce9cc118 Merge branch 'state_var' 2017-08-29 16:08:11 +02:00
Houtan Bastani 718ff3d61c preprocessor: only create *set_auxiliary_variables.m file if there will be something in it. Closes #1384 2017-08-29 14:44:52 +02:00
Houtan Bastani bd81ebc55d evaluate_steady_state: simplify check: the only time this variable is used both of these conditions hold 2017-08-29 11:51:45 +02:00
Houtan Bastani bb3e71646a Merge pull request #1497 from JohannesPfeifer/calib_smoother_test
Add calib_smoother command with parameter_set option to integration
2017-08-29 11:02:34 +02:00
Johannes Pfeifer cfc7413e96 Add calib_smoother command with parameter_set option to integration
Following #1477
2017-08-29 10:52:48 +02:00
Houtan Bastani 6fcc26ce2b test suite: aesthetic fix: remove British English :) 2017-08-29 10:27:49 +02:00
Houtan Bastani 9a3ea53274 test suite: change test to test for existence of files in current directory only 2017-08-29 10:25:39 +02:00
Houtan Bastani 09d44c89fd preprocessor: add parameter_set option to evaluate_smoother command. Closes #1477 2017-08-28 18:25:37 +02:00
Houtan Bastani a5e44e3e90 evaluate_smoother: fix typo 2017-08-28 18:25:37 +02:00
Houtan Bastani b09f6affa9 preprocessor: aesthetic fix 2017-08-28 17:47:37 +02:00
Houtan Bastani 628c4cf27b preprocessor: add model_local_variable declaration for declaring model local variables with tex names. Closes #563 2017-08-28 17:24:56 +02:00
Houtan Bastani a8073a8d31 doc: add documentation for nopreprocessoroutput option. #1390 2017-08-25 17:41:40 +02:00
Houtan Bastani 1c485c894f Add nopreprocessoroutput option to dynare. Closes #1390 2017-08-25 14:26:39 +02:00
Houtan Bastani 41e6ecaacd bug: nopathchange was always being set, regardless of whether or not the flag was passed 2017-08-25 14:21:25 +02:00
Houtan Bastani d730353f4e check_matlab_path: fix English 2017-08-25 14:20:08 +02:00
Houtan Bastani 38996c7449 preprocessor: add missing option to dynare options message 2017-08-25 14:20:08 +02:00
Houtan Bastani 14bccd8d20 preprocessor: fix spacing in message 2017-08-25 14:20:08 +02:00
Stéphane Adjemian 6d58c1ec8c Merge pull request #1493 from JohannesPfeifer/message_cosmetics
check_list_of_variables.m: Cosmetic change to warning message
2017-08-24 19:09:48 +02:00
Johannes Pfeifer 4a5b72af15 check_list_of_variables.m: Cosmetic change to warning message 2017-08-24 18:13:33 +02:00
Houtan Bastani fe14007a16 preprocessor: ramsey_model: remove unused symbol_list syntax. Closes #1392 2017-08-24 16:43:36 +02:00
Houtan Bastani 1551d33e9e preprocessor: add write_equation_tags option to write_latex_original_model and write_latex_static_model. closes #1431 2017-08-24 16:10:53 +02:00
Stéphane Adjemian (Scylla) 5429821719 Fixed incomplete commit 1a4257ac4b. 2017-08-16 23:29:15 +02:00
Stéphane Adjemian (Scylla) 32c3beb27d Fixed bug introduced in 7d180e2fcb. 2017-08-16 22:17:20 +02:00
Johannes Pfeifer 16a3e11034 Transform hard-coded plot tolerance into an undocumented option 2017-08-16 19:51:57 +02:00
Johannes Pfeifer 4cd259baa6 Fix plotting of measurement errors in non-MCMC case
Number of plots was wrongly computed
2017-08-16 19:51:57 +02:00
Johannes Pfeifer f021909db5 Fix typo in ParsingDriver.hh 2017-08-16 19:45:58 +02:00
Johannes Pfeifer b4a52b8076 conditional_forecasts: Fix errors in manual 2017-08-16 19:45:58 +02:00
Johannes Pfeifer 8ccebd9e23 DsgeSmoother.m: provide informative error instead of crashing when model cannot be solved 2017-08-16 19:26:24 +02:00
Stéphane Adjemian (Scylla) 131a68ea6f Provide more informations if expected shocks are declared after the terminal period. 2017-08-16 16:43:43 +02:00
Stéphane Adjemian (Scylla) 7d180e2fcb Renamed integration test (removed capital letters). 2017-08-16 16:08:18 +02:00
Stéphane Adjemian (Scylla) 10047feee5 Test if shocks are declared.
Fixes bug introduced in 97b894a1cd, if no shocks
are declared (for instance if the user is interested in the transition to the
steady state).
2017-08-16 16:04:15 +02:00
Johannes Pfeifer 97b894a1cd Provide meaningful error message if oo_.exo_simul is larger than options_.periods 2017-08-16 16:00:55 +02:00
Stéphane Adjemian (Scylla) 1a4257ac4b Efficiency change.
Reduced the size of the unnecessary large array for the exogenous variables
introduced in 57fd56c90a.
2017-08-16 15:44:00 +02:00
Stéphane Adjemian (Scylla) a1c34979f5 Merge branch 'pr#1484' 2017-08-16 11:20:55 +02:00
Stéphane Adjemian (Scylla) db870b562a Ignore scripts/dynare.elc. 2017-08-16 10:57:22 +02:00
Stéphane Adjemian (Scylla) 9c8f2a90e3 Fixed timming of the innovations when computing confidence bands.
Innovations were hitting the model one period too late.
2017-08-11 11:47:34 +02:00
Stéphane Adjemian (Scylla) 311c794081 Fixed typo. 2017-08-10 14:56:22 +02:00
Stéphane Adjemian (Scylla) e5bbcf41b6 Efficiency change.
find(strcmp(,)) is faster than strmatch(,,'exact') and returns the same array
of integers.
2017-08-10 13:26:47 +02:00
Stéphane Adjemian (Scylla) 637b0b0212 Fixed bug (missing 'exact' when calling strmatch). 2017-08-10 13:15:06 +02:00
Johannes Pfeifer fdb24d6a1d Add unit test for sim1_linear.m 2017-08-01 11:36:07 +02:00