Commit Graph

1049 Commits (6ce31cfea0891c4a3b105461da962a09cc930e15)

Author SHA1 Message Date
Houtan Bastani f3ef1f583f disallow -0 year 2013-10-22 14:06:57 +02:00
Houtan Bastani e19da3777c preprocessor: only accept dates of the form: dates('date') in mod file 2013-10-22 14:06:57 +02:00
Houtan Bastani 9ecd0f2b41 macroprocessor: substitute dates, don't substitute dates preceded by $ or dates(' 2013-10-22 14:06:57 +02:00
Houtan Bastani 1cd7ed1f03 macroprocessor: if you encounter dates(date), insert quotes 2013-10-14 18:16:07 +02:00
Houtan Bastani f8eb08bd55 disallow -0 year 2013-10-14 16:30:17 +02:00
Houtan Bastani aee8202a20 preprocessor: only accept dates of the form: dates('date') in mod file 2013-10-14 09:58:05 +02:00
Houtan Bastani c2a3d342d8 macroprocessor: substitute dates, don't substitute dates preceded by $ or dates(' 2013-10-14 09:58:05 +02:00
Houtan Bastani cbb0167c4c simplify date regex and require [YyAa] to follow annual date 2013-10-11 11:13:15 +02:00
Houtan Bastani 496036d770 Revert "preprocessor: replace dates with dynDates"
This reverts commit 030fe52affb763f11766801f6deeb797e90365e2.

Conflicts:
	preprocessor/Statement.cc
2013-10-10 11:04:56 +02:00
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
Stéphane Adjemian (Charybdis) d7eef34707 Merge branch 'master' into use-dynSeries 2013-09-24 16:49:38 +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
Stéphane Adjemian (Charybdis) 61de260d0b Merge branch 'master' into use-dynSeries 2013-09-23 08:14:46 +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
Stéphane Adjemian (Charybdis) 28022e5530 Removed test on datafile option. This option is no more mandatory 2013-09-12 13:52:24 +02:00
Stéphane Adjemian (Charybdis) 8dee8bc868 Merge branch 'use-dynSeries' of ithaca.fr:dynare into use-dynSeries
Conflicts:
	matlab/check_list_of_variables.m
	matlab/dynare_estimation_1.m
2013-09-09 11:40:01 +02:00
Stéphane Adjemian (Charybdis) e015b32d3e Create options_.varobs as a cell array. 2013-09-07 16:05:01 +02:00
Stéphane Adjemian (Charybdis) 2c367e2aa2 Fixed typo. 2013-09-07 16:05:01 +02: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