Commit Graph

969 Commits (90affdd775badf64760c9fe35167979161ff49cf)

Author SHA1 Message Date
Marco Ratto 0de4eadb66 Updated affiliation 2014-11-20 08:42:33 +01:00
Marco Ratto e01e957888 document nodecomposition 2014-11-18 13:04:37 +01:00
Johannes Pfeifer b735042f05 Fix naming of option selected_variables_only in manual 2014-11-16 21:11:06 +01:00
Johannes Pfeifer 9d25963976 Document different in FilteredVariablesKStepAhead-matrix between classical and Bayesian smoother 2014-11-16 21:08:18 +01:00
Johannes Pfeifer 68b27252d7 Fix selected_variables_only option with classical forecasts
dyn_forecast requires that the smoother has been run on all endogenous variables, leading to crashes. Now, if this option is encountered with classical forecasts, it is overridden. Also documents this in the manual.
2014-11-16 21:08:18 +01:00
Johannes Pfeifer 3902afa783 Improve documentation on filtered variables 2014-11-16 21:08:18 +01:00
Stéphane Adjemian (Telemachus) a8e7c30e6a Added @dseries/exist method. 2014-11-13 16:53:06 +01:00
Johannes Pfeifer 52935c82dc Fix typo in manual 2014-11-02 19:31:59 +01:00
Johannes Pfeifer 83123a59d5 Provide example for xls_range option in manual 2014-10-15 09:45:19 +02:00
Stéphane Adjemian 573d276f1a Merge pull request #739 from JohannesPfeifer/Cosmetic_changes
Cosmetic changes, documentation, and small bugfix
2014-10-13 13:39:19 +02:00
Stéphane Adjemian 9e3edd6673 Merge pull request #748 from JohannesPfeifer/maxit
Change maxit default value and correct manual
2014-10-10 19:03:56 +02:00
Johannes Pfeifer c6438122a1 Expand documentation on varexo in initval 2014-10-06 09:03:35 +02:00
Johannes Pfeifer 1ce39ac311 Document new default values for maxit and update manual to reflect that maxit options of deterministic solvers and steady state solvers are different now 2014-09-30 11:48:12 +02:00
Johannes Pfeifer 408608db03 Document Univariate Kalman Filter 2014-09-21 11:58:53 +02:00
Stéphane Adjemian (Charybdis) 9bd3792161 Reflects Michel's comment on aa503abfa7. 2014-09-20 12:52:59 +02:00
Stéphane Adjemian (Charybdis) 9eaf0a1ff5 Correction of PR #734 (model comparison). 2014-09-19 23:39:16 +02:00
Stéphane Adjemian (Charybdis) aa503abfa7 Correction on PR #734 (role of prior bounds). 2014-09-19 23:17:34 +02:00
Johannes Pfeifer bb3b96eb54 Clarify the role of prior bounds in the manual 2014-09-18 10:32:27 +02:00
Stéphane Adjemian (Charybdis) 6998d5b2d2 Mention in the manual that the base names of the data file and model file must be different. 2014-09-10 17:49:33 +02:00
Stéphane Adjemian (Charybdis) 2d7b7e9192 Fixed copy/paste error in manual. 2014-09-08 22:45:34 +02:00
Stéphane Adjemian (Scylla) 5500846280 Added option distribution_proposal (estimation, non linear filters). 2014-09-08 22:36:41 +02:00
Stéphane Adjemian (Scylla) df19396acf Added option proposal_approximation (estimation, non linear filters). 2014-09-08 22:36:41 +02:00
Stéphane Adjemian (Scylla) 5e4b7d8d42 Added filter_algorithm (estimation command, sets the particle filter algorithm). 2014-09-08 22:36:41 +02:00
Stéphane Adjemian (Scylla) bcad4f31f2 Added option resampling_method (estimation command, non linear filters). 2014-09-08 22:36:41 +02:00
Stéphane Adjemian (Scylla) 08c74b8f41 Added option resampling_threshold (estimation command, non linear filters). 2014-09-08 22:36:40 +02:00
Stéphane Adjemian (Scylla) a6009908e4 Added option resampling (estimation command, non linear filters). 2014-09-08 22:36:40 +02:00
Stéphane Adjemian (Scylla) 648c4717ad Added option number_of_particles (estimation command, non linear filters). 2014-09-08 22:36:40 +02:00
Sébastien Villemot 19e02acd0b Ref. manual: fix paths for Debian/Ubuntu packages. 2014-07-31 21:07:31 +02:00
Houtan Bastani 217ab0088d reporting: tables: add row highlighting option 2014-07-30 15:21:32 +02:00
Houtan Bastani f3c807f577 reporting: add writeCSV option for tables. closes #693 2014-07-29 15:21:51 +02:00
Houtan Bastani b4dd4b5de1 reporting: add writeCSV option for graphs, #693 2014-07-29 15:21:45 +02:00
Houtan Bastani 90335b94aa doc: update dseries slides to accord with changes in c5af1d43ed 2014-07-29 10:47:35 +02:00
Stéphane Adjemian (Scylla) 5c50bdfc0a Updated the manual: removed nobs and vobs members from @dseries objects (see commit c5af1d43ed). 2014-07-28 18:04:18 +02:00
Houtan Bastani adbecb6fc9 doc: reporting: minor clarifications. closes #687 2014-07-25 15:03:10 +02:00
Houtan Bastani 7387237a5b reporting: option to suppress reporting output. closes #688 2014-07-25 14:38:30 +02:00
Stéphane Adjemian (Charybdis) c13738eea7 Changed fourth remark added by Johannes in commit e7727ba2d3. 2014-07-18 18:37:31 +02:00
Johannes Pfeifer b69174477c Add more info on requirement on dsge_var prior weight needed for prior to be proper.
(cherry picked from commit 74fd0850d61f8ba464ff08ed42c4019d27722fb3)
2014-07-17 22:05:08 +02:00
Johannes Pfeifer e7727ba2d3 Expand manual entry for conditional forecasts 2014-07-17 22:05:07 +02:00
Sébastien Villemot 658151aa48 Merge pull request #682 from JohannesPfeifer/model_comparison
Filter out ML of model_comparison.m
2014-07-07 18:18:38 +02:00
Houtan Bastani ad00875cf6 reporting: graph: add option yTickLabelScaled 2014-07-07 16:49:53 +02:00
Houtan Bastani 97af5031b4 doc: add new compile options 2014-07-07 10:39:55 +02:00
Houtan Bastani 9fc4d62264 reporting: remove unused graphSize option 2014-07-07 10:29:09 +02:00
Johannes Pfeifer 85f336496d Filter out ML of model_comparison.m
Also documents that ML is not supported and adds reference for model comparison
Related to #681
2014-07-01 18:50:24 +02:00
Stéphane Adjemian (Charybdis) a8cb8ccd29 Merge branch 'use-dseries' 2014-06-27 22:38:07 +02:00
Houtan Bastani 87b4254ce5 reporting: remove checks on colors that are passed to graphs/series to allow for all color combinations supported by TikZ 2014-06-27 17:06:45 +02:00
Houtan Bastani 0ef65bc296 reporting: graph: add option tickFontSize 2014-06-27 15:56:06 +02:00
Houtan Bastani c23bb31252 reporting: add graph option to change title font size 2014-06-25 16:30:04 +02:00
Houtan Bastani be13e3bffb doc: fix typo 2014-06-25 16:27:53 +02:00
Houtan Bastani f2b4de1d8a reporting: support a different shape for the axis in a graph 2014-06-24 15:51:29 +02:00
Stéphane Adjemian (Scylla) a0907b2e05 Merge branch 'master' into use-dseries 2014-06-23 15:15:48 +02:00
Houtan Bastani 486b8677f0 doc: update dseries/reporting doc for change related to 6733c83ff5 2014-06-20 16:46:13 +02:00
Houtan Bastani 6733c83ff5 reporting: add graph option: zeroLineColor 2014-06-20 15:41:11 +02:00
Stéphane Adjemian (Scylla) 788c528c84 Merge branch 'master' into use-dseries 2014-06-19 18:13:35 +02:00
Stéphane Adjemian (Scylla) c4dac88ed2 Added the possibility to redefine the initial date (and implicitly the frequency) when a dseries object is instantiated with the name of a datafile. 2014-06-19 17:59:19 +02:00
Houtan Bastani bfc01f9369 doc: dseries/reporting: fix typo 2014-06-13 11:22:20 +02:00
Houtan Bastani 949bd988f1 doc: dseries/reporting: clarify freq field of dates 2014-06-13 11:10:28 +02:00
Houtan Bastani 5d2f298ebe doc: dseries/reporting update 2014-06-13 10:23:59 +02:00
Houtan Bastani b161f0a801 doc: fix typo 2014-06-13 10:11:45 +02:00
Houtan Bastani 3b04470b3c doc: dseries/reporting: fix arrows 2014-06-12 16:44:33 +02:00
Sébastien Villemot b84cb284d3 Fix texinfo issue. 2014-06-12 11:47:02 +02:00
Houtan Bastani f1fba4cd9e doc: dseries/reporting: rework hierarchy graph 2014-06-12 10:18:13 +02:00
Houtan Bastani 19e0d66a71 doc: dseries/reporting: update example 2014-06-12 09:51:57 +02:00
Stéphane Adjemian (Charybdis) 3ed5659f35 Updated manual to reflect changes introduced in c6d93d686a20be61a487e3c3a80774477591f846. 2014-06-11 12:22:35 +02:00
Stéphane Adjemian (Charybdis) bd26b78016 Updated manual (reflecting changes introduced in ab4792f5ab2fdd3c9ce3f09d29ee31c98519ba73). 2014-06-11 12:22:35 +02:00
Houtan Bastani 9258aecba0 reporting: add options to control y axis label 2014-06-10 10:15:15 +02:00
Houtan Bastani e1b3bdf3fb doc: remove line related to 59bfd89f09 2014-06-09 10:14:24 +02:00
Houtan Bastani 59bfd89f09 doc: update dseries slides to reflect changes 2014-06-09 09:59:29 +02:00
Houtan Bastani 8b960b873d doc: dseries slides touch ups 2014-06-06 12:10:22 +02:00
Houtan Bastani f06178a218 doc: dseries slides touch ups 2014-06-05 13:00:04 +02:00
Houtan Bastani a2eec75f6f doc: fix typos in dseries/reporting slides 2014-06-03 18:54:51 +02:00
Houtan Bastani ff268520cd doc: rework reporting portion of slides 2014-06-02 13:49:06 +02:00
Houtan Bastani dafc1b9c1f doc: add paragraph info to reporting portion of slides and do some minor touchups 2014-06-02 11:06:47 +02:00
Houtan Bastani 547fc8df49 doc: changes to dseries portion of slides following Stéphane’s slides 2014-06-02 11:06:47 +02:00
Houtan Bastani 799ce399f5 doc: some changes to dseries portion of slides, following Stéphane’s slides 2014-05-27 18:51:31 +02:00
Houtan Bastani da69fe91ab doc: more dates-related changes to slides 2014-05-27 14:54:28 +02:00
Houtan Bastani b63b8e381f doc: modify dates portion of slides based on Stéphane's slides 2014-05-27 11:55:18 +02:00
Houtan Bastani 9229a35e71 reporting: add new Paragraph class 2014-05-23 18:10:44 +02:00
Houtan Bastani 43424b414f doc: update doc for commit 0f61ae941a 2014-05-22 19:12:37 +02:00
Houtan Bastani f65361f70f doc: add clarifying remark 2014-05-22 19:03:25 +02:00
Houtan Bastani 1282f12bdc reporting: add new option graphShowInLegend to addSeries 2014-05-22 19:03:20 +02:00
Houtan Bastani 9bd01b4ee6 doc: slight changes to dseries/reporting slides 2014-05-22 16:40:50 +02:00
Sébastien Villemot 00873eceaa Fix texinfo error. 2014-05-21 11:30:51 +02:00
Houtan Bastani 0247faa9ed reporting: support horizontal lines 2014-05-20 14:25:01 +02:00
Houtan Bastani d470ef16ca reporting: support vertical lines 2014-05-20 14:17:24 +02:00
Houtan Bastani 3790531cad doc: add more do reporting example 2014-05-19 19:14:08 +02:00
Houtan Bastani 64e10aae10 doc: add introductory sentence for misc pgfplots/tikz options 2014-05-19 17:08:35 +02:00
Houtan Bastani c08ce73540 doc: fix typos 2014-05-19 17:03:31 +02:00
Houtan Bastani fa4aefb26c doc: add more information in the showLegend option 2014-05-19 16:30:19 +02:00
Houtan Bastani 264110835d reporting: add miscTikzAxisOptions option to addGraph 2014-05-19 15:57:43 +02:00
Houtan Bastani eb63ef0267 reporting: add miscTikzPictureOptions option to addGraph 2014-05-19 15:57:43 +02:00
Houtan Bastani c7b2889034 reporting: allow for miscellaneous PGFPlots options to the addPlot command 2014-05-19 15:57:37 +02:00
Houtan Bastani 458f8ed95c doc: fix typo. Closes #656 2014-05-19 12:33:36 +02:00
Houtan Bastani ae1c12f482 reporting: add option ‘graphLegendName’ to addSeries 2014-05-19 12:29:54 +02:00
Houtan Bastani e97cf3d1db doc: add example to dseries/reporting slides 2014-05-16 17:12:12 +02:00
Houtan Bastani a9e90f5d57 doc: add reporting slides to dseries presentation 2014-05-14 16:54:58 +02:00
Houtan Bastani 9e86c760b3 doc: finish dseries syntax for slides 2014-05-13 18:30:50 +02:00
Houtan Bastani f21bed4f1f doc: add default values for baxter_king_filter 2014-05-13 13:00:28 +02:00
Michel Juillard 57ae7d7fd9 adding solve_algo=9: using trust_region algorithm on the entire model 2014-05-07 21:25:10 +02:00
Sébastien Villemot c768ff239b Ref. manual: fix default number of periods of forecast command. 2014-05-07 11:14:54 +02:00
Houtan Bastani b3f2822c61 doc: complete dates portion of dseries/reporting slides 2014-05-06 18:05:41 +02:00
Sébastien Villemot 9a6ed32ff3 Use correct texinfo commands for *_plan functions. 2014-05-06 16:05:47 +02:00
Houtan Bastani 32f7f211d7 doc: dseries and reporting presentation (draft) 2014-04-29 17:57:24 +02:00
Houtan Bastani fb5b730a1d doc: fix typo 2014-04-22 11:41:32 +02:00
Sébastien Villemot 85f7af9133 Perfect foresight solver now uses a homotopy technique by default.
This commit introduces a "no_homotopy" option to restore the old behavior.

Ref #220
2014-04-10 16:39:06 +02:00
Sébastien Villemot 52d4944c9c Remove extra whitespace introduced in 4a8e737c. 2014-04-10 15:19:00 +02:00
Sébastien Villemot 9c279dca85 Merge pull request #646 from JohannesPfeifer/var_decomp
Var decomp
2014-04-10 12:13:50 +02:00
Sébastien Villemot a8f9fdf296 New option "overwrite" to "shocks" and "mshocks".
Tells that a new block overwrite the previous ones instead of being cumulative.
2014-04-10 11:54:49 +02:00
Sébastien Villemot 9c4b2d949b Introduce two new command: perfect_foresight_{setup,solver}.
simul is now simply an alias for
perfect_foresight_setup+perfect_foresight_solver.
2014-04-09 17:57:17 +02:00
Johannes Pfeifer 4a8e737c7a Improve documentation on unconditional variance decomposition 2014-04-07 11:30:11 +02:00
Sébastien Villemot 1f2b847a45 Documentation for smoother2histval and histval_file.
Ref #594
2014-04-04 18:16:19 +02:00
Stéphane Adjemian (Scylla) 4e1c26db76 Changed dseries' constructor so that the third and fourth inputs arguments accept cell of strings *and* character arrays.
=> It is possible to pass M_.endo_names as a third input argument.
2014-03-26 11:40:21 +01:00
Sébastien Villemot f3dad7f7e5 Fix doc for oo_.{Smoothed,Updated,Filtered}Variables and oo_.SmoothedShocks. 2014-03-25 18:21:57 +01:00
Sébastien Villemot 610295126d Fix error in texinfo introduced in 9712f4ab. 2014-03-24 15:33:10 +01:00
Stéphane Adjemian (Scylla) 9712f4abe6 Added the possibility to pass a range of dates to the dseries constructor. 2014-03-22 11:23:46 +01:00
Sébastien Villemot 59696026e9 Fix formatting problems introduced in 44fe31c7. 2014-03-21 13:55:55 +01:00
Sébastien Villemot 8186490a82 Merge pull request #638 from JohannesPfeifer/documentation
Improvements on Documentation, headers, and pathological cases
2014-03-21 13:38:09 +01:00
Johannes Pfeifer acf688c178 Clarify description of histval for stochastic simulations 2014-03-19 21:42:18 +01:00
Johannes Pfeifer e6fadde9e2 Correct placement of @end example in manual 2014-03-19 21:40:06 +01:00
Johannes Pfeifer 44fe31c73f Clarify OSR in manual 2014-03-19 21:39:24 +01:00
Houtan Bastani 37d18f6b69 doc: sbvar_identification stub, #237 2014-03-14 15:55:38 +01:00
Johannes Pfeifer 4bb1222b35 Clarify role var_list and option for OSR 2014-03-11 10:26:25 +01:00
Sébastien Villemot 210d2f24e6 Trust-region solver is now the default solver. 2014-03-10 14:08:40 +01:00
Michel Juillard daff028830 updating the documentation for ramsey_model 2014-03-09 12:15:32 +01:00
Johannes Pfeifer 35795c3ba9 Add option mh_conf_sig
Fixes #598
2014-03-06 10:06:55 +01:00
Johannes Pfeifer cf1cec341f Update the manual information on the deterministic solver
The Laffargue-Boucekkine-Juillard algorithm is not the default anymore
2014-02-28 13:50:59 +01:00
Houtan Bastani daf6189e9c reporting: add option 'ALL' to xTickLabels 2014-02-20 16:35:05 +01:00
Houtan Bastani 5899a19e79 reporting: change xTickLabels default to be first date, last date, and, if passed, the first date of the shade region. Accordingly, change the default of the tick rotation to be 0. 2014-02-20 16:24:37 +01:00
Houtan Bastani fee1f9442f reporting: change figName option to graphName; change figDirName option to graphDirName 2014-02-19 15:23:56 +01:00
Houtan Bastani b80ab031df fix typos 2014-02-19 15:16:22 +01:00
Houtan Bastani 961153aeb9 reporting: change option names to camelCase 2014-02-19 15:10:04 +01:00
Houtan Bastani 5df5de9309 reporting: extract tables into individual files for easy inclusion by user in their paper 2014-02-19 10:04:57 +01:00
Sébastien Villemot 2662c2c3d4 Fix texinfo error. 2014-02-17 16:29:51 +01:00
Sébastien Villemot 2fba1902ec Merge pull request #616 from JohannesPfeifer/more_explicit_messages
Add more explicit messages, fix typos in manual and add more explicit documentation for endval
2014-02-17 15:57:48 +01:00
Houtan Bastani e329ee2b60 reporting: make the titleFormat default work for both titles and subtitles, not just titles 2014-02-17 12:25:49 +01:00
Houtan Bastani 28716ed52a reporting: add subtitles for graphs, closes #580 2014-02-17 12:11:41 +01:00
Houtan Bastani be7b11d7c8 doc: add example for subtitles, #580 2014-02-17 11:22:12 +01:00
Houtan Bastani d02fc22538 fix typo 2014-02-17 11:19:50 +01:00
Houtan Bastani 581059fedc reporting: change default for titleFormat of page 2014-02-17 11:19:50 +01:00
Houtan Bastani 522013f889 reporting: add subtitle support for tables, ref #580 2014-02-17 11:19:46 +01:00
Houtan Bastani c52b24b5b1 doc: update default for graph option fig name 2014-02-14 16:37:52 +01:00
Houtan Bastani d080433adf doc: update reporting explanation 2014-02-14 16:36:18 +01:00
Houtan Bastani 62c3fb9bd5 fix typo 2014-02-14 16:23:03 +01:00
Houtan Bastani eeedda5e2d reporting: add options xAxisTight and yAxisTight 2014-02-13 17:01:34 +01:00
Houtan Bastani 2916fc49b9 reporting: implement enlarge y limits for graph; requires a change in shading to get programmed ymin => using fill now 2014-02-13 16:47:17 +01:00
Houtan Bastani 96c8d33cff reporting: set up graph shade color 2014-02-13 15:22:31 +01:00
Houtan Bastani a47600daba doc: fix typo 2014-02-13 15:16:28 +01:00
Houtan Bastani 031dca436b reporting: set up legends for graphs 2014-02-13 15:14:29 +01:00
Houtan Bastani be1819b282 reporting: make graph line markers work with tikz 2014-02-12 16:13:41 +01:00
Johannes Pfeifer e8b2b0208a Clarify initval and endval in manual 2014-02-12 12:08:10 +01:00
Houtan Bastani 623081cd32 reporting: new option xTickLabelAnchor 2014-02-11 17:04:06 +01:00
Houtan Bastani 6bbae11b66 reporting: new option xTickLabelRotation 2014-02-11 17:04:06 +01:00
Sébastien Villemot 0954ce3770 Remove spurious @vindex commands.
Those were wrongly taking precedence over the @defvr entries.
2014-02-11 16:51:42 +01:00
Houtan Bastani e64d1e0952 reporting: add custom height/width to graphs 2014-02-11 15:34:42 +01:00
Houtan Bastani 4651338a76 first pass at tikz/pgf graphs 2014-02-11 15:34:35 +01:00
Johannes Pfeifer ec41b0cf9e Fixes lot of Typos in the Manual 2014-02-11 10:18:04 +01:00
Sébastien Villemot a5be9dd845 Add trust-region nonlinear solver.
Closes #260
2014-02-04 17:56:27 +01:00
Sébastien Villemot f8a2e97ea3 Fix typo. 2014-02-04 15:02:09 +01:00
Sébastien Villemot 3348481104 Add new options consider_all_endogenous and consider_only_observed.
Closes #336
2014-02-04 14:49:06 +01:00
Sébastien Villemot 5308da2cad Upgrade the minimum requirement to MATLAB 7.5 (R2007b). 2014-02-03 15:52:54 +01:00
Stéphane Adjemian (Scylla) f54e5ad57b Document @dseries/chain method. 2014-02-01 11:38:10 +01:00
Stéphane Adjemian (Scylla) 0960861b2a Added logdata option. Closes #600. 2014-01-31 11:27:36 +01:00
Stéphane Adjemian (Scylla) ebf4d2a9a6 Fixed typo (write @cite{} instead of \cite{} for citations in texinfo). 2014-01-31 11:09:09 +01:00
Stéphane Adjemian (Scylla) 8829baa3aa Merge branch 'johannes-documentation' 2014-01-30 15:33:28 +01:00
Stéphane Adjemian (Scylla) 2e1ad9c51b Merge branch 'loglinear' 2014-01-30 13:06:43 +01:00
Johannes Pfeifer 5626b0cb89 Remove constant and noconstant options from manual for estimation command
Those options are set internally depending on whether the steady state is zero or not. See http://www.dynare.org/pipermail/dev/2014-January/003655.html
2014-01-30 09:18:15 +01:00
Johannes Pfeifer 5db6a4a0c4 Provide more information on the loglinear option and its data treatment 2014-01-29 21:11:40 +01:00
Johannes Pfeifer 6575d5ab5e Clarify the role of the loglinear option for stoch_simul 2014-01-29 19:42:23 +01:00
Stéphane Adjemian (Scylla) 4c4cfd441c Fixed typo in manual. 2014-01-29 17:56:20 +01:00
Stéphane Adjemian (Scylla) dc4a6437cc Document new cumprod overloaded function. 2014-01-29 17:54:21 +01:00
Johannes Pfeifer 2c36898dc4 Document treatment of missing observations
Closes #286
2014-01-29 16:39:41 +01:00
Johannes Pfeifer e054c5c322 Clarify prefilter option in estimation 2014-01-29 15:04:44 +01:00
Stéphane Adjemian (Scylla) 681b194cbe Mention in the manual that a subsample can be created out of a dseries object using the overloaded parenthesis. Closes #589. 2014-01-29 14:20:51 +01:00
Sébastien Villemot 0d9a9d44c3 Add missing whitespace. 2014-01-27 14:52:40 +01:00
Sébastien Villemot b3859bd763 Add a warning about the choice of the MOD file name. 2014-01-27 14:52:16 +01:00
Houtan Bastani fa9c0f0a79 reporting: add indentation to table rows. closes #581 2014-01-24 09:53:53 -06:00
Sébastien Villemot cb0439345c Fix a few minor errors in the dseries doc. 2014-01-21 15:04:47 -06:00
ferhat d325ad15b2 Adds setdiff method to dates 2014-01-21 14:37:43 -06:00
Houtan Bastani a02b5b2d6a doc fix typo 2014-01-17 12:56:08 -05:00
Stéphane Adjemian (Charybdis) 0297237dcd Update manual according to commit 117f338eff. 2014-01-16 10:47:28 +01:00
Stéphane Adjemian (Charybdis) f11f44fcc5 Fixed typo in manual. 2014-01-16 10:14:21 +01:00
Houtan Bastani 74260b9487 doc: fix example 2014-01-13 16:47:20 -05:00
Houtan Bastani 54a0039c64 doc: dates subtraction has two functionalities 2014-01-13 16:45:49 -05:00
Sébastien Villemot 7c6d5b3ef6 Fix compilation of .texi 2014-01-02 16:40:31 +01:00
Sébastien Villemot 5becaeae00 Merge pull request #572 from FerhatMihoubi/master
Changes in conditional forecast using the extended path
2014-01-02 07:31:00 -08:00
ferhat dfbff7fc32 New syntax used to call the conditional forecast using the extended path method. It allows to match the endogenous and the shock that are flipped. 2014-01-02 16:13:03 +01:00
Houtan Bastani 52492afe6e reporting: add tableDataRhs option to series 2014-01-02 15:28:23 +01:00
Houtan Bastani 16fe4190b2 doc: fix typo 2014-01-02 15:13:57 +01:00
Houtan Bastani 26d834a42a reporting: make vlineAfter accept a cell array of dates 2014-01-02 09:35:45 +01:00
Houtan Bastani 809c3aca11 reporting: remove annualAverages option 2013-12-31 12:54:49 +01:00
Stéphane Adjemian (Charybdis) afb36821a8 Merge branch 'master' into sim1-with-variable-dimension 2013-12-30 16:37:16 +01:00
Stéphane Adjemian (Charybdis) f302f297c1 Option endogenous_terminal_periods is only available with stack_solve_algo==0. 2013-12-30 16:05:13 +01:00
Stéphane Adjemian (Charybdis) e76db22c79 Give more details about endogenous_terminal_period option. 2013-12-30 15:50:42 +01:00
Johannes Pfeifer a5a189475e Improve documentation of shock_decomposition 2013-12-30 13:54:16 +01:00
Stéphane Adjemian (Charybdis) c35f3d2e52 Document new option (endogenous_terminal_period). 2013-12-27 20:29:30 +01:00
Stéphane Adjemian (Scylla) 49506c6ec4 Document default for new option posterior_max_subsample_draws. 2013-12-18 16:44:31 +01:00
Stéphane Adjemian (Scylla) 63986a0ebf Closes #567. 2013-12-18 16:44:31 +01:00
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
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