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
f550c795
Commit
f550c795
authored
Sep 13, 2011
by
Houtan Bastani
Browse files
MS-SBVAR: remove arguments to cross_restrictions and contemp_reduced_form
parent
176afda1
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/DynareBison.yy
View file @
f550c795
...
...
@@ -2008,8 +2008,8 @@ o_restriction_fname : RESTRICTION_FNAME EQUAL NAME
}
;
o_nlags : NLAGS EQUAL INT_NUMBER {driver.option_num("ms.nlags",$3); };
o_cross_restrictions : CROSS_RESTRICTIONS
EQUAL INT_NUMBER
{driver.option_num("ms.cross_restrictions",
$3
); };
o_contemp_reduced_form : CONTEMP_REDUCED_FORM
EQUAL INT_NUMBER
{driver.option_num("ms.contemp_reduced_form",
$3
); };
o_cross_restrictions : CROSS_RESTRICTIONS {driver.option_num("ms.cross_restrictions",
"1"
); };
o_contemp_reduced_form : CONTEMP_REDUCED_FORM {driver.option_num("ms.contemp_reduced_form",
"1"
); };
o_real_pseudo_forecast : REAL_PSEUDO_FORECAST EQUAL INT_NUMBER {driver.option_num("ms.real_pseudo_forecast",$3); };
o_bayesian_prior : BAYESIAN_PRIOR EQUAL INT_NUMBER {driver.option_num("ms.bayesian_prior",$3); };
o_dummy_obs : DUMMY_OBS EQUAL INT_NUMBER {driver.option_num("ms.dummy_obs",$3); };
...
...
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