Commit Graph

5965 Commits (cb2228acad5c9cee3675a56fa535f896b6da00a0)

Author SHA1 Message Date
Stéphane Adjemian (Charybdis) cb2228acad Merge branch 'master' into experimental-mjdgges-threshold 2013-06-12 17:27:25 +02:00
Stéphane Adjemian (Charybdis) d46ba1f209 Added documentatioon for the new option qz_zero_threshold. 2013-06-12 17:24:54 +02:00
Sébastien Villemot 61485ab809 Fix copyright notices 2013-06-12 17:04:46 +02:00
Sébastien Villemot f1c8ec60c7 Remove various compilation warnings 2013-06-12 16:05:35 +02:00
Sébastien Villemot 555fc98673 Fix bug in gemv binding 2013-06-12 16:05:35 +02:00
Houtan Bastani 7c5936549f doc: dynDate: remove documentation about empty date (functionality in code to be removed at a later date). 2013-06-12 15:01:51 +02:00
Sébastien Villemot 42bf69473f Minor cleanups to ref. manual 2013-06-12 14:10:01 +02:00
Stéphane Adjemian (Charybdis) d284f8fb83 Added qz_zero_threshold to check, stoch_simul and estimation commands. 2013-06-12 11:46:56 +02:00
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
Houtan Bastani 1a6f8753d1 reporting: in windows, replace native filesep with forward slash for inclusion in tex file 2013-06-11 17:12:16 +02:00
Houtan Bastani dec9c3a315 reporting: search for pdflatex.exe on windows 2013-06-11 17:11:48 +02:00
Houtan Bastani 58a583c248 reporting: fix echo command in system searches for pdflatex 2013-06-11 17:11:15 +02:00
Houtan Bastani 6ff4d5cce7 doc: fix bug in reporting 2013-06-11 12:57:44 +02:00
Houtan Bastani 17b034584e doc: update reporting 2013-06-11 12:55:42 +02:00
Houtan Bastani c5da6de388 doc: dynDate, dynDates, dynSeries (first draft) 2013-06-11 12:50:12 +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