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
a25454be
Commit
a25454be
authored
Jul 14, 2011
by
Michel Juillard
Browse files
MS-SBVAR: corrected bug in COEFFICIENTS_PRIOR_HYPERPARAMETERS option
parent
6662aa9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/DynareBison.yy
View file @
a25454be
...
...
@@ -2077,7 +2077,7 @@ o_simulation_file_tag : SIMULATION_FILE_TAG EQUAL filename { driver.option_str("
o_upper_cholesky : UPPER_CHOLESKY { driver.option_num("ms.upper_cholesky","1"); };
o_lower_cholesky : LOWER_CHOLESKY { driver.option_num("ms.lower_cholesky","1"); };
o_coefficients_prior_hyperparameters : COEFFICIENTS_PRIOR_HYPERPARAMETERS EQUAL vec_value
{ driver.option_num("coefficients_prior_hyperparameters",$3); };
{ driver.option_num("
ms.
coefficients_prior_hyperparameters",$3); };
o_convergence_starting_value : CONVERGENCE_STARTING_VALUE EQUAL non_negative_number
{ driver.option_num("ms.convergence_starting_value",$3); };
o_convergence_ending_value : CONVERGENCE_ENDING_VALUE EQUAL non_negative_number
...
...
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