Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dynare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marco Ratto
dynare
Commits
b4479361
Verified
Commit
b4479361
authored
Jan 08, 2020
by
Houtan Bastani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix typo and formatting
parent
8fbb7730
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
13 deletions
+16
-13
doc/manual/source/dynare-misc-commands.rst
doc/manual/source/dynare-misc-commands.rst
+12
-10
doc/manual/source/the-model-file.rst
doc/manual/source/the-model-file.rst
+4
-3
No files found.
doc/manual/source/dynare-misc-commands.rst
View file @
b4479361
...
...
@@ -167,24 +167,26 @@ Dynare misc commands
A
``
1
*
Nblck
``
array
of
doubles
.
Current
acceptance
ratios
.
..
matcomm
::
prior
[
options
[,
...]];
..
matcomm
::
prior
[
OPTIONS
[,
...]];
Prints
various
informations
about
the
prior
distribution
depending
o
n
the
options
.
If
no
options
are
provided
,
the
command
returns
the
list
of
available
options
.
Following
options
are
available
:
Prints
information
about
the
prior
distribution
given
the
provided
o
ptions
.
If
no
options
are
provided
,
the
command
returns
the
list
of
available
options
.
``
table
``
*
Options
*
..
option
::
table
Prints
a
table
describing
the
marginal
prior
distributions
(
mean
,
mode
,
std
.,
lower
and
upper
bounds
,
HPD
interval
).
``
moments
``
..
option
::
moments
Computes
and
displays
first
and
second
order
moments
of
the
endogenous
variables
at
the
prior
mode
(
considering
the
linearized
version
of
the
model
).
``
moments
(
distribution
)``
..
option
::
moments
(
distribution
)
Computes
and
displays
the
prior
mean
and
prior
standard
deviation
of
the
first
and
second
moments
of
the
endogenous
...
...
@@ -193,7 +195,7 @@ Dynare misc commands
stored
in
the
``
prior
``
subfolder
in
a
``
_endogenous_variables_prior_draws
.
mat
``
file
.
``
optimize
``
..
option
::
optimize
Optimizes
the
prior
density
(
starting
from
a
random
initial
guess
).
The
parameters
such
that
the
steady
state
does
not
...
...
@@ -203,7 +205,7 @@ Dynare misc commands
defined
over
such
regions
,
the
optimization
algorithm
may
fail
to
converge
to
the
true
solution
(
the
prior
mode
).
``
simulate
``
..
option
::
simulate
Computes
the
effective
prior
mass
using
a
Monte
-
Carlo
.
Ideally
the
effective
prior
mass
should
be
equal
to
1
,
otherwise
...
...
@@ -215,6 +217,6 @@ Dynare misc commands
:
math
:`
p_A
\
neq
p_B
\
leq
1
`
so
that
the
prior
mass
of
the
compared
models
are
identical
.
``
plot
``
..
option
::
plot
Plots
the
marginal
prior
density
.
doc/manual/source/the-model-file.rst
View file @
b4479361
...
...
@@ -7974,7 +7974,7 @@ The forecast scenario can contain some simple shocks on the exogenous
variables. This shocks are described using the function
``basic_plan``:
.. matcomm:: HANDLE = basic_plan (HANDLE,
'
VAR_NAME
', '
SHOCK_TYPE
', DATES, MATLAB VECTOR OF DOUBLE | [DOUBLE | EXPR [DOUBLE |
| EXPR] ] );
.. matcomm:: HANDLE = basic_plan (HANDLE,
`VAR_NAME'
,
`
SHOCK_TYPE
', DATES, MATLAB VECTOR OF DOUBLE | [DOUBLE | EXPR [DOUBLE
| EXPR] ] );
Adds to the forecast scenario a shock on the exogenous variable
indicated between quotes in the second argument. The shock type
...
...
@@ -7992,7 +7992,7 @@ compatible with the constrained path are in this case computed. In
other words, a conditional forecast is performed. This kind of shock
is described with the function ``flip_plan``:
.. matcomm:: HANDLE = flip_plan (HANDLE,
'
VAR_NAME
,
'VAR_NAME'
,
'SHOCK_TYPE'
,
DATES
,
MATLAB
VECTOR
OF
DOUBLE
|
[
DOUBLE
|
EXPR
[
DOUBLE
|
|
EXPR
]
]
);
.. matcomm:: HANDLE = flip_plan (HANDLE,
`VAR_NAME'
,
`
VAR_NAME
', `SHOCK_TYPE'
,
DATES
,
MATLAB
VECTOR
OF
DOUBLE
|
[
DOUBLE
|
EXPR
[
DOUBLE
|
EXPR
]
]
);
Adds
to
the
forecast
scenario
a
constrained
path
on
the
endogenous
variable
specified
between
quotes
in
the
second
argument
.
The
...
...
@@ -8049,7 +8049,8 @@ computed with the command ``det_cond_forecast``:
plot
(
dset_forecast
.{
'r'
,
'e'
});
..
command
::
smoother2histval
[(
OPTIONS
...)];
..
command
::
smoother2histval
;
smoother2histval
(
OPTIONS
...);
The
purpose
of
this
command
is
to
construct
initial
conditions
(
for
a
subsequent
simulation
)
that
are
the
smoothed
values
of
a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment