Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
8bbc3b24
Commit
8bbc3b24
authored
Jun 15, 2012
by
Sébastien Villemot
Browse files
Allow nograph, nodisplay and graph_format in identification
parent
974390ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/dynare.texi
View file @
8bbc3b24
...
...
@@ -5784,6 +5784,15 @@ Specify the parameter set to use. Default: @code{prior_mean}
@item kalman_algo = @var{INTEGER}
@xref{kalman_algo}.
@item nograph
@xref{nograph}.
@item nodisplay
@xref{nodisplay}.
@item graph_format = @var{FORMAT}
@xref{graph_format}.
@end table
@end deffn
...
...
preprocessor/DynareBison.yy
View file @
8bbc3b24
...
...
@@ -1604,6 +1604,9 @@ identification_option : o_ar
| o_parameter_set
| o_lik_init
| o_kalman_algo
| o_nograph
| o_nodisplay
| o_graph_format
;
model_comparison : MODEL_COMPARISON mc_filename_list '
;
'
...
...
Write
Preview
Supports
Markdown
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