Commit Graph

1591 Commits (c1debb1afe4fda2346e77ca62e7df2c6255a02c0)

Author SHA1 Message Date
Houtan Bastani c1debb1afe 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 d23a684bf6 preprocessor: add write_latex_steady_steade_model command. Closes #1496 2017-08-30 14:30:06 +02:00
Houtan Bastani 49ec4f3545 Merge branch 'state_var' 2017-08-29 16:08:11 +02:00
Houtan Bastani 85ab36750e 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 b6176ae406 preprocessor: add parameter_set option to evaluate_smoother command. Closes #1477 2017-08-28 18:25:37 +02:00
Houtan Bastani 12ddf85690 preprocessor: aesthetic fix 2017-08-28 17:47:37 +02:00
Houtan Bastani 076fb75f98 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 31dfe2a6b6 Add nopreprocessoroutput option to dynare. Closes #1390 2017-08-25 14:26:39 +02:00
Houtan Bastani 9dbb6736c5 preprocessor: add missing option to dynare options message 2017-08-25 14:20:08 +02:00
Houtan Bastani d83694f1d8 preprocessor: fix spacing in message 2017-08-25 14:20:08 +02:00
Houtan Bastani f0352541d5 preprocessor: ramsey_model: remove unused symbol_list syntax. Closes #1392 2017-08-24 16:43:36 +02:00
Houtan Bastani 48d6155dbc 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
Johannes Pfeifer f83d640525 Fix typo in ParsingDriver.hh 2017-08-16 19:45:58 +02:00
Houtan Bastani 2930977129 preprocessor: store max lead/lag info, write to output 2017-07-27 12:33:19 -04:00
Houtan Bastani 096e9e5d53 Merge pull request #1470 from JohannesPfeifer/use_shock_groups
Fix bug in use_shock_groups
2017-07-07 12:41:22 +02:00
Johannes Pfeifer 52f3b964b2 Fix bug in use_shock_groups and colormap
Option was not written to correct subfield of options_-structure. Related to 7cd56e96877de4ed2dd22bb579884ab292034d71
2017-07-07 12:38:20 +02:00
Houtan Bastani 48abcfb6d4 preprocessor: only create one dynamic/static JSON file 2017-06-29 15:11:22 +02:00
Houtan Bastani 478039db05 preprocessor: couch JSON stdout output in constant text so users can easily find it 2017-06-29 13:18:59 +02:00
Houtan Bastani 3597a41a4f preprocessor: cleanup writing JSON to standardout 2017-06-29 13:15:35 +02:00
Houtan Bastani 955fb4f003 preprocessor: print JSON deriv detail by default; use option to print less-detailed versions of dynamic/static models 2017-06-29 13:08:41 +02:00
Houtan Bastani c59b6ab035 preprocessor: write certain variables from M_ to JSON output 2017-06-28 17:11:24 +02:00
Sébastien Villemot 8b63e53d68 Add julia preprocessor to the clean rule. 2017-06-28 15:59:20 +02:00
Stéphane Adjemian (Charybdis) 507fad86a3 Cosmetic change.
A "lag"" key with a negative value should be interpreted as a lead (and not a
lag). Possible solutions are (1) Change the sign of the value, (2) Add a new
key "lead" and consider only positive values, and (3) Change the key name for
"shift" with negative values for lags and positive values for leads.

The commit implements the third choice.
2017-06-28 15:49:09 +02:00
Sébastien Villemot ec561138d4 Fix various typos (thanks lintian). 2017-06-28 15:06:54 +02:00
Houtan Bastani c66e000b5b preprocessor: remove warning on int/size_t comparison 2017-06-28 12:06:20 +02:00
Houtan Bastani 162675ecb8 preprocessor: write JSON output for original model when writing after transform pass 2017-06-28 12:04:04 +02:00
houtanb e6c5a8000b preprocessor: write original model in JSON output after computing pass 2017-06-23 14:20:48 +02:00
houtanb 95dda50de1 preprocessor: add tag information to cloned dynamic model 2017-06-23 14:19:57 +02:00
Stéphane Adjemian (Charybdis) 7af01dd0a2 Merge branch 'master' into json 2017-06-16 20:03:36 +02:00
Houtan Bastani 7153f19aab preprocessor: remove comparison warnings from compilation of ModelTree.cc 2017-06-14 23:49:10 +02:00
Houtan Bastani 6255858d21 preprocessor: fix bug: check whether second string in pair is empty. closes #1469 2017-06-14 23:40:30 +02:00
Stéphane Adjemian (Charybdis) 51feda7d02 Fixed code indentation. 2017-06-14 07:01:31 +02:00
Johannes Pfeifer 2670ca8db0 Get rid of unused and superseded options_.colormap and make sure options_.plot_shock_decomp.colormap is set 2017-05-23 13:20:47 +02:00
Stéphane Adjemian (Charybdis) 2be5a18c8a Merge branch 'prepare-4.5' 2017-05-19 16:33:12 +02:00
Stéphane Adjemian (Charybdis) 67482f4b7b Fixed copyright notices. 2017-05-18 18:36:38 +02:00
Houtan Bastani 5e1cc8d8e5 preprocessor: clean up initval output 2017-05-18 18:02:22 +02:00
Stéphane Adjemian (Charybdis) d2b7503e1c Fixed indentation of c/h/cc/hh files. 2017-05-16 16:30:27 +02:00
Stéphane Adjemian (Charybdis) 031a798a96 Fixed copyright notices. 2017-05-16 14:11:15 +02:00
Stéphane Adjemian d72cadeed7 Merge pull request #1441 from JohannesPfeifer/ksstat
Remove redundant ksstat option
2017-04-29 18:00:25 +02:00
Johannes Pfeifer ec6756db0e Remove redundant ksstat option
Closes #1431
2017-04-27 11:08:17 +02:00
Stéphane Adjemian (Charybdis) bac51e0a0e Added option rescale_prediction_error_covariance. 2017-04-26 18:22:03 +02:00
Houtan Bastani a85cc7b451 preprocessor: change trend test to warning. #1389 2017-04-20 18:41:28 +02:00
Johannes Pfeifer 8db0154570 Fix typo in error message 2017-04-06 08:41:12 +02:00
Houtan Bastani c74dac7e73 preprocessor: add warning for potential non-linearities in model declared linear. #1404 2017-04-05 11:07:34 +02:00
Houtan Bastani 5021601b5b preprocessor: move equation tags out of dmath mode, include all equation tags in one set of brackets, allow equation tags to be interpreted as latex, modify manual and test accordingly. #477 2017-04-05 11:01:25 +02:00
Houtan Bastani 053407314d preprocessor: add option to write equation tags in latex output. closes #477 2017-04-04 16:08:30 +02:00
Houtan Bastani 7c09ae7f3d preprocessor: remove unused filed histval_present from mod_file_struct 2017-04-03 15:23:01 +02:00
Stéphane Adjemian (Charybdis) f9a803f4a9 Added option nonlinear_filter_initialization.
Default value is 1 (initialization with the ergodic variance of the reduced
form solution of the model approximated at order one).

If the model has unit roots, the user must use `nonlinear_filter_initialization=3`,
which select an identity matrix for the initial covariance matrix of the state variables.

A side effect of this option is to temporarily change the value of options_.qz_criterium to
a value above one (ie 1+1e-6) so that the unit roots are not rejected. If the
model has unit roots and if the and if the option
nonlinear_filter_initialization has a value less than 3, the evaluation of the
likelihood will fail, because by default the unit root is counted as an
unstable root.
2017-04-03 11:25:05 +02:00
Houtan Bastani 5be4206092 preprocessor: add options plot_init_date and plot_end_date to plot_shock_decomposition 2017-03-31 14:38:44 +02:00
Houtan Bastani bc9a619d8a preprocessor: initial_condition_decomposition front end. closes #1425 2017-03-31 13:19:04 +02:00