Commit Graph

3854 Commits (83230103940a6e902a6c601c88f2a9453bb49526)

Author SHA1 Message Date
Sébastien Villemot 1a9b8ff111 Fix license file following renamings in 3a2d740732 2011-06-23 16:08:37 +02:00
Stéphane Adjemian (Charybdis) 929df4f070 Renamed some files related to csminwel 2011-06-23 15:57:06 +02:00
Houtan Bastani 3a2d740732 preprocessor: remove initialization of option to make conisistent 2011-06-23 11:53:15 +02:00
Houtan Bastani d4d25d82d9 preprocessor: add identification option lik_init 2011-06-23 11:13:35 +02:00
Michel Juillard 219d6766b2 Merge branch 'ramsey' 2011-06-22 18:41:20 +02:00
Sébastien Villemot 69ddfadde9 Preprocessor: factorize code common between StaticModel and DynamicModel, and put it in ModelTree 2011-06-22 11:56:07 +02:00
Sébastien Villemot ae76a8f842 Preprocessor: fix crash when no computational task is required 2011-06-22 11:34:38 +02:00
Michel Juillard 1617b6a410 improving Ramsey policy 2011-06-22 11:31:35 +02:00
Ferhat Mihoubi 1317e04c28 block option needs a specific index for the kalman smoother 2011-06-21 13:23:06 +02:00
Ferhat Mihoubi bf6853339d dr.order_var is equivalent to M_.block_structure.variable_reordered 2011-06-21 13:20:51 +02:00
Sébastien Villemot da0ee20bca Merge remote-tracking branch 'houtanb/master' 2011-06-21 10:38:34 +02:00
Houtan Bastani e58a45cfee MS-SBVAR: update submodule pointer 2011-06-21 10:21:34 +02:00
Marco Ratto a96bad899d Fixed bug of ~ in output list for non recent versions of matlab. 2011-06-21 09:43:24 +02:00
Sébastien Villemot 86befc3e4e Merge remote-tracking branch 'houtanb/master' 2011-06-19 22:41:00 +02:00
Ferhat Mihoubi 311102ff6f - Compute :
+ the number of static, lag, lead and both variables,
  + the lead_lag_incidence matrix for variables related to previous blocks
  + the index of reordered policy rule
for each block during the preprocessing step
- correct a bug in the comment related to first order derivatives in _dynamic.m file for a block decomposed model without bytcode
- avoid simplification of the Jacobian matrix (setting to zero all elements below the cutoff) for  estimated or stochastically simulated models: the cutoff option is set to 0.
2011-06-18 17:53:50 +02:00
Ferhat Mihoubi 3459b08c53 - Corrects the first order approximation of block-decomposed models
- The block-decomposed models can now be estimated
2011-06-18 17:43:45 +02:00
Ferhat Mihoubi fe1b241186 Add an option in bytecode to prevent the display of error messages . 2011-06-18 17:15:47 +02:00
Houtan Bastani 6948312062 change permissions on script and update 2011-06-18 15:07:43 +02:00
Houtan Bastani ac2ed284ef stop supporting osx 10.5, in accordance with changes at Apple and Mathworks 2011-06-18 15:07:34 +02:00
Houtan Bastani 518c536dc1 script to remove .DS_Store files 2011-06-18 13:36:39 +02:00
Michel Juillard 597a4b92a0 discretionary_policy: fixing bug in preprocessor requirements 2011-06-18 06:53:00 +02:00
Marco Ratto 838c0cd865 provisions in testing routines for hybrid unix/win clusters 2011-06-17 17:17:01 +02:00
Marco Ratto 64e6de59f3 last provisions for hybrid unix <-> win clusters 2011-06-17 17:16:32 +02:00
Marco Ratto 1527408023 captured output from system commands 2011-06-17 17:15:36 +02:00
Jacob Smith a07b0ae614 Bug Fix, when using parameter uncertainty on multiple regimes 2011-06-16 10:30:07 -04:00
Sébastien Villemot 65e0a4c475 Macroprocessor slides update 2011-06-16 16:15:02 +02:00
Marco Ratto e48445fe4b added plot utility of gsa samples 2011-06-16 01:08:39 +02:00
Marco Ratto b7a01f991a fixed bug in model definition 2011-06-15 23:54:11 +02:00
Marco Ratto 7c9233daa9 provisions for new option neighborhood_width 2011-06-15 23:49:14 +02:00
Marco Ratto 756594fdc4 changed default ar=1 and perform automatic increase of ar if this is not sufficient 2011-06-15 23:47:27 +02:00
Michel Juillard 01d19720da MS-SBVAR: correcting bug in previous commit 2011-06-15 15:15:33 +02:00
Michel Juillard b8e50635a8 MS-SBVAR: adding IRF plots by regime 2011-06-15 12:04:15 +02:00
Michel Juillard abd5a62a07 updated and corrected list of errors in print_info 2011-06-13 18:42:03 +02:00
Sébastien Villemot 3faf426bdc Ref. manual, partial information: fix citation, add pointer to wiki 2011-06-13 18:28:24 +02:00
Sébastien Villemot aa8d5f9dc7 Homotopy mode 1: alleviate the requirement that old values must be different from new ones 2011-06-13 18:05:52 +02:00
Sébastien Villemot ee72680bec Ref. manual: fix syntax of {load,save}_params_and_steady_state 2011-06-13 15:19:23 +02:00
Sébastien Villemot c1d19fae27 Ref. manual: fixed typo 2011-06-13 15:06:58 +02:00
Sébastien Villemot a82ff537bf Build system: fix error in previous commit 2011-06-13 11:55:38 +02:00
Sébastien Villemot 25ef2ea3ec Build system: do not clean doc/guide.bbl which is not autogenerated 2011-06-13 11:41:19 +02:00
Sébastien Villemot fee32bdf25 Fix compilation problems with GCC 4.6 2011-06-13 11:38:09 +02:00
Sébastien Villemot ff6ae323a6 Build system: add boost includes for macroprocessor 2011-06-13 10:23:55 +02:00
Houtan Bastani 6844e2bef7 Allow commandline defines with string values 2011-06-10 13:25:16 +02:00
Sébastien Villemot 36794edd43 Merge remote-tracking branch 'ferhat/master' 2011-06-10 12:45:52 +02:00
Ferhat Mihoubi e38618127b - correction of the bug in normalization process for expressions of the form a^x (Ticket #186)
- If a case is not handled, the equation is supposed to be impossible to normalize.
- comments added to describe the normalization process
2011-06-10 12:41:21 +02:00
Houtan Bastani 80dbd45ac8 external_function: bug fix in writeParamsDerivativesFile, writeDynamicModel and writeStaticMFile 2011-06-10 11:09:43 +02:00
Sébastien Villemot 45a566345a Preprocessor: fixed bug with native MATLAB statements (for example something
like "x = { 'foo' 'bar' };" was incorrectly passed on to MATLAB)
2011-06-09 15:15:16 +02:00
Houtan Bastani dbf57b37e2 ParallelDynare: set weights for all nodes in preprocessor 2011-06-09 14:44:58 +02:00
Michel Juillard 85989df0e1 estimation initialization: minor bug correction when filtered_vars is requested 2011-06-08 22:06:41 +02:00
Sébastien Villemot af6a330924 Ref. manual: complete the section about parallel computing 2011-06-08 15:29:02 +02:00
Marco Ratto e5c3decbc1 trap for too many parameters to be estimated w.r.t. affected moments. 2011-06-06 16:36:39 +02:00