- 23 Feb, 2010 7 commits
-
-
Houtan Bastani authored
-
Sébastien Villemot 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
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Marco Ratto authored
2) fixed derivatives using kronecker products a la Iskrev
-
Marco Ratto authored
2) warning off divde by zero 3) better figure layout
-
- 22 Feb, 2010 4 commits
-
-
Sébastien Villemot authored
* fixed initialization of matrices * removed useless ModelSolutionException, rather forward upwards the exception thrown below * DynamicModelDLL is now a full member instead of a pointer
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
George Peredia authored
-
- 20 Feb, 2010 1 commit
-
-
Stéphane Adjemian (Scylla) authored
-
- 19 Feb, 2010 8 commits
-
-
Sébastien Villemot authored
* finished test for DecisionRules * added new test for LUSolver * improved test for QRDecomposition
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
* fixed various bugs * added utility for computing the infinite norm * changed the direction of mat::transpose(A, B) for consistency with GSL
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
Bugs corrected: exogenous variable are read from and external file if oo_.exo_simul is not completely filled => allows for shocks.
-
- 18 Feb, 2010 14 commits
-
-
Stéphane Adjemian (Charybdis) authored
dynare_config adds matlab/missing/bsxfun in the path if needed. bsxfun.m is a replacement for matlab's built-in bsxfun function (missing in versions older than 7.4).
-
Stéphane Adjemian (Charybdis) authored
-
Stéphane Adjemian (Charybdis) authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Estimation DLL: test file for DecisionRules based on example1.mod (only checks the eigenvalues for the moment)
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
unknown authored
Amend Estimation C++ ModelSolution, some utils (new Matrix version of dynamic_dll) and a test routine
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Estimation DLL, matrix library: fixed problem in QRDecomposition (two workspaces are needed of different sizes) by imposing in the constructor the size of the matrix to be left-multiplied by Q
-
Sébastien Villemot authored
-
Stéphane Adjemian (Charybdis) authored
when computing the Brooks and Gelman convergence diagnostics.
-
- 17 Feb, 2010 6 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
preprocessor: under Octave/Windows, with USE_DLL, do not require "cygwin" or "msvc" option (closes #76)
-
Sébastien Villemot authored
-
Stéphane Adjemian (Gpm) authored
-