Commit Graph

629 Commits (0298a70faa5fffba674669d8f8ab06ef1629eb95)

Author SHA1 Message Date
Sébastien Villemot 0298a70faa aux vars: update C++ comment to reflect last changes 2011-10-21 16:56:13 +02:00
Michel Juillard 17c8ae5c9d code simplification after commit 9425b36358b9b1a6dcfb82cbf0cd423c64748bff 2011-10-20 20:40:15 +02:00
Michel Juillard 7d44671996 fixing problems related to auxiliary variables 2011-10-19 12:47:15 +02:00
Sébastien Villemot 895f8a25bd Clean-up last remnants of unit_root_vars (Closes: #167) 2011-10-14 16:22:47 +02:00
Ferhat Mihoubi fd923d428d Displays an error message when the model contains pound expressions and 'bytecode' or 'block' options are present 2011-10-14 14:35:32 +02:00
Michel Juillard b91dd27096 fixing more problems with steady state refactoring 2011-10-13 17:14:41 +02:00
Michel Juillard 8c0e8aa672 ms-sbvar: correcting bug introduced in commit 90e4d4027290b6dddc3b8efba444e10240140b3b 2011-10-13 13:34:28 +02:00
Michel Juillard 3b955481cb factoring out steady-state computations; steady_state_model now
generates <fname>_steadystate2.m returning parameters as well in case
they have been modified by the user. Added several test cases.
2011-10-12 21:51:14 +02:00
Michel Juillard 4befcde035 ms-sbvar: introduced more general restriction syntax for
identification; added an example; still necessary to add error message
when restrictions are invalid
2011-10-12 21:47:59 +02:00
Sébastien Villemot 9ddeba3c13 Merge remote-tracking branch 'houtanb/master' 2011-10-12 17:47:18 +02:00
Ferhat Mihoubi 780e7515d6 updates normalizeEquation() to deal with abs, sign (Ticket #200) and trigonometric functions. 2011-10-12 15:03:05 +02:00
Ferhat Mihoubi 9cde0585b6 The recursive equations are merged in a recursive block only if they are all backward looking or all forward looking but not both 2011-10-12 14:58:29 +02:00
Ferhat Mihoubi 37d438dd5c Cleans the messages displayed 2011-10-12 14:45:53 +02:00
Houtan Bastani 5edaa0d4b7 preprocessor: remove unused token 2011-10-10 16:56:46 +02:00
Michel Juillard 9a4f9203b6 write Latex model: added automatic line breaks with breqn Latex package 2011-10-09 18:24:39 +02:00
Houtan Bastani b9c9b784a1 MS-SBVAR: remove estimation_file_tag option 2011-10-07 11:57:53 +02:00
Michel Juillard 16f550a986 preprocessor, auxiliary variables: fixes ordering issue introduced in
347ab4d0c0c79ae9a42898c1d5409d78708bb8a8 and corrects the earlier
ordering problem.
2011-09-28 22:11:44 +02:00
Michel Juillard e5e58656ad Merge branch 'master' of ssh://kirikou.dynare.org/srv/d_kirikou/git/dynare 2011-09-25 20:22:06 +02:00
Michel Juillard 09a6b96c5f preprocessor: modified order of auxiliary variables definitions 2011-09-25 20:21:30 +02:00
Ferhat Mihoubi 6ebc409d03 Correct a bug related to the number of minimum feedback variables reported during the preprocessing step 2011-09-20 15:02:27 +02:00
Ferhat Mihoubi c4e0158e44 block-Kalman filter is now available when block option is used 2011-09-20 14:18:31 +02:00
Stéphane Adjemian (Scylla) 5aefe283d2 Changed the output of the preprocessor according to commit 9c0cfe4200029f60af18cec34e3efc220a00b7d6 (change in the calling sequence
of the check command).
2011-09-17 12:53:38 +02:00
Sébastien Villemot 068b74ae6e Merge remote-tracking branch 'ferhat/master' 2011-09-16 16:21:10 +02:00
Ferhat Mihoubi 7942eaba59 Add a new option maxit in steady and simul commands to determine the maximum number of iterations used in the non linear solver. 2011-09-16 16:16:14 +02:00
Houtan Bastani 25c80c45a3 svar: constants is not yet supported 2011-09-15 18:15:54 -04:00
Houtan Bastani bd2cd16bf0 MS-SBVAR: add specification option 2011-09-15 18:03:39 -04:00
Houtan Bastani cacd1a27f7 aesthetic fix 2011-09-15 18:03:30 -04:00
Houtan Bastani 8e366e3bcd MS-SBVAR: change syntax for proposal_type option 2011-09-15 18:03:22 -04:00
Houtan Bastani f42bb46370 MS-SBVAR: support xls datafile 2011-09-15 18:03:12 -04:00
Houtan Bastani db8905f9ef MS-SBVAR: change default for drop option 2011-09-15 18:02:48 -04:00
Houtan Bastani e94ea4839e fix typo 2011-09-15 18:02:38 -04:00
Houtan Bastani 9207896a6b MS-SBVAR: add keywords for freq option 2011-09-15 18:02:07 -04:00
Houtan Bastani e5a98735f6 MS-SBVAR bugfix: allow data_obs_nbr to accept an int argument 2011-09-14 15:04:26 -04:00
Houtan Bastani 08ab51f0d0 MS-SBVAR bugfix: reinitialize drop if necessary 2011-09-14 14:28:28 -04:00
Houtan Bastani e8e2bf8f14 MS-SBVAR bug fix: options_.ms.mh_replic instead of options_.mh_replic and options_.ms.drop instead of options_.drop 2011-09-14 14:28:21 -04:00
Houtan Bastani 07a0b1bbfa remove unused option 2011-09-14 12:04:47 -04:00
Houtan Bastani f4bd48eb45 MS-SBVAR: fix processing for ms_estimation 2011-09-14 11:53:45 -04:00
Houtan Bastani db8e953228 remove unused token 2011-09-14 11:53:45 -04:00
Houtan Bastani d43cb40752 remove unused varlist option 2011-09-14 11:53:45 -04:00
Houtan Bastani a70e25b182 MS-SBVAR: change bayesian_prior to no_bayesian_prior and remove argument 2011-09-14 11:53:45 -04:00
Houtan Bastani 5fcb759749 MS-SBVAR: remove arguments to cross_restrictions and contemp_reduced_form 2011-09-14 11:53:45 -04:00
Houtan Bastani 3f689a5076 remove upper/lower_cholesky options from ms_estimation and sbvar 2011-09-13 11:45:42 -04:00
Houtan Bastani 44396d0bac remove load_mh_file option from ms-sbvar code 2011-09-12 16:29:57 -04:00
Houtan Bastani cdfd5c7e76 sbvar: deprecate restriction_fname 2011-09-09 13:27:01 -04:00
Sébastien Villemot 237fffe05d Allow non-integer values for hp_filter parameter 2011-09-08 17:29:49 +02:00
Houtan Bastani 043de353fc bugfix: sign operator for compiled static file 2011-08-30 16:12:00 +02:00
Houtan Bastani 3de20c4d76 ms-sbvar: change error_bands option to no_error_bands as the default is on 2011-08-23 13:43:24 +02:00
Houtan Bastani 5dc9092723 cosmetic: simplify jacobianHelper, hessianHelper and sparseHelper functions and fix spacing in dynamic file 2011-08-19 16:59:18 +02:00
Houtan Bastani 31ff8da853 remove unused variables from preprocessor 2011-08-19 16:59:12 +02:00
Houtan Bastani ab589aaaa8 output derivatives of static model when identification is present (closes #127) 2011-08-19 16:58:44 +02:00