- 07 Oct, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3026 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 30 Sep, 2009 1 commit
-
-
sebastien authored
* In stochastic mode, now transforms the model by removing leads and lags greater or equal to 2 (creating auxiliary variables and equations in the process) * Information about these variables is in structure M_.aux_vars * Automatically add the necessary initialization for auxiliary vars after the initval block or load_params_and_steady_state git-svn-id: https://www.dynare.org/svn/dynare/trunk@3002 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 30 Apr, 2009 1 commit
-
-
sebastien authored
trunk preprocessor: added new statements "write_latex_dynamic_model" and "write_latex_static_model" which list model equations in LaTeX code git-svn-id: https://www.dynare.org/svn/dynare/trunk@2654 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 27 Feb, 2009 1 commit
-
-
sebastien authored
* reorganized symbol table so that internally symbols have a unique integer ID (as a result, sparse code is temporarily in a broken state) * rewritten from scratch ModFile::evalAllExpressions() * {load,save}_params_and_steady_state moved to NumericalInitialization.{cc,hh} * fixed bug related to endval block git-svn-id: https://www.dynare.org/svn/dynare/trunk@2441 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 12 Dec, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2314 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 17 Oct, 2008 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2167 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2166 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 14 Sep, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2067 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 28 Jun, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1906 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 16 Jun, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1878 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 03 Feb, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1686 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 11 Jan, 2008 1 commit
-
-
sebastien authored
* added copyright and license notice to all source files * used SVN changelog to determine first copyright year * used 2003 if file present from the creation of SVN repository git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1565 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 19 Dec, 2007 1 commit
-
-
sebastien authored
* refactored SymbolTable class * added a uniform interface for emitting warnings git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1494 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 17 Oct, 2007 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1430 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 16 Jul, 2007 1 commit
-
-
sebastien authored
v4 parser: removed the mechanism which records whether a given symbol has been referenced or not in the model block (useless and creates problems for standalone BVAR estimation) git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1371 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 30 Apr, 2007 1 commit
-
-
sebastien authored
* implemented handling of mod file local variables (eModFileLocalVariable) * renamed "local parameters" to model local variables (eModelLocalVariables) git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1253 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 09 Jan, 2007 1 commit
-
-
sebastien authored
* reshaped DataTree/ModelTree using a more object-oriented approach * improved expression sharing algorithm (temporary terms in output files), resulting in smaller output files for big models * optimized performance (both in computing time and memory consumption) * bugfix: the expressions stored in local parameters of models (pound expressions) are now derived * bugfix: cosh(0) = 1 * removed some useless parentheses in output git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1148 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 18 Dec, 2006 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1125 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 12 Dec, 2006 1 commit
-
-
sebastien authored
* clearly separated the parsing process from the output writing, using an abstract intermediary representation of the mod file * created the Statement class, and its derivatives, for that purpose * fixed bug with "corr" statements in "shocks" blocks (variables indexes given to matlab were incorrect) * fixed bug with "optim" option of "estimation" (this option was not passed to matlab) * fixed bug with "dynatype" and "dynasave" (variable list was not passed correctly to matlab) * fixed bug with "calib" and "calib_var" (they were unusable because of flex misspecification) * fixed segmentation fault with "estimated_params_bound" and "estimation_params_init" git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1117 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 28 Nov, 2006 1 commit
-
-
sebastien authored
v4 parser: created ModFile class, which is the abstract representation of a mod file; removed all static variables git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1110 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 09 Nov, 2006 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1049 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 04 Nov, 2006 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1031 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1029 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 18 Oct, 2006 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@989 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 24 Aug, 2006 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@870 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 03 Apr, 2006 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@702 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 04 Sep, 2005 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@439 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 16 Jul, 2005 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@364 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 18 Feb, 2005 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@8 ac1d8469-bf42-47a9-8791-bf33cf982152
-