- 16 Aug, 2017 5 commits
-
-
Stéphane Adjemian (Scylla) authored
Fixes bug introduced in 97b894a1, if no shocks are declared (for instance if the user is interested in the transition to the steady state).
-
Johannes Pfeifer authored
-
Stéphane Adjemian (Scylla) authored
Reduced the size of the unnecessary large array for the exogenous variables introduced in 57fd56c9.
-
Stéphane Adjemian (Scylla) authored
-
Stéphane Adjemian (Scylla) authored
-
- 11 Aug, 2017 1 commit
-
-
Stéphane Adjemian (Scylla) authored
Innovations were hitting the model one period too late.
-
- 10 Aug, 2017 3 commits
-
-
Stéphane Adjemian (Scylla) authored
-
Stéphane Adjemian (Scylla) authored
find(strcmp(,)) is faster than strmatch(,,'exact') and returns the same array of integers.
-
Stéphane Adjemian (Scylla) authored
-
- 01 Aug, 2017 2 commits
-
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Did not correctly account for exogenous variables being potentially present with leads and lags
-
- 31 Jul, 2017 3 commits
-
-
Stéphane Adjemian (Scylla) authored
(cherry picked from commit 949440ef)
-
Stéphane Adjemian (Scylla) authored
(cherry picked from commit f7399f4d)
-
Stéphane Adjemian (Scylla) authored
(cherry picked from commit ef0afc1b7571df79d60812f65cbefa02a2ffc450)
-
- 29 Jul, 2017 5 commits
-
-
Stéphane Adjemian (Scylla) authored
(cherry picked from commit be6b1628)
-
Stéphane Adjemian (Scylla) authored
(cherry picked from commit 45a14d76)
-
Stéphane Adjemian (Scylla) authored
(cherry picked from commit 77b1d140)
-
Stéphane Adjemian (Scylla) authored
(cherry picked from commit ccfd809d)
-
Stéphane Adjemian (Scylla) authored
(cherry picked from commit b866bd828cfde830c227dbe935624e640197c409)
-
- 27 Jul, 2017 1 commit
-
-
Houtan Bastani authored
-
- 25 Jul, 2017 1 commit
-
-
Sébastien Villemot authored
Also automatically trigger the mode for files with the .mod extension.
-
- 24 Jul, 2017 4 commits
-
-
Stéphane Adjemian (Scylla) authored
Wrong name for the data file. Also reduced the number of chains.
-
Stéphane Adjemian (Scylla) authored
-
Stéphane Adjemian (Scylla) authored
-
Stéphane Adjemian (Scylla) authored
-
- 23 Jul, 2017 2 commits
-
-
Stéphane Adjemian (Scylla) authored
Trend + posterior filtered variables in a model with only one observed variable.
-
Stéphane Adjemian (Scylla) authored
Was crashing in models with only one observed variable. The squeeze function cannot be used in this case, only the first dimension of stock_filter_step_ahead should be squeezed.
-
- 21 Jul, 2017 5 commits
-
-
Stéphane Adjemian (Scylla) authored
-
Johannes Pfeifer authored
Posterior moments: fix bug that prevented updating decision rules for parameter vector, leading to wrong results/crashes when computing second moments When removing globals in 24cd4236 the call to set_parameters.m, which relies on M_ being global, was not removed. The problem arises 1. When computing second moments for big models with drsize*SampleSize>MaxMegaBytes (in which case decision rules dr were not saved, but recomputed) 2. When computing the conditional variance decomposition for all models regardless of size (dsge_simulated_theoretical_conditional_variance_decomposition.m relied on the wrong M_.Sigma_e in this case)
-
Stéphane Adjemian authored
generate_trace_plots: Add measurement errors
-
Stéphane Adjemian authored
simpsa: Only store output strcuture if requested
-
Stéphane Adjemian authored
discretionary_policy_1.m: output which derivative is nonzero
-
- 17 Jul, 2017 6 commits
-
-
Stéphane Adjemian authored
Fix another typo in manual
-
Johannes Pfeifer authored
-
Houtan Bastani authored
Make osr error message more informative
-
Houtan Bastani authored
Fix typos in manual
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Thanks to Jean-Paul K. Tsasa
-
- 07 Jul, 2017 2 commits
-
-
Houtan Bastani authored
Fix bug in use_shock_groups
-
Johannes Pfeifer authored
Option was not written to correct subfield of options_-structure. Related to 7cd56e96
-