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
aa22cb56
Commit
aa22cb56
authored
Apr 21, 2012
by
MichelJuillard
Browse files
computing shock_decomposition for calibrated models
parent
e692185c
Changes
2
Hide whitespace changes
Inline
Side-by-side
matlab/evaluate_smoother.m
View file @
aa22cb56
...
...
@@ -62,6 +62,8 @@ if ischar(parameters)
parameters
=
bayestopt_
.
p5
(:);
case
'prior_mean'
parameters
=
bayestopt_
.
p1
;
case
'calibration'
parameters
=
[];
otherwise
disp
(
'evaluate_smoother:: If the input argument is a string, then it has to be equal to:'
)
disp
(
'
''
posterior_mode
''
, '
)
...
...
@@ -69,6 +71,7 @@ if ischar(parameters)
disp
(
'
''
posterior_median
''
, '
)
disp
(
'
''
prior_mode
''
or'
)
disp
(
'
''
prior_mean
''
.'
)
disp
(
'
''
calibration
''
.'
)
error
end
end
...
...
preprocessor/DynareBison.yy
View file @
aa22cb56
...
...
@@ -2034,6 +2034,7 @@ shock_decomposition_options_list : shock_decomposition_option COMMA shock_decomp
shock_decomposition_option : o_parameter_set
| o_shocks
| o_labels
| o_datafile
;
homotopy_setup: HOMOTOPY_SETUP '
;
' homotopy_list END '
;
'
...
...
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