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
c7d82e0b
Commit
c7d82e0b
authored
Oct 08, 2013
by
Stéphane Adjemian
Browse files
Do not print H0.
parent
99418679
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_estimation_1.m
View file @
c7d82e0b
...
...
@@ -294,7 +294,6 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation
analytic_grad
=
[];
end
% Call csminwell.
H0
[
fval
,
xparam1
,
grad
,
hessian_csminwel
,
itct
,
fcount
,
retcodehat
]
=
...
csminwel1
(
objective_function
,
xparam1
,
H0
,
analytic_grad
,
crit
,
nit
,
numgrad
,
epsilon
,
dataset_
,
options_
,
M_
,
estim_params_
,
bayestopt_
,
oo_
);
% Disp value at the mode.
...
...
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