Commit Graph

879 Commits (7063e2d8beafa2a58492bdeee156e870c909a8cb)

Author SHA1 Message Date
Stéphane Adjemian (Charybdis) 7063e2d8be Changed name of options_.maxit as options_.simul.maxit. 2013-10-09 13:06:06 +02:00
Stéphane Adjemian (Charybdis) 0aa3e823c7 Merge branch 'master' into maxit 2013-10-09 12:19:17 +02:00
Houtan Bastani 7b523eccd0 remove error message because odd numbers of apostrophes are valid for transposing matrices in Matlab syntax 2013-10-04 16:17:29 +02:00
Houtan Bastani a29ed07ea5 remove unused portion of code, code cleanup 2013-10-03 16:39:33 +02:00
Houtan Bastani dea0cdbdf3 handle inline comments 2013-10-03 16:27:25 +02:00
Houtan Bastani 1b527aa004 fix regular expression 2013-10-03 16:26:17 +02:00
Houtan Bastani 50b2c9d454 clarify error message 2013-10-03 15:44:31 +02:00
Houtan Bastani bb4ce64add catch leading space before comment 2013-10-03 10:48:29 +02:00
Houtan Bastani a96d79a3f0 remove unnecessary test 2013-10-03 09:16:31 +02:00
Houtan Bastani b42790cd6e preprocessor: replace dates with dynDates 2013-10-02 17:21:55 +02:00
Houtan Bastani bba6318bdb remove unnecessary parenthesis 2013-10-02 17:21:55 +02:00
Houtan Bastani afc73796d4 support unbounded years 2013-10-02 17:21:55 +02:00
Houtan Bastani 3e5f03fadc simplify regex 2013-10-02 17:21:55 +02:00
Houtan Bastani 50d1a71aad support negative dates 2013-10-02 17:21:55 +02:00
Houtan Bastani eeb0596831 bug fix for date_number: don't permit weeks >= 53 2013-10-02 11:12:32 +02:00
Sébastien Villemot ff93c8883b Merge pull request #474 from houtanb/geweke
Geweke
2013-09-25 05:54:31 -07:00
Sébastien Villemot aaa50d6a40 Fix a bug similar to #476 in estimated_params_bounds 2013-09-25 14:44:49 +02:00
Houtan Bastani cd50a2bcb3 estim_params: remove short-circuit ops, #476 2013-09-24 16:01:47 +02:00
Houtan Bastani 5f2bf10521 front end for maxit: ref #293, #262 2013-09-24 15:40:13 +02:00
Houtan Bastani e85770ba0b estim_params: remove extraneous find, ref #476 2013-09-24 15:39:15 +02:00
Houtan Bastani fe6f66e2af estim_params: correct for symmetry of correlation, closes #476 2013-09-24 15:31:41 +02:00
Houtan Bastani c1ecabbb77 estim_params: fix parenthesis bug, ref #476 2013-09-24 15:12:52 +02:00
Houtan Bastani f6dd99b15c estim_params: use short-circuit AND 2013-09-24 15:10:35 +02:00
Houtan Bastani 3019c80f56 front end for Geweke convergence diagnostics for single chains 2013-09-23 15:40:19 +02:00
Houtan Bastani 0d5ab71482 nostrict option works for endval too 2013-09-16 17:25:41 -04:00
Houtan Bastani f6c982c51b nostrict command-line option ignores extraneous assignments in initval. closes #1 2013-09-16 16:14:34 -04:00
Houtan Bastani 76714b34df new nostrict command-line option does not exit when there are more endogenous than equations (closes #2) 2013-09-13 14:44:01 -04:00
Sébastien Villemot 3e1cc9a2d3 Move check on variables types within 'shocks' block to the checking pass stage
Closes #448
2013-08-27 10:38:54 +02:00
Houtan Bastani 8051c547ff stoch_simul: add loglinear option #431 2013-08-14 12:02:51 -04:00
Houtan Bastani 801c69bfe7 introduce verbatim block closes #437 2013-08-13 17:08:39 -04:00
Sébastien Villemot 4295a48dc8 Remove unfinished "shocks" and "labels" options to shock_decomposition
The preprocessor implementation of "shocks" is broken, and the ref. manual
entries are empty. Nothing is implemented in MATLAB files. It's better to
remove this for now, until a working implementation is done.

Ref. #136
2013-08-13 11:37:16 +02:00
Houtan Bastani 792b1b5924 macroprocessor: add length command. closes #436 2013-08-12 17:24:47 -04:00
Houtan Bastani 2464c330b3 fix typo 2013-08-06 16:02:55 -04:00
Johannes Pfeifer 9d3722fdcb Add full function header to static and dynamic model files 2013-07-28 11:32:14 +02:00
Stéphane Adjemian (Charybdis) 4fe0f4af65 Added (command line) nointeractive option. 2013-07-10 12:02:12 +02:00
Stéphane Adjemian (Charybdis) d7c4d4d3eb Added (command line) nograph option. 2013-07-10 11:03:48 +02:00
Stéphane Adjemian (Charybdis) ef5893fdbc Make calib_smoother command call evaluate_smoother matlab routine. 2013-06-28 11:14:24 +02:00
Houtan Bastani e7b300039b osr: add tolf option closes #423 2013-06-26 12:33:48 +02:00
Houtan Bastani de32eeece5 osr: add maxit option ref #423 2013-06-26 12:32:30 +02:00
Stéphane Adjemian (Charybdis) c07ce32687 Added an option for setting the number of points where the posterior kernel is evaluated when using mode_check. Reorganized the options_ global structure wrt mode_check. 2013-06-20 17:19:44 +02:00
Stéphane Adjemian (Charybdis) 367f8dad85 Merge branch 'master' into experimental-mjdgges-threshold 2013-06-12 17:27:25 +02:00
Sébastien Villemot bbc422cf5a Fix copyright notices 2013-06-12 17:04:46 +02:00
Stéphane Adjemian (Charybdis) cc7e5c4dec Added qz_zero_threshold to check, stoch_simul and estimation commands. 2013-06-12 11:46:56 +02:00
Sébastien Villemot 98daf662aa extended_path: new order and hybrid options (ref #152)
Also add stub in the doc for the new options
2013-06-07 18:18:54 +02:00
Sébastien Villemot 01aa3e1427 extended_path is a statement, not a block 2013-06-07 17:16:45 +02:00
Sébastien Villemot a8201e1803 Do not check for the steady state in diffuse filter mode
Closes #400
2013-06-03 15:56:10 +02:00
Houtan Bastani e84ad24f6e preprocessor: pretty print error info 2013-05-31 18:27:24 +02:00
Sébastien Villemot a595a83b16 Add new option parallel_local_files to model block
Ref #389
2013-05-31 14:47:38 +02:00
Houtan Bastani c10a371bb5 preprocessor: config file: if creating windows node from unix machine, check to see if the password or remoteDrive are empty 2013-05-30 15:33:33 +02:00
Houtan Bastani 55de45a0bb preprocessor: config file: if on Windows machine and operatingSystem is empty, then check to see if password or remoteDrive is empty. otherwise, don't check 2013-05-30 15:33:33 +02:00