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
0baa7d7a
Commit
0baa7d7a
authored
Jul 12, 2011
by
MichelJuillard
Browse files
ms-sbvar: adding coefficients_prior_hyperparameters option to SBVAR
parent
ad2bfdf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
matlab/ms-sbvar/msstart_setup.m
View file @
0baa7d7a
...
...
@@ -110,13 +110,9 @@ indxDummy = options_.ms.bayesian_prior; % 1: add dummy observations to the data
% options_.ms.dummy_obs=0; % no dummy observations
%end
%=== The following mu is effective only if options_.ms.bayesian_prior==1.
mu
=
zeros
(
6
,
1
);
% hyperparameters
mu
(
1
)
=
0.57
;
mu
(
2
)
=
0.13
;
mu
(
3
)
=
0.1
;
mu
(
4
)
=
1.5
;
%1.4 or 1.5, faster decay, produces much better inflation forecast.
mu
(
5
)
=
5
;
%10;
mu
(
6
)
=
5
;
%10;
mu
=
options_
.
ms
.
coefficients_prior_hyperparameters
;
% mu(1): overall tightness and also for A0;
% mu(2): relative tightness for A+;
% mu(3): relative tightness for the constant term;
...
...
preprocessor/DynareBison.yy
View file @
0baa7d7a
...
...
@@ -1463,6 +1463,7 @@ sbvar_option : o_datafile
| o_forecast
| o_upper_cholesky;
| o_lower_cholesky;
| o_coefficients_prior_hyperparameters;
;
sbvar_options_list : sbvar_option COMMA sbvar_options_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