Commit Graph

562 Commits (f6f167ada77357541b3ac7f2ba4b56c39144791c)

Author SHA1 Message Date
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
Houtan Bastani 63eec83efe ms-sbvar: add load_flat_file.m. closes #505 2013-11-12 15:48:15 +01:00
Stéphane Adjemian (Charybdis) 1c604ff59f Added an example of m file used for populating a dseries object. 2013-11-07 15:06:13 +01:00
Stéphane Adjemian (Charybdis) 2ca0a46709 Second input of the last dseries' constructor is also optional. 2013-11-07 15:05:31 +01:00
Stéphane Adjemian (Charybdis) 017fd65bf5 Fixed dimensions of third and fourth arguments of dseries' constructor. 2013-11-07 14:38:32 +01:00
Stéphane Adjemian (Charybdis) 05e06aafbd Rewrote description of dseries' constructors. Added a list of the dseries class' members. 2013-11-07 14:31:46 +01:00
Stéphane Adjemian (Charybdis) 75ca163265 Rebuilt menus (from emacs) and fixed bugs that appear with recent version of texinfo (version 5.2 is more strict). 2013-11-07 12:44:20 +01:00
Johannes Pfeifer b573218740 Expand explanation of use_calibration optiom 2013-11-07 08:14:10 +01:00
Houtan Bastani 611f4f5d89 preprocessor: add use_calibration option for estimated_params_init block. closes #447, closes #512 2013-11-06 13:59:13 +01:00
Stéphane Adjemian (Scylla) 8429321547 Merge branch 'master' into remove-dynDate-class 2013-11-06 12:43:06 +01:00
Stéphane Adjemian (Scylla) 72df3c2d09 Updated manual (reporting section). 2013-11-06 12:30:46 +01:00
Stéphane Adjemian (Scylla) a2b8aac1a6 Updated manual (dates class section). 2013-11-06 12:29:21 +01:00