Commit Graph

1501 Commits (7dd2dd5e24a343fbeaf3522ea5e535c27d8b9f95)

Author SHA1 Message Date
sebastien c5968dd0e1 Reference manual: added new 'no_static' option, bumped version number to 4.2
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3322 ac1d8469-bf42-47a9-8791-bf33cf982152
2010-01-08 15:56:18 +00:00
sebastien c22f9b4c3e User guide: updated URLs for new Dynare website
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3286 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-23 11:31:22 +00:00
sebastien 898a2bfa85 Reference manual: update introduction
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3285 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-23 11:31:05 +00:00
sebastien 0542308374 Updated Collard's guide for Dynare 4.1
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3283 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-22 10:34:06 +00:00
sebastien 0011678cb5 Changes by Ferhat:
* fix options stack_solve_algo={2,3,4} (closes #68)
* fix crashes for singular normalizations (closes #44) and implement decreasing cutoff
* fail for stack_solve_algo=2 under Octave (because there is no gmres function in Octave)


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3279 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-21 10:29:21 +00:00
sebastien 462cba9158 Build system: minor adjustments
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3272 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-18 15:30:43 +00:00
sebastien 30d45ad9c9 Added missing 'nograph' option to 'forecast' command + Fixed affiliations in ref manual
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3265 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-18 08:35:12 +00:00
sebastien c01a3c134b Reindented the reference manual (using Emacs' nXml mode, except for <programlisting> tags which are messed up by the autoindent)
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3248 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-16 15:35:53 +00:00
sebastien 767d33f08c Reference manual: documented "block", "bytecode" options and their friends. Closes #66
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3246 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-16 15:18:16 +00:00
sebastien 9b8bc4b0ae Added new LaTeX file documenting in detail the computation of first order decision rules
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3239 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-14 14:21:16 +00:00
sebastien 40994e1e6d reference manual:
* for MATLAB 64-bit under Windows, indicate where to download the required MS Visual C++ runtime for MEX files
* added a few explanations on auxiliary variables
* fixed mode_compute option of estimation
* indicate that only first order supported by ramsey_policy


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3238 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-14 13:20:14 +00:00
sebastien 0cda8d64da reference manual: documented new 'cygwin' and 'msvc' options
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3225 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-11 15:02:18 +00:00
sebastien 2f7c327b0e k-order:
* in the preprocessor, fail if k_order_solver given without use_dll
* updated the reference manual, in particular w.r. to the new wiki page on MEX compilation under Windows


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3216 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-09 11:50:58 +00:00
sebastien ee3ceb7db6 M-files and preprocessor:
* removed "options_.simul", and instead test if "options_.periods" is non-zero
* test for the incompatibility of options "periods" and "hp_filter" in "stoch_simul.m", instead of in the preprocessor
Reference manual:
* removed "simul" options, updated "periods"
* updated "order" option (for 3rd order)
* added "k_order_solver" option
* give some hints for installing a compiler for users of MATLAB for Windows


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3188 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-01 17:51:47 +00:00
sebastien 36f82af66f Reference manual: fixed syntax of histval
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3186 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-01 15:54:20 +00:00
houtanb 98c1291521 Revert to r3157
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3159 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-11-20 15:39:11 +00:00
houtanb beec6c2cd2 Edited Section 1 of the User Guide
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3158 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-11-20 12:04:15 +00:00
sebastien 76e691c651 preprocessor:
* fixed a bug with EXPECTATION operator: now handle model local variables
* substitute EXPECTATION operator even in deterministic models (for avoiding crashes, even if use of this operator doesn't make sense there)
* forbid the use of EXPECTATION and STEADY_STEATE outside model block
* minor implementation changes in EXPECTATION and STEADY_STATE operators

reference manual:
* documented EXPECTATION and STEADY_STATE operators
* added a note in write_latex_{static,dynamic}_model commands documentation about auxiliary variables and other model transformations


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3145 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-11-09 15:13:47 +00:00
sebastien af732433d7 predetermined_variables:
* reworked a little bit the implementation
* documented the command in the reference manual
* added a test


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3143 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-11-09 11:03:18 +00:00
sebastien bd43adb926 * userguide: updated list of Dynare contributors and installation section
* reference manual: updated installation section


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3136 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-11-06 19:06:00 +00:00
sebastien ab8b4f37f1 * preprocessor: make optional the warnings about uninitialized parameters/endogenous/exogenous, added a new "warn_uninit" option to dynare command to display them
* reference manual: documented the new option, fixed XML conformance of the document


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3135 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-11-06 18:31:03 +00:00
michel 2916aa7508 manual entry + test for conditional variance decomposistion
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3112 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-11-02 07:29:36 +00:00
sebastien ffd9b2d405 preprocessor: clean-up workaround for acosh(), asinh(), atanh() on Win 64 platforms
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3101 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-29 17:16:10 +00:00
stepan 21d58eac91 * Bug fix.
* Changed the conditional forecast section in the manual.
* Removed the calibration token from the preprocessor.

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3067 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-22 15:56:32 +00:00
sebastien aa6ff983a9 AIM solver:
* added interface in the MOD file, with a new option "aim_solver" to stoch_simul and estimation
* documented the option in the reference manual


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3059 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-20 15:44:56 +00:00
sebastien dbc9e0996d * Preprocessor: implemented interface to conditional forecast, with three new statements: "conditional_forecast", "conditional_forecast_paths" and "plot_conditional_forecast"
* Reference manual: created a section on forecasting (with "forecast" option), and added the three new statements to that section


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3049 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-16 17:23:57 +00:00
sebastien 154eef8dbb Reference manual: on the road to 4.1...
* added new commands: "identification", "write_latex_dynamic_model", "write_latex_static_model", "shock_decomposition"
* updated "{load,save}_params_and_steady_state"


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3047 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-15 16:32:19 +00:00
sebastien e4b20637e4 Reference manual: completely remove index
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3041 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-13 19:15:02 +00:00
sebastien 53fbb07f61 Reference manual: updates for the 4.1 release
* added Houtan to the list of developers, moved Ondra to the list of past contributors
* updated installation instructions
* options of "dynare" command: added "nolinemacro" and "onlymacro", updated "savemacro"
* mention the possibility of specifying LaTeX names for "var", "varexo", "varexo_det", "parameters"
* mention that now leads/lags can be used on exogenous variables
* mention that arbitrary expressions can now be specified in the "estimated_params" family of commands
* added new commands: "change_type", "model_comparison"
* capitalize "MATLAB" throughout the manual
* remove obsolete index and quasi-empty chapter pointing to Collard's guide



git-svn-id: https://www.dynare.org/svn/dynare/trunk@3040 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-13 19:09:49 +00:00
sebastien ddfd61c95b Reference manual: remove workarounds for old versions of dblatex
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3039 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-13 17:03:02 +00:00
sebastien 69daebf441 Reference manual: fixed problems of conformance to DocBook 4.5 spec
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3038 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-13 13:08:05 +00:00
sebastien 598d60a0c2 Build system: added test for beamer
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2955 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-21 10:30:04 +00:00
sebastien fa1fcfc800 Build system: add test for econometrica bibtex style (necessary for userguide)
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2948 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-18 09:55:21 +00:00
sebastien 31aff0e756 Various fixes to build system
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2937 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-17 08:14:44 +00:00
sebastien 06e7755cd8 * Following GNU build system rules, PDF documentation is now built with "make pdf", HTML doc with "make html"
* Fixed bug when dblatex not present


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2915 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-10 16:51:12 +00:00
sebastien ddd286863d * Convert the rest of the already existing build system to Automake
* Add new autoconf macros


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2914 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-10 09:50:58 +00:00
michel 74373122b3 manual: change to IRF entry
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2868 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-08-25 18:36:57 +00:00
sebastien 30ba893514 Reference manual: updated synopsis for optim_weights, osr, osr_params, planner_objective, ramsey_policy, dynare_sensitivity, rplot, dynatype, dynasave
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2803 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-07-02 16:54:19 +00:00
sebastien fbff270180 * Added BVAR a la sims examples in Octave testsuite
* Switched BVAR example data to M-file instead of XLS


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2801 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-07-01 13:23:28 +00:00
sebastien 1c57c3129c trunk doc: updated macroprocessor slides
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2783 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-06-24 12:51:58 +00:00
sebastien b710347869 trunk: build system updates
* top-level Makefile now generated
* automatic rules for regenerating configure and Makefiles
* enhanced source tarball creation (no longer destroys SVN subdirs)


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2734 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-06-08 10:04:06 +00:00
sebastien e2c749e0b7 trunk manual: added some details about reordering of variables in decision rules (merge needed)
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2720 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-06-03 15:12:19 +00:00
sebastien d0c00a740b trunk manual: fixed synopsis for prior_analysis, posterior_analysis, unit_root_vars
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2682 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-05-19 16:07:29 +00:00
sebastien 3ca9db19ff trunk macroprocessor.tex: added missing semicolons
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2635 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-04-27 13:39:52 +00:00
sebastien 85d9ee1ab6 trunk: added autoconf support for the documentation build system (only build stuff for which we have the tools: pdflatex, dblatex, xsltproc)
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2634 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-04-27 13:37:50 +00:00
sebastien 025fb5aea1 trunk manual:
* fixed synopsis and options of estimation command
* version number equal to 4.0.3.1 (for immediate release)
* various cosmetic changes


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2590 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-04-10 18:29:11 +00:00
michel d52020c5c8 4.1: updated manual, corrected order of variables and other minor changes
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2587 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-04-10 12:26:25 +00:00
sebastien bdd9c40203 trunk manual:
* fixed synopsis and explanations for varobs, observation_trends, estimated_params, estimated_params_init, estimated_params_bounds
* various cosmetic changes


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2579 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-04-09 14:40:28 +00:00
stepan adc1e77514 Changed the description of the available optimization routines for
estimation.


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2559 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-04-06 15:49:12 +00:00
sebastien 4bbf29ac1b trunk: removed some bashisms in Makefiles (merge needed)
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2536 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-03-27 17:47:30 +00:00
sebastien 1021b83fbf trunk manual:
* updates to homotopy_setup, check, forecast, simul and stoch_simul (for the last one, order of variables in oo_.dr still needs to be fixed)
* various cosmetic changes


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2496 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-03-20 18:34:30 +00:00
sebastien 21d2b919f0 trunk manual: added "notmpterms" option to preprocessor + added G. Anderson to list of contributors
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2492 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-03-20 14:27:47 +00:00
sebastien 521557595c trunk manual: updated synopsis and options for commands, up to and including "steady"
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2478 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-03-18 22:35:33 +00:00
michel c60e8ad6f2 partial update of manual
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2477 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-03-18 08:12:58 +00:00
sebastien 6e13e905b4 trunk: updates to the macroprocessor slides
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2462 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-03-13 16:34:56 +00:00
sebastien 7e23ff1e2d trunk manual:
* upgraded to GDFL 1.3
* added "options_" to the list of variables saved in *_results.mat
* fixed an error in the description of initval/endval


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2327 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-12-19 09:59:55 +00:00
sebastien 033de871e6 trunk:
* created a Makefile for rebuilding the userguide
* integrated the building of the userguide in the Debian packaging
* removed PDF files of the userguide
* included the front cover directly from latex source
* updated some URLs in the userguide, to point to www.dynare.org


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2325 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-12-18 21:39:49 +00:00
tommaso d8f667fdbf added missing graphic file
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2324 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-12-18 14:15:35 +00:00
sebastien 94433146d5 trunk: upgraded to GFDL 1.3 for all documentation
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2321 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-12-18 13:39:46 +00:00
tommaso 82a333fb55 userguide: changed copyright notice, new pdf for web (UserGuide_PublicBeta20081218.pdf), uploaded all graphic files used in UserGuide, Happy Christmas to everyone.
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2320 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-12-18 11:52:51 +00:00
sebastien 71e5b5a806 trunk manual: rewrote sections for initval and endval
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2296 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-12-05 17:41:01 +00:00
sebastien 3d98d4f8fe trunk manual:
* added a note about Dynare timing convention
* reworked the bibliography


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2289 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-12-04 18:38:57 +00:00
sebastien 9961492f46 trunk manual: updated section for model keyword
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2284 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-12-03 18:03:41 +00:00
sebastien 3221d038e4 trunk manual: improvements to expressions and model command
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2267 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-11-21 18:21:57 +00:00
sebastien cacbc4a606 trunk manual:
* jumped to 4.0.2 version number
* created an introduction chapter with "what's dynare?" and (still empty) "changes since version 3" sections
* created an "installation and configuration" chapter out of old material
* created a new "expressions" section, describing valid expressions
* use <trademark class="registered"> when citing Matlab and Windows
* use <filename class="extension"> when talking about the ".mod" file
* moved "dsample" and "periods" at the end of the "model" chapter
* removed "markovitz" and "cutoff" (we'll wait till Dynare 4.1)


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2256 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-11-14 17:43:09 +00:00
sebastien 1792d54f59 trunk: updated wiki URL in documentation
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2184 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-10-20 16:31:20 +00:00
sebastien a03af050af undoing r2110 and r2111 changesets
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2112 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-09-25 12:29:35 +00:00
michel 464e29706f reverted r2010 because of problem with FILENAME token
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2111 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-09-25 12:10:12 +00:00
adjemian 4da95da54c v4.1: Posterior forecasts plots of bvar à la Sims report the median instead of the mean (because the median is less affected by the posterior draws such that the eigenvalues of the companion matrix are outside the unit circle).
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2057 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-09-10 15:40:31 +00:00
sebastien 652c48069e v4.1: added new {save,load}_params_and_steady_state functions (along with their documentation in the manual)
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2052 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-09-09 10:53:10 +00:00
george 2618c1a9ac Removed references to SPSparse, SPQZ and SPEigQZ as unused
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2026 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-09-02 21:28:11 +00:00
sebastien 7d17a4a0fe v4 manual.xml:
* added description of options to "dynare" command
* began description of valid mathematical expressions (inside and outside model block)
* various minor changes


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1972 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-30 17:04:14 +00:00
george d04b93ff20 git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1971 ac1d8469-bf42-47a9-8791-bf33cf982152 2008-07-30 16:13:55 +00:00
george e6145727ad Added LaTex version of the AIM documentation in doc/AIM subdirectory.
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1970 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-29 19:26:49 +00:00
george 4725a7a86d AIM Documentation in html and compressed mht formats
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1969 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-29 13:31:11 +00:00
sebastien ada0a05f49 v4 doc:
* updates to the manual: added an empty entry for every new command, removed old commands
* fixed a typo in bvar_a_la_sims.tex
* added a warning in the Makefile about package docbook-xsl


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1957 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-16 10:47:39 +00:00
adjemian b9622cfacd Moved DynareKalman.tex and unit_roots.tex.
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1952 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-11 13:20:59 +00:00
sebastien 8643cd9694 v4 manual:
* removed mention of Scilab and Gauss in the introduction, replaced it by GNU Octave
* updated developping team names
* completely rewritten "software requirements" and "installation" section


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1951 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-10 18:52:53 +00:00
sebastien 791422ba66 v4 doc: enhanced build system for all documents (except the userguide which we can't recompile at this stage, since some components are lacking in the SVN)
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1948 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-09 20:36:40 +00:00
sebastien be352664fa v4 manual.xml:
* fixed bug in oo_ table of estimation command, where the 4 last columns where hidden (only 2 were displayed instead of 6)
* replaced &prime; with a single quote (dblatex doesn't handle &prime;)
* implemented a workaround for dblatex bug, by replacing <xref> with <link> when the indexed element contains an underscore
* upgraded header to DocBook 4.5


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1947 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-09 20:34:59 +00:00
sebastien 38323e2271 v4 userguide: removed useless files
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1946 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-09 20:30:33 +00:00
sebastien 400267ab92 v4 doc: added macroprocessor slides
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1933 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-04 14:30:46 +00:00
michel 8a94ae8ba1 draft of manual v4.0
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1913 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-01 14:33:39 +00:00
sebastien 4e8fa69020 v4 doc: fixed URL for docbook XSL files
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1902 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-06-27 18:59:09 +00:00
sebastien 81fae5c1a3 v4 bvar: changed nane of datafile for BVAR example (test.xls was too common a name)
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1817 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-05-02 08:29:50 +00:00
sebastien ddc81ce534 v4 bvar_forecast: added storage of results in oo_
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1482 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-12-07 14:27:37 +00:00
sebastien 3d818d28c8 v4 doc: added slides about preprocessor
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1433 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-10-19 15:03:37 +00:00
sebastien 3e6e5fcd28 v4 doc: updated documentation of BVAR commands
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1396 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-09-25 11:48:57 +00:00
sebastien 1a16b2c75c v4 doc: added documentation for BVAR
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1375 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-07-17 18:27:49 +00:00
tommaso 4fca885549 added example files in models subdirectory that had not been uploaded last time
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1332 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-06-28 10:11:24 +00:00
sebastien 7239b413e8 v4 doc: fixed wrong default value for option "presample" in manual
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1327 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-06-22 09:42:17 +00:00
tommaso b566d29bd7 beta version of UG for web
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1316 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-06-13 15:19:43 +00:00
tommaso 1af967a313 UG: new pdf
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1315 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-06-13 07:28:55 +00:00
michel 53db8e44e4 userguide: modifications
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1296 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-06-02 17:08:30 +00:00
michel e8ac70487f userguide: removing mistaken files
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1295 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-06-02 10:29:50 +00:00
michel 9edf217598 userguide: adding modifications
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1294 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-06-02 10:18:07 +00:00
michel 2101ecf15f userguide: adding new images
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1293 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-06-02 10:16:06 +00:00
michel 117b9d3bf9 userguide: added models directory for examples
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1289 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-05-20 08:34:56 +00:00
michel fae587c119 userguide: added modifications of version 2
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1288 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-05-20 08:29:31 +00:00
tommaso c65351ad6c v4: adding doc/userguide
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1201 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-03-02 21:01:02 +00:00
michel 74b566d355 v4: branching out /doc
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@630 ac1d8469-bf42-47a9-8791-bf33cf982152
2006-02-14 14:45:14 +00:00