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
979a55a3
Commit
979a55a3
authored
Oct 02, 2013
by
Stéphane Adjemian
Browse files
Added missing semicolon.
parent
5d071454
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_estimation_1.m
View file @
979a55a3
...
...
@@ -408,7 +408,7 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation
xparam1
=
BESTEVER
.
x
;
disp
(
sprintf
(
'\n Objective function at mode: %f'
,
fval
))
case
10
options
=
simpsaset
(
'TOLX'
,
options_
.
dynatol
.
x
,
'TOLFUN'
,
options_
.
dynatol
.
f
)
options
=
simpsaset
(
'TOLX'
,
options_
.
dynatol
.
x
,
'TOLFUN'
,
options_
.
dynatol
.
f
)
;
[
xparam1
,
fval
,
exitflag
]
=
simpsa
(
func2str
(
objective_function
),
xparam1
,
lb
,
ub
,
options
,
dataset_
,
options_
,
M_
,
estim_params_
,
bayestopt_
,
oo_
);
case
11
options_
.
cova_compute
=
0
;
...
...
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