- 14 May, 2013 11 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 13 May, 2013 12 commits
-
-
Johannes Pfeifer authored
Previously, with pruning set to 1 and the option k_order_solver, the fields like dr.ghu were not set in k_order_pert, even at order=1. But stoch_simul tries to use them to display the decision rules. Similarly for order 2. The respective setting of the decision rule fields is now moved to the respective cases and always conducted at order 1 and conducted at order 2. This avoids crashes if decision rules of theoretical moments are requested.
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
Conflicts: matlab/reports/@series/series.m matlab/reports/@series/write.m
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 12 May, 2013 1 commit
-
-
Johannes Pfeifer authored
-
- 11 May, 2013 1 commit
-
-
Johannes Pfeifer authored
In the rare combination of k_order_solver, pruning, and order=1 the steady state was not subtracted from the starting values when doing simulations
-
- 10 May, 2013 1 commit
-
-
Johannes Pfeifer authored
The commit moves the creation of results tables, both the ones displayed and printed to LaTeX, from dynare_estimation_1.m to a separate function. This factorization later allows to use this function to display results from other estimation routines. At the same time, it removes the display of t-statistics for posterior estimates ( #339 )
-
- 08 May, 2013 1 commit
-
-
Johannes Pfeifer authored
With a previously set loglinear option, both k_order_pert and stochastic_solvers at order>1 transformed the first order solution, but kept the higher order terms untransformed. Now, both functions output an error.
-
- 03 May, 2013 5 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 02 May, 2013 4 commits
-
-
Johannes Pfeifer authored
Currently, all stochastic solvers put the error code to info(1) and use print_info to output the error. The only exception was k_order_pert, which immediately created an error. Thus, the use of k_order_pert did not allow for continuing after encountering errors, because only print_info obeys the noprint-option. Replacing mexErrCheck by setting info should deliver the correct behavior.
-
Johannes Pfeifer authored
This reverts commit 2815d5fb.
-
Johannes Pfeifer authored
For parallel computations, the relative path is necessary.
-
Marco Ratto authored
-
- 30 Apr, 2013 2 commits
-
-
Marco Ratto authored
-) estimation options for data set must be given also when ppost=1 (fix in testsuite);
-
Marco Ratto authored
-
- 29 Apr, 2013 2 commits
-
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Previously, the strings were concatenated, rendering calls to strmatch wrong. Changed to cell arrays on which strmatch operates.
-