Commit Graph

5951 Commits (8574dfd0530a7574ad3ec64fa66c69febcda034f)

Author SHA1 Message Date
Stéphane Adjemian (Charybdis) 8574dfd053 Adapted print_info routine. 2013-06-12 10:54:33 +02:00
Stéphane Adjemian (Charybdis) 9d3a1d242a Added fake argument to matlab's implementation of mjdgges.
Need to implement the test on 0/0 generalized eigenvalues later...
2013-06-12 10:53:40 +02:00
Stéphane Adjemian (Charybdis) 0f570d1d98 Added input argument four (options_.qz_zero_threshold) when calling mjdgges. 2013-06-12 10:23:07 +02:00
Stéphane Adjemian (Charybdis) 7fc92c96d9 Fixed bug related to the test on the number of input arguments. 2013-06-12 10:21:27 +02:00
Stéphane Adjemian (Charybdis) a71b770fec Added default value for the threshold level of the 0/0 generalized eigenvalue test (1e-6). 2013-06-12 09:53:18 +02:00
Stéphane Adjemian (Charybdis) b81fcbeeb1 Added an option for the threshold level of the 0/0 generalized eigenvalue test.
The option is passed in the fourth input argument of mjdgges. If the
mex is called with less than four arguments, then the threshold level
takes its previous (hardcoded) default value: 1e-6.
2013-06-12 09:46:32 +02:00
Sébastien Villemot acc2317953 Merge pull request #424 from FerhatMihoubi/master
1 commit
2013-06-10 08:08:23 -07:00
Ferhat Mihoubi b1da2f2b7d "slowc" option is now available to solve a simple equation in bytecode 2013-06-10 16:46:54 +02:00
Stéphane Adjemian (Charybdis) b257c1393a Added documentation for the (stochastic) extended path simulation approach. 2013-06-10 14:06:31 +02:00
Sébastien Villemot 8c1b5864b2 Merge pull request #422 from JohannesPfeifer/RecursiveForecasts
Documentation, bugfixing, and cosmetic changes of recursive forecasts
2013-06-10 01:01:57 -07:00
Johannes Pfeifer fdee69f7b4 Document recursive forecasts
Closes #303
2013-06-09 13:14:03 +02:00
Johannes Pfeifer 97f777ea15 Make sure that recursive forecasting happens in increasing order of observations (required for plotting) 2013-06-09 10:56:58 +02:00
Johannes Pfeifer 3347352a45 Fix plots for Recursive Forecasting and save them to graphs subfolder. 2013-06-09 10:55:52 +02:00
Johannes Pfeifer 79748dd150 Correct displayed information if not total dataset is used. 2013-06-09 10:45:41 +02:00
Sébastien Villemot 9f9c2c1ffd Merge pull request #421 from FerhatMihoubi/master
two commits
2013-06-08 08:28:57 -07:00
Ferhat Mihoubi bdee6d14ec Fix the problems related to the initialization of ilu preconditioner using BiCGStab and also a bug in the BiCGStab in case of block (without bytecode) model options. 2013-06-08 17:16:20 +02:00
Ferhat Mihoubi 2dc04c8c00 Correct a typo when solving an equation containing only lead and current values of endogenous 2013-06-07 20:27:10 +02:00
Sébastien Villemot f6f218f828 extended_path: new order and hybrid options (ref #152)
Also add stub in the doc for the new options
2013-06-07 18:18:54 +02:00
Houtan Bastani 037ec55dfd dynDate: add missing case to throw error if another char is passed 2013-06-07 17:23:22 +02:00
Sébastien Villemot b5eb134a29 extended_path is a statement, not a block 2013-06-07 17:16:45 +02:00
Michel Juillard ed4d184c9d fixing bug for shock_decomposition with calibrated model (issue #259) 2013-06-03 16:45:39 +02:00
Sébastien Villemot 2f248dcec4 Do not check for the steady state in diffuse filter mode
Closes #400
2013-06-03 15:56:10 +02:00
Sébastien Villemot bea8ce6dc4 Merge pull request #418 from JohannesPfeifer/c82658a2a51ccbc02dfc658d99813950e76962e4
Fix for steady
2013-06-03 06:34:35 -07:00
Houtan Bastani 11b563d12f os x package creation: misc fixes 2013-06-03 09:13:58 +02:00
Houtan Bastani 19697b093b os x package creation: fix doc build 2013-06-03 09:11:13 +02:00
Houtan Bastani 347d6ccc83 os x package creation: link to universal, static matio and gsl libraries 2013-06-03 08:37:44 +02:00
Houtan Bastani 781f2fe329 os x package creation: modify Matlab path for reorganized mac mini 2013-06-03 08:36:14 +02:00
Johannes Pfeifer c82658a2a5 Bugfix for steady;
1.) Fixes cases where model was not truly linear, but Dynare did not catch mistake because fvec and jacob contained cancelling NaN
2.) Use correct error code 22 if NaN appear instead of generic 20
2013-06-01 16:32:40 +02:00
Houtan Bastani 01a8e88116 documentation: explain preprocessor error
closes #342
2013-05-31 19:28:07 +02:00
Houtan Bastani 688e30019c preprocessor: pretty print error info 2013-05-31 18:27:24 +02:00
Sébastien Villemot 8c14339a0f Merge pull request #399 from JohannesPfeifer/master
Bugfix for dsge_likelihood with univariate_kalman_filter
2013-05-31 09:24:35 -07:00
Sébastien Villemot bf94bb3df8 Implement clock option of set_dynare_seed
Also improve documentation of set_dynare_seed.

Closes #362
2013-05-31 16:35:09 +02:00
Sébastien Villemot f48141755c Add new option parallel_local_files to model block
Ref #389
2013-05-31 14:47:38 +02:00
Sébastien Villemot 9210ad68b5 Merge pull request #410 from rattoma/parallel_option
new option for user specific files
2013-05-31 05:46:31 -07:00
Sébastien Villemot 9145d3691f Merge pull request #409 from rattoma/endo_prior_restrictions
New option to set prior (sign) restrictions irfs.
2013-05-31 01:33:32 -07:00
Houtan Bastani 11bea492ac preprocessor: config file: if creating windows node from unix machine, check to see if the password or remoteDrive are empty 2013-05-30 15:33:33 +02:00
Houtan Bastani b98bf5e84b preprocessor: config file: if on Windows machine and operatingSystem is empty, then check to see if password or remoteDrive is empty. otherwise, don't check 2013-05-30 15:33:33 +02:00
Houtan Bastani 7b1ddfb43c preprocessor: config file: remove redundant check 2013-05-30 15:33:26 +02:00
Marco Ratto 4923ba0952 Introduced new option that allows to set prior (sign) restrictions to irf's 2013-05-30 10:57:39 +02:00
Sébastien Villemot 058a5c5dc4 Remove more stuff related to economic bibtex styles
Ref 1d14ff8060
2013-05-29 17:31:07 +02:00
Sébastien Villemot 2822fcd979 Fix bug introduced in 767dce0a 2013-05-28 10:16:26 +02:00
Sébastien Villemot 320b7a1b59 Fix wording 2013-05-27 18:09:40 +02:00
Sébastien Villemot 7d4be26cbb Fix doc for uninialized values in endval block 2013-05-27 17:34:46 +02:00
Sébastien Villemot 9ba5ffd68e Revert "Reset oo_.{exo_}steady_state to zero before endval"
This reverts commit cf146ec4e5.
2013-05-27 17:31:41 +02:00
Sébastien Villemot bd72848d27 Add interface and doc to use_univariate_filters_if_singularity_is_detected option
Closes #414
2013-05-27 17:07:47 +02:00
Sébastien Villemot 71ded60742 Merge pull request #401 from JohannesPfeifer/MCMCdiagnostics
Check in McMCDiagnostics.m whether all consecutive MH files are present
2013-05-27 05:51:16 -07:00
Sébastien Villemot ae3cd752a1 Merge pull request #413 from rattoma/master
bug fix mode_chek
2013-05-27 03:12:42 -07:00
Marco Ratto 26602ecf3c Bug fix for negative values of x(kk) 2013-05-27 12:00:39 +02:00
Sébastien Villemot f7403c452e Merge pull request #411 from JohannesPfeifer/cond_forecast_graphs
Add missing graph title that lead to crash in unconditional forecast test
2013-05-27 02:13:24 -07:00
Johannes Pfeifer 12bbf051a3 Add missing graph title that lead to crash 2013-05-26 08:30:47 +02:00