Commit Graph

2724 Commits (0a3c8a4b0c9a2967647cbdd04449b3a3734fa04c)

Author SHA1 Message Date
Ferhat Mihoubi 0a3c8a4b0c - compute the jacobian matrix for exogenous, det_exogenous and previous blocks endogenous
- preprocessor provides informations about the dynamic structure of each block
- extends the algorithms available with bytecode: stack_solve_algo = 1, 2, 3 and 4 is compatible the bytecode. Speed and memory requirement are improved with stack_solve_algo = 1 or 4 for large scale models.
- bytecode can be used to evaluate a model
2010-09-17 12:16:47 +02:00
Ferhat Mihoubi f268513ffb correction of model_info's printouts 2010-09-17 12:13:39 +02:00
Sébastien Villemot dbc9795a08 Preprocessor: rename "NodeID" in "expr_t" 2010-09-17 12:13:26 +02:00
Sébastien Villemot 25cf12f4f1 Preprocessor: uniformize typedef names (with a "_t" suffix) 2010-09-16 19:00:48 +02:00
Sébastien Villemot 3c57d73120 Preprocessor: clean prototypes of ModelTree methods (removed arguments
redundant with data members, added const keywords, use passing-by-reference)
2010-09-16 17:51:50 +02:00
Sébastien Villemot 46b896e987 Preprocessor:
- remove useless output type oMatlabDynamicModelSparseLocalTemporaryTerms
(indistinguishable from oMatlabDynamicModelSparseLocal)
- fix bug in output type of sparse static model
2010-09-16 16:57:35 +02:00
Sébastien Villemot b5e0f91ea6 Added Emacs' tags to .gitignore 2010-09-16 16:53:19 +02:00
Sébastien Villemot c3608b9ba7 Preprocessor: fix crash when mean or stderr of an estimated parameter is specified as an expression instead of a plain value (bug introduced in 28d30d9a62) 2010-09-16 15:37:27 +02:00
Sébastien Villemot 9cf9df4b63 Merge remote branch 'george/master' 2010-09-15 12:53:21 +02:00
JUILLARD Michel 70fb16b8da independent Metropolis: factorizing computation of covariance of proposal 2010-09-15 09:07:52 +02:00
JUILLARD Michel 243006b2d7 metropolis: factorizing computation of covariance of proposal 2010-09-15 08:59:51 +02:00
George Perendia 99a884e09c C++ Estimation DLL: Adding 1st cut draft RandomWalkMetropolisHastings.cc and related untested files for review 2010-09-14 12:21:45 +01:00
Michel Juillard f6aace084b corrected bug in the sequence of tasks in dynare_esitmation_1 introduced in 29f9bb9 2010-09-13 21:35:08 +02:00
Sébastien Villemot 41ff70e08c Bugfix: when displaying decision rules, no longer crash if an EXPECTATION operator (in the past) appears as a state variable. Instead, display a (relatively uninformative) line. 2010-09-13 16:08:32 +02:00
Sébastien Villemot 3ba328a52e Emacs mode: highlight leads/lags and stoch_simul 2010-09-13 12:06:25 +02:00
Sébastien Villemot 4875d6c10e Added Dynare mode for Emacs contributed by Yannick Kalantzis 2010-09-13 11:08:00 +02:00
Sébastien Villemot c47b177577 Provisions for MATLAB R2010b (7.11) 2010-09-10 13:08:32 +02:00
Michel Juillard a5b5f39987 Preprocessor: corrected bug on HISTVAL with lags > 1 2010-09-10 11:43:48 +02:00
Michel Juillard 49daa411f4 dynare_config.m: added path for SWZ 2010-09-08 21:08:20 +02:00
Michel Juillard 19fba43208 Revert "Preprocessor: change the automatically generated name of auxiliary vars for"
This reverts commit 524e9a9c67.
2010-09-07 17:12:06 +02:00
Sébastien Villemot 3b4be852d5 Dynare++: added header include needed for some versions of GCC 2010-09-07 13:36:13 +02:00
Sébastien Villemot 524e9a9c67 Preprocessor: change the automatically generated name of auxiliary vars for
lagged endo/exo so that they contain the type-specific symbol ID (instead of
the preprocessor internal symbol ID)
2010-09-07 13:03:51 +02:00
Sébastien Villemot d1f548e7c5 Parallel: fix quoting issues on Unix 2010-09-07 11:38:50 +02:00
Marco Ratto 34fda83963 Parallel: the addpath for DYNARE path is given at the level of masterParallel.m 2010-09-06 17:24:16 +02:00
Marco Ratto 87c80f69b6 Minor change to preamble 2010-09-06 16:59:57 +02:00
Marco Ratto 58c4c483c5 Added MatlabPath to the Parallel structure 2010-09-06 14:50:55 +02:00
Sébastien Villemot c214587686 Parallel system: add new option DynarePath to specify Dynare path on the slaves 2010-09-06 12:54:55 +02:00
Sébastien Villemot c8cb8e3aa1 Merge remote branch 'george/master' 2010-09-03 18:10:52 +02:00
Stéphane Adjemian (Scylla) bc155fd0df Changed calling sequence of prior_draw.m. 2010-09-03 15:23:05 +02:00
George Perendia 73fb122e1e Estimation C++ DLL: Enhancing KalmanFilter performance using symmetric matrix and vector BLAS routines calls added or enhanced in BlasBindings.hh and dynblas.h + some minor fixes to Matrix.hh and LogPriorDensity.cc 2010-09-03 11:17:50 +01:00
Stéphane Adjemian (Scylla) b16c56b71c Removed debugging informations display introduced in the previous commit. 2010-09-01 22:23:18 +02:00
Stéphane Adjemian (Scylla) 29f9bb953e Fixed bug related to the mh based approximation of the posterior covariance matrix (used
for the jumping distribution).
2010-09-01 22:15:47 +02:00
Stéphane Adjemian (Scylla) ded34f990b Merge branch 'master' of kirikou.dynare.org:/srv/d_kirikou/git/dynare 2010-09-01 22:14:32 +02:00
Stéphane Adjemian (Scylla) 6870010e9a Fixed bug related to the console mode (text waitbar). 2010-09-01 22:12:38 +02:00
Houtan Bastani 18c9479176 SWZ: include in build system 2010-09-01 11:15:42 +02:00
Houtan Bastani 137c4cf6b1 SWZ: make comments conform to ansi C standard 2010-09-01 11:15:28 +02:00
Houtan Bastani 60a3c2cad4 SWZ: replace tabs with spaces 2010-09-01 11:07:32 +02:00
Houtan Bastani 8b782e7b00 SWZ: replace matrix.h with swzmatrix.h 2010-09-01 11:04:49 +02:00
Houtan Bastani 8cf788af44 SWZ: replace fprintf(stderr, with swz_fprintf_err( 2010-09-01 11:03:52 +02:00
Houtan Bastani 94217de476 SWZ: replace exit with swzExit 2010-09-01 11:03:31 +02:00
Houtan Bastani 820aca6683 SWZ: replace free with swzFree 2010-09-01 11:03:09 +02:00
Houtan Bastani 12993a8108 SWZ: replace malloc with swzMalloc 2010-09-01 11:01:00 +02:00
Houtan Bastani 3bbfc05634 SWZ: Change file ending type to unix 2010-09-01 11:00:44 +02:00
Houtan Bastani a5ed818758 SWZ: remove extra whitespace 2010-09-01 11:00:30 +02:00
Houtan Bastani 248cc388af SWZ: diffed and patched updated files from Dan 2010-09-01 10:45:55 +02:00
Houtan Bastani 7808df0935 SWZ: original forecast.c, dw_histogram.c and dw_histogram.h from Dan 2010-08-30 17:32:43 +02:00
Sébastien Villemot 8589be3d4b K-order DLL: cosmetic changes
- remove unused argument of the DLL
- fix documentation inside source file
2010-08-30 17:11:58 +02:00
Sébastien Villemot a4769fc80d K-order DLL: no longer create an extra MAT file (useless and undocumented) 2010-08-30 17:11:26 +02:00
Sébastien Villemot 54c1c0dfb6 Preprocessor: fix line numbering problems due to native MATLAB statements (bug introduced in a0cd4b33ae and 6582341799) 2010-08-30 14:37:48 +02:00
Sébastien Villemot cda56cab74 Preprocessor: in the lexer, "end;" now corresponds to 2 tokens (instead of one), for consistency with the other tokens 2010-08-30 14:16:07 +02:00