dynare/doc
Sébastien Villemot 76d5d441ea Change the syntax for values of deterministic shocks:
Arbirtrary expressions after the "values" keywords must now be enclosed
within parentheses; consider the following example:
<code>
periods 1:2;
values -1 -2;
</code>

In the previous syntax, this was interpreted by the preprocessor as a shock of
value -1-2 = -3 for periods 1 and 2, which is clearly not the intent of the
user; with the new syntax, this will be rejected (too many values compared to
the number of ranges).

Also note that now commas are no longer required between arbitrary expressions,
since the parentheses are sufficient for separating them.
2010-11-24 18:26:43 +01:00
..
AIM Removed references to SPSparse, SPQZ and SPEigQZ as unused 2008-09-02 21:28:11 +00:00
internals Build system: new configure option "--enable-org-export" for compiling Org files 2010-11-15 12:43:55 +01:00
macroprocessor Updates to macroprocessor slides 2010-07-01 15:21:41 +02:00
parallel Added PDF documentation for parallel stuff 2010-10-29 12:48:07 +02:00
preprocessor Build system: added test for beamer 2009-09-21 10:30:04 +00:00
userguide change email address 2010-10-01 16:26:49 +02:00
Makefile.am Build system: added internals documentation 2010-11-12 09:57:25 +01:00
bibmad.sty v4: branching out /doc 2006-02-14 14:45:14 +00:00
bvar-a-la-sims.tex Fix example test file: it fails with Netlib BLAS (but succeeds with ATLAS), because of a near-singularity 2010-01-13 17:39:30 +00:00
dr.tex Added new LaTeX file documenting in detail the computation of first order decision rules 2009-12-14 14:21:16 +00:00
dynare.xsl Reindented the reference manual (using Emacs' nXml mode, except for <programlisting> tags which are messed up by the autoindent) 2009-12-16 15:35:53 +00:00
dynare_html.xsl Reindented the reference manual (using Emacs' nXml mode, except for <programlisting> tags which are messed up by the autoindent) 2009-12-16 15:35:53 +00:00
guide.bbl v4: branching out /doc 2006-02-14 14:45:14 +00:00
guide.tex Updated Collard's guide for Dynare 4.1 2009-12-22 10:34:06 +00:00
manual.xml Change the syntax for values of deterministic shocks: 2010-11-24 18:26:43 +01:00