Commit Graph

5430 Commits (943db6fb24d9e4b01f31d084696bb8aec9010ff4)

Author SHA1 Message Date
Michel Juillard 9c42ebaa56 fix bug introduced in commit 105100c7fe 2015-11-30 21:31:25 +01:00
Michel Juillard c373d1e1be adding new option 'fast_kalman_filter' implementing Ed Herbst 2012 approach 2015-11-28 17:38:00 +01:00
Michel Juillard 105100c7fe remove global in dyn_forecast() and change input and output arguments 2015-11-28 17:38:00 +01:00
Michel Juillard eb3d0cd20e fix problem with nobs 2015-11-28 17:38:00 +01:00
Johannes Pfeifer 09e03e7a6f Move closing of file in mode_check.m out of the loop
Code will otherwise crash with more than one figure to plot.
2015-11-28 14:07:36 +01:00
Johannes Pfeifer 2f010aa5de Set Filter order for BK-filter in disp_moments.m to more reasonable value 2015-11-28 14:06:56 +01:00
Johannes Pfeifer 0eba93dd71 Add missing input argument in newrat.m to prevent crashes 2015-11-28 14:06:10 +01:00
ferhat 231cf19438 Fix a typo in basic_plan.m 2015-11-27 12:11:42 +01:00
Stéphane Adjemian (Charybdis) 83a6963286 Rewrote get_file_extension. 2015-11-26 20:53:13 +01:00
Houtan Bastani 73313dc5b7 Merge pull request #1107 from FerhatMihoubi/Branch_bytecode_display_and_exogenous_in_extended_path
Branch bytecode display and exogenous in extended path
2015-11-19 17:09:09 +01:00
ferhat e555c8181d Corrections in the way to handle the exogenous 2015-11-19 17:04:56 +01:00
Stéphane Adjemian (Charybdis) 215de7e8dc Closes #1057.
Use a static file with a list of routines to cleared before each run (because they have
persistent variables).This static file (the script
matlab/list_of_functions_to_be_cleared.m) is distributed with Dynare and
needs to be updated for each release (or each time we add/remove
persistent variables). To update the file just do:

>> clear_persistent_variables(DYNARE_MATLAB_PATH, true)

and add/commit the generated file.
2015-11-12 14:38:16 +01:00
Stéphane Adjemian (Charybdis) dd2cf673d2 Updated the dates submodule.
The setdiff method can return a second output argument (vector of indices). If A and B are two dates objects, and if setdiff is called with two output argument:

[C, IA] = setdiff(A, B)

then we have:

C = A(IA)
2015-11-11 22:51:25 +01:00
Houtan Bastani edd275bfcc Merge pull request #1103 from FerhatMihoubi/Branch_fix_bug_det_cond_forecast
Fix bugs in det_cond_forecast.m
2015-11-11 18:37:55 +01:00
ferhat 6d7218f9dc Fix bugs in det_cond_forecast.m 2015-11-11 18:35:41 +01:00
Houtan Bastani 6ee212331f submodule update: reporting 2015-11-11 15:11:31 +01:00
Michel Juillard f3ee32690e fixed bug introduced in commit 660fc6 2015-11-10 09:27:36 +01:00
Michel Juillard 53e9307fe2 modified too big message in evaluate_planner_objective
Mention the issue in the doc
2015-11-09 09:15:44 +01:00
Michel Juillard 953ac851c0 & into && 2015-11-09 09:03:55 +01:00
Michel Juillard 660fc64471 adding check for model size before computing value of planner objective. 2015-11-09 09:03:55 +01:00
Stéphane Adjemian 4222269324 Merge pull request #1100 from JohannesPfeifer/initial_check_par_names
Fix display of parameter names changed during estimation
2015-11-04 14:40:43 +01:00
Stéphane Adjemian cbfe1e77ce Merge pull request #1098 from JohannesPfeifer/particle_filter_missing_check
Filter out datasets with missing values before particle filtering
2015-11-04 14:39:56 +01:00
Johannes Pfeifer 1def4f357a Fix display of parameter names changed during estimation
Relied on the wrong ordering
2015-10-28 15:34:14 +01:00
Johannes Pfeifer 1f18a2468b Deblank field names to prevent crashes during computation of posterior moments
Necessary after switching to indirect indexing of structure fields
2015-10-23 08:53:23 +02:00
Stéphane Adjemian (Charybdis) 4d573e600d Cosmetic change. 2015-10-22 16:10:34 +02:00
Stéphane Adjemian (Charybdis) aabbed0542 Fixed syntax for declaring subfields in oo_ (conditional_variance_decomposition_mc_analysis). 2015-10-22 16:10:34 +02:00
Stéphane Adjemian (Charybdis) fe0f19dc37 Fixed bug. Wrong size of the state vector...
When dsge_likelihood enters (because of of a detected singularity) in
univariate_kalman_filter routine with  correlated measurement errors.
2015-10-22 16:10:34 +02:00
Houtan Bastani af0193fe41 submodule update: reporting 2015-10-21 17:50:26 +02:00
Houtan Bastani ab893696eb submodule update: dseries 2015-10-21 17:49:48 +02:00
Houtan Bastani fbe57c0d08 submodule update: reporting 2015-10-21 12:02:49 +02:00
Johannes Pfeifer 554f3df659 Filter out datasets with missing values before particle filtering 2015-10-20 15:49:07 +02:00
Houtan Bastani 713fc3eae8 submodule update: reporting 2015-10-19 15:14:35 +02:00
Stéphane Adjemian (Charybdis) f8efe5dec0 Updated dseries submodule. 2015-10-19 14:28:20 +02:00
Houtan Bastani 0b04804a73 submodule update: dseries 2015-10-19 11:10:10 +02:00
Stéphane Adjemian (Charybdis) b01867c47e Bug fix. Closes issue #1094. 2015-10-17 17:44:25 +02:00
Stéphane Adjemian (Hermes) dc20cac3e2 Updated dseries submodule. 2015-10-17 17:43:32 +02:00
Stéphane Adjemian 36992933d2 Merge pull request #1062 from FerhatMihoubi/cond_forecast_and_bytecode
Allows to compute the extended path and the conditional forecasts wit…
2015-10-16 17:12:54 +02:00
Houtan Bastani 529ccd3773 submodule update: reporting 2015-10-16 15:38:20 +02:00
Houtan Bastani f5043e11b0 update reporting path 2015-10-16 15:37:39 +02:00
Houtan Bastani 1d3b1ae6c3 submodule update: reporting 2015-10-15 12:33:23 +02:00
Stéphane Adjemian c477d25fe2 Merge pull request #1086 from JohannesPfeifer/constant_moments
Save posterior moments even if the distribution is degenerate
2015-10-14 22:15:09 +02:00
Stéphane Adjemian f12a468bb3 Merge pull request #1085 from rattoma/optimizer_number_5
enhancements to optimizer 5
2015-10-14 17:33:27 +02:00
Houtan Bastani f583add550 prior_posterior_function: save results to different structures, depending on which command was called 2015-10-14 11:19:12 +02:00
Stéphane Adjemian b4bd896b89 Merge pull request #1087 from JohannesPfeifer/resid_fix
Remove automatic error from resid.m when steady state does not solve.
2015-10-14 01:12:34 +02:00
Stéphane Adjemian 61abe6dfc7 Merge pull request #1088 from rattoma/diffuse_filter_and_smoother
Diffuse filter and smoother
2015-10-14 01:09:08 +02:00
Stéphane Adjemian 01329a4e0e Merge pull request #1084 from rattoma/gsa
Gsa and identification commits
2015-10-13 23:59:54 +02:00
Stéphane Adjemian (Charybdis) 6ea5bdde34 Merge branch 'johannes_bandpass' 2015-10-13 23:56:22 +02:00
Johannes Pfeifer f7175745ac Add one-sided HP filter 2015-10-13 20:50:03 +02:00
Houtan Bastani 145e2d5542 preprocessor: prior_posterior_function: change option 'prior_posterior_sampling_draws' to 'sampling_draws' #1076 2015-10-13 17:41:31 +02:00
Marco Ratto 93e7be66e7 proper use on diffuse_kalman_tol in univariate diffuse filter and smoother 2015-10-13 17:28:29 +02:00