Commit Graph

573 Commits (8dcb36b9e2dd925b1142f1b24b89e0f178e767fc)

Author SHA1 Message Date
Stéphane Adjemian (Scylla) 264460e9d0 Added @dates/ne method. Overloads the ~= operator. 2013-12-13 18:30:37 +01:00
Stéphane Adjemian (Scylla) dd10c788ff Added @dseries/abs method. Returns the absolute value of a dseries object. 2013-12-13 18:30:37 +01:00
Houtan Bastani 6f8d7fd0ec reporting: add xTicks argument 2013-12-13 15:36:04 +01:00
Sébastien Villemot 684ce13ac1 Fix internal link for verbatim section 2013-12-13 12:04:36 +01:00
Michel Juillard 58c40fdca9 ramsey_policy: correcting the computation of the value of the
objective function; adding details about the period objective function
in the manual.
2013-12-13 10:44:29 +01:00
Michel Juillard 77fdd3bfda ms-sbvar: corrected bug with final_subperiod default value and
clarified in the manual.
2013-12-13 09:56:11 +01:00
Houtan Bastani 99f4a01a48 reporting: fix figure inclusion for windows 2013-12-12 16:05:57 +01:00
Sébastien Villemot d75d6a3079 Document oo_.osr.optim_params 2013-12-12 15:47:34 +01:00
Sébastien Villemot 1caa3ff171 Various minor fixes to the ref. manual 2013-12-11 18:15:14 +01:00
Johannes Pfeifer cd3b5bf3d9 Fix bug in Bayesian estimation where the filter_step_ahead command produced no output
- Improves documentation of resulting matrices
- Adds unit test for filter_step_ahead option
2013-12-11 16:43:15 +01:00
Houtan Bastani 5779a6de0c fix doc related to #478 2013-12-10 16:40:16 +01:00
Houtan Bastani f70ebea94c new function write_latex_definitions closes #478 2013-12-06 15:33:49 +01:00
Stéphane Adjemian b8e3ce0cfd Merge pull request #550 from JohannesPfeifer/master
Document treatment of parameters in steady state files
2013-12-04 06:44:27 -08:00
Stéphane Adjemian (Charybdis) 27dbe4a997 Closes #361. Document the fact that MCMCs are deterministic in Dynare. 2013-12-04 10:11:17 +01:00
Stéphane Adjemian (Charybdis) a79d24fb09 Deleted trailing white spaces. 2013-12-04 08:38:14 +01:00
Stéphane Adjemian (Charybdis) deed4df569 Added @dseries/mpower method (element-by-element powers). 2013-12-03 23:57:53 +01:00
Stéphane Adjemian (Charybdis) ba31ac7ade Cosmetic fixes in section "dseries class". 2013-12-03 23:57:53 +01:00
Stéphane Adjemian (Charybdis) c20bacac60 Changed documented behaviour of @dseries/save method (do not document the default value of basename). 2013-12-03 23:57:53 +01:00
Stéphane Adjemian (Charybdis) 4fb3dc035f Cosmetic changes in section "dates class". 2013-12-03 23:57:53 +01:00
Stéphane Adjemian (Charybdis) 552cbe34ee Fixed typo. 2013-12-03 23:57:53 +01:00
Stéphane Adjemian (Charybdis) 4bcf081292 Added remark about dates in mod files and the $ escape parameter. 2013-12-03 23:57:53 +01:00
Stéphane Adjemian (Charybdis) c285bee21b Cosmetic (skipline). 2013-12-03 23:57:53 +01:00
Johannes Pfeifer 323bfaf353 Document treatment of parameters in steady state files 2013-12-03 15:04:30 +01:00
Sébastien Villemot 771113f8b9 Merge pull request #548 from JohannesPfeifer/master
Clean up steady state file examples/NK_baseline_steadystate.m to make it...
2013-12-03 05:46:30 -08:00
Johannes Pfeifer c837bce030 Add example files to manuals and describe what they do 2013-12-03 14:42:13 +01:00
Sébastien Villemot ed7f17b06f Rewrite examples/fs2000.mod with a steady_state_model block. Improve the doc. 2013-12-03 13:04:39 +01:00
Sébastien Villemot d212197ecb Fix incorrect usage of @xref 2013-11-28 16:25:40 +01:00
Stéphane Adjemian (Scylla) 01f2dd2ab1 Changed the paths to Dynare's prior and post processing hooks. 2013-11-28 15:21:52 +01:00
Stéphane Adjemian (Scylla) edb4398e28 Merge branch 'master' into fix-mcmc-algorithm 2013-11-27 17:57:36 +01:00
Stéphane Adjemian (Scylla) 0a07cf3c61 Closes #543. 2013-11-27 16:43:00 +01:00
Sébastien Villemot 93416a93da Improvements in load_csv_file_data
* autodetect whether there are variable names and dates in the file
 * optimize under Octave, using csv2cell and parcecell from io package
2013-11-26 18:19:48 +01:00
Stéphane Adjemian (Scylla) b8c6e4bb01 Merge branch 'master' into fix-mcmc-algorithm 2013-11-26 16:53:27 +01:00
Stéphane Adjemian (Scylla) 84982652a0 Changed chapter nine. Description of internals command. 2013-11-26 16:51:49 +01:00
Stéphane Adjemian (Scylla) bd630d7210 Removed MC_record field from oo_ structure and the output argument from MCMC routines.
Details about the MCMC can be loaded in the workspace with the following command:

>> internals --load-mh-history <NAME_OF_THE_MOD_FILE>

under the name mcmc_informations, or printed in the command window, using the following
command:

>> internals --display-mh-history <NAME_OF_THE_MOD_FILE>
2013-11-26 12:56:41 +01:00
Sébastien Villemot e29990df62 Improve documentation on nonlinear solver algorithms 2013-11-25 17:46:08 +01:00
Johannes Pfeifer 967ade48e5 Remove redundant slashes from manual 2013-11-22 14:55:05 +01:00
Johannes Pfeifer b4b78dbb65 Clarify terminology in Manual
There are no confidence intervals in Bayesian statistics
2013-11-19 08:33:10 +01:00
Sébastien Villemot 539074858e Add ref. manual graphs to distribution tarball 2013-11-18 15:26:47 +01:00
Houtan Bastani 599137746f fix typo 2013-11-18 15:19:37 +01:00
Stéphane Adjemian (Charybdis) 09eb9a256a Added references for DSGE-VAR model. Fixed reference for Abramovitz and Stegun. 2013-11-17 13:26:12 +01:00
Stéphane Adjemian (Scylla) 7cfad8eee0 Merge branch 'master' into remove-dynDate-class 2013-11-15 18:36:10 +01:00
Stéphane Adjemian (Scylla) aa5efbcf0c Added @dseries/plot in the manual. 2013-11-15 16:11:56 +01:00
Houtan Bastani 38ef4c234b preprocessor: support long name for parameters, #478 2013-11-15 11:14:16 +01:00
Houtan Bastani ac2cd6f3dd preprocessor: support long name for exogenous, #478 2013-11-15 11:14:04 +01:00
Houtan Bastani 0f2bb4c56e preprocessor: support long name for endogenous, #478 2013-11-15 10:57:51 +01:00
Stéphane Adjemian (Penelope) 0c00151092 Merge branch 'master' into remove-dynDate-class
Conflicts:
	preprocessor/DynareBison.yy
2013-11-14 16:41:08 +01:00
Stéphane Adjemian (Penelope) a5cb85c04f Added missing escape sequence parameter. 2013-11-14 16:12:54 +01:00
Stéphane Adjemian (Penelope) c07fc7618b Updated manual. Description of the methods for the @dseries class. 2013-11-14 14:32:57 +01:00
Sébastien Villemot 80a2a6b712 Merge remote-tracking branch 'jpfeifer/irf_debug_feedback' 2013-11-13 14:26:58 +01:00
Houtan Bastani de66665264 doc: update wrt change 3b26467998 2013-11-13 11:37:19 +01:00