- 16 Aug, 2011 1 commit
-
-
Houtan Bastani authored
-
- 19 Jul, 2011 1 commit
-
-
Houtan Bastani authored
-
- 16 Feb, 2011 1 commit
-
-
Sébastien Villemot authored
point numbers (like "1e-10000")
-
- 04 Feb, 2011 1 commit
-
-
Sébastien Villemot authored
-
- 13 Jan, 2011 1 commit
-
-
Sébastien Villemot authored
-
- 22 Dec, 2010 2 commits
-
-
Sébastien Villemot authored
-
Houtan Bastani authored
fixed bug: end _dynamic and _static and getPowerDeriv functions with "end" tags to comply with commit d8dbc68e
-
- 21 Dec, 2010 1 commit
-
-
Michel Juillard authored
preprocessor: Matlab function getPowerDeriv should not be terminated by 'end' because neither _static nor _dynamic are
-
- 17 Dec, 2010 1 commit
-
-
Ferhat Mihoubi authored
-
- 13 Dec, 2010 1 commit
-
-
Houtan Bastani authored
-
- 08 Dec, 2010 1 commit
-
-
Houtan Bastani authored
fixed bug that would force node sharing when two or more expectation operators had the same expression but different information sets
-
- 25 Nov, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 20 Oct, 2010 1 commit
-
-
Sébastien Villemot authored
- fail when user tries to initialize a variable at a period which is not in the model, and make the error message explicit - correctly handle exogenous variables in stochastic mode, which are also substituted with an aux var - added test files
-
- 18 Oct, 2010 1 commit
-
-
Houtan Bastani authored
-
- 17 Sep, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 16 Sep, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 23 Apr, 2010 3 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 11 Mar, 2010 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 03 Mar, 2010 1 commit
-
-
Houtan Bastani authored
-
- 23 Feb, 2010 2 commits
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
* in DataTree, new functions for testing if some opcode (unary, binary or trinary) is used somewhere in the tree * removed DataTree::containsSteadyState(), rather use a call to the new utility function
-
- 18 Jan, 2010 1 commit
-
-
houtanb authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3367 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 16 Dec, 2009 1 commit
-
-
sebastien authored
Beautified preprocessor code (uncrustify + emacs + manual adjustments, in particular with templates in MacroValue) git-svn-id: https://www.dynare.org/svn/dynare/trunk@3249 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 09 Nov, 2009 1 commit
-
-
sebastien authored
* fixed a bug with EXPECTATION operator: now handle model local variables * substitute EXPECTATION operator even in deterministic models (for avoiding crashes, even if use of this operator doesn't make sense there) * forbid the use of EXPECTATION and STEADY_STEATE outside model block * minor implementation changes in EXPECTATION and STEADY_STATE operators reference manual: * documented EXPECTATION and STEADY_STATE operators * added a note in write_latex_{static,dynamic}_model commands documentation about auxiliary variables and other model transformations git-svn-id: https://www.dynare.org/svn/dynare/trunk@3145 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 30 Oct, 2009 1 commit
-
-
houtanb authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3102 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Oct, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3101 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Oct, 2009 1 commit
-
-
houtanb authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3020 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
-
- 10 Sep, 2009 1 commit
-
-
houtanb authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2916 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 28 Apr, 2009 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2642 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
trunk preprocessor: added two more symbolic simplication rules, particularly useful for the static model * x-x=0 * x/x=1 git-svn-id: https://www.dynare.org/svn/dynare/trunk@2640 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 20 Apr, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2614 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 17 Apr, 2009 1 commit
-
-
sebastien authored
trunk preprocessor: restructuration of the code before adding derivatives w.r. to parameters (in particular, removed VariableTable, and replaced it by a system of derivation IDs) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2597 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 16 Apr, 2009 1 commit
-
-
sebastien authored
* enforce lag=0 for DataTree and StaticModel * various minor and cosmetic changes git-svn-id: https://www.dynare.org/svn/dynare/trunk@2596 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 14 Apr, 2009 1 commit
-
-
sebastien authored
* created a distinct expression tree for the static model (thus giving better sharing of sub-expressions and better computation of temporary terms for the static model) * for that purpose, created StaticModel and DynamicModel classes (ModelTree still persists, but only contains code shared between StaticModel and DynamicModel) * removed sparse static file (to be later replaced by new algorithm for steady state computation on large models) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2592 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 11 Mar, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2452 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
-