- 13 Jan, 2011 1 commit
-
-
Sébastien Villemot authored
-
- 10 Jan, 2011 1 commit
-
-
Sébastien Villemot authored
-
- 04 Jan, 2011 1 commit
-
-
Michel Juillard authored
removing command CALIB: it has not been working for a long time. Calibration is in fact a special case of method of moments and should be replaced by such a method.
-
- 31 Dec, 2010 2 commits
-
-
Ferhat Mihoubi authored
- For static model considers two different management cases for temporary terms: one for an evaluated model and another for a simulated model
-
Ferhat Mihoubi authored
Stores the first order derivatives in the TEFD matrix, when derivatives are computed with a different external function (useful only for printing the model equations)
-
- 22 Dec, 2010 3 commits
-
-
Sébastien Villemot authored
-
Houtan Bastani 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 4 commits
-
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 13 Dec, 2010 2 commits
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
Preprocessor: no longer use boost::graph::GraphvizDigraph class, removed in Boost 1.44 (closes #155)
-
- 10 Dec, 2010 2 commits
-
-
Ferhat Mihoubi authored
- Bug correction during the block decomposition: the models' graph was ill oriented before the search of strong components
-
Ferhat Mihoubi authored
-
- 08 Dec, 2010 4 commits
-
-
Michel Juillard authored
added choice of parameter set to shock_decomposition. This corrects a bug when shock_decomposition is requested after Metropolis iterations.
-
Houtan Bastani authored
fixed bug that would force node sharing when two or more expectation operators had the same expression but different information sets
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 06 Dec, 2010 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Bugfix at order 3 (hopefully was not affecting final results, thanks to Pablo Winant for spotting this): - in the 3rd derivatives matrix, among symmetric elements, the first one had the right values but the following ones were set to zero - moreover, the k-order DLL was trying to add all the symmetric elements in the folded tensor, instead of only keeping one value among all the symmetric ones - hopefully, Ondra's tensor library was (silently) refusing to add symmetric elements after the first (and right) value had been added - so the final result was correct
-
- 25 Nov, 2010 5 commits
-
-
Ferhat Mihoubi authored
- Correction of a bug in the Jacobian Matrix computation for a non block-decomposed model using bytecode
-
Ferhat Mihoubi authored
and corrects the computation of the number of column in the jacobian matrices in a block decomposed model without bytecode - Identical corrections for models using bytecode without block decomposition
-
Ferhat Mihoubi authored
Add the missing dr_block m-file
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 24 Nov, 2010 1 commit
-
-
Sébastien Villemot authored
Arbirtrary expressions after the "values" keywords must now be enclosed within parentheses; consider the following example: <code> periods 1:2; values -1 -2; </code> In the previous syntax, this was interpreted by the preprocessor as a shock of value -1-2 = -3 for periods 1 and 2, which is clearly not the intent of the user; with the new syntax, this will be rejected (too many values compared to the number of ranges). Also note that now commas are no longer required between arbitrary expressions, since the parentheses are sufficient for separating them.
-
- 18 Nov, 2010 1 commit
-
-
Sébastien Villemot authored
Preprocessor: max lead/lags in the model are no longer affected by lead/lags on parameters (closes #153)
-
- 28 Oct, 2010 2 commits
-
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
- 27 Oct, 2010 2 commits
-
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
-
- 22 Oct, 2010 2 commits
-
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
- Add wrapper needed to compute the steady-state using bytecode and solve_algo = 0, ..., 4
-
- 20 Oct, 2010 3 commits
-
-
Sébastien Villemot authored
-
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
-
Sébastien Villemot authored
Preprocessor: fix possible bug in histval (need to limit search of aux vars to aux vars for lagged vars, otherwise we could have a wrong match with some other kind)
-
- 18 Oct, 2010 1 commit
-
-
Houtan Bastani authored
-