Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
preprocessor
Commits
a169cd07
Commit
a169cd07
authored
Aug 21, 2016
by
MichelJuillard
Committed by
GitHub
Aug 21, 2016
Browse files
Options
Downloads
Plain Diff
Merge pull request #1257 from JohannesPfeifer/conf_sig
Conf sig
parents
01552008
d3af8703
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
DynareBison.yy
+8
-6
8 additions, 6 deletions
DynareBison.yy
with
8 additions
and
6 deletions
DynareBison.yy
+
8
−
6
View file @
a169cd07
...
...
@@ -1727,7 +1727,7 @@ estimation_options : o_datafile
| o_nograph
| o_nodisplay
| o_graph_format
| o_conf_sig
| o_
forecasts_
conf_sig
| o_mh_conf_sig
| o_mh_replic
| o_mh_drop
...
...
@@ -2145,7 +2145,7 @@ bvar_density : BVAR_DENSITY INT_NUMBER ';'
bvar_forecast_option : bvar_common_option
| o_forecast
| o_conf_sig
| o_
bvar_
conf_sig
| o_bvar_replic
;
...
...
@@ -2454,7 +2454,7 @@ dynare_sensitivity_option : o_gsa_identification
| o_nograph
| o_nodisplay
| o_graph_format
| o_conf_sig
| o_
forecasts_
conf_sig
| o_mh_conf_sig
| o_loglinear
| o_mode_file
...
...
@@ -2501,7 +2501,7 @@ forecast_options: forecast_option
;
forecast_option: o_periods
| o_conf_sig
| o_
forecasts_
conf_sig
| o_nograph
| o_nodisplay
| o_graph_format
...
...
@@ -2517,7 +2517,7 @@ conditional_forecast_options : conditional_forecast_option
conditional_forecast_option : o_periods
| o_replic
| o_conf_sig
| o_
conditional_forecast_
conf_sig
| o_controlled_varexo
| o_parameter_set
;
...
...
@@ -2823,7 +2823,9 @@ list_allowed_graph_formats : allowed_graph_formats
o_subsample_name : symbol EQUAL date_expr ':' date_expr
{ driver.set_subsample_name_equal_to_date_range($1, $3, $5); }
;
o_conf_sig : CONF_SIG EQUAL non_negative_number { driver.option_num("conf_sig", $3); };
o_bvar_conf_sig : CONF_SIG EQUAL non_negative_number { driver.option_num("bvar.conf_sig", $3); };
o_forecasts_conf_sig : CONF_SIG EQUAL non_negative_number { driver.option_num("forecasts.conf_sig", $3); };
o_conditional_forecast_conf_sig : CONF_SIG EQUAL non_negative_number { driver.option_num("conditional_forecast.conf_sig", $3); };
o_mh_conf_sig : MH_CONF_SIG EQUAL non_negative_number { driver.option_num("mh_conf_sig", $3); };
o_mh_replic : MH_REPLIC EQUAL INT_NUMBER { driver.option_num("mh_replic", $3); };
o_posterior_max_subsample_draws : POSTERIOR_MAX_SUBSAMPLE_DRAWS EQUAL INT_NUMBER { driver.option_num("posterior_max_subsample_draws", $3); };
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment