Skip to content
Snippets Groups Projects
Commit b0ea237a authored by michel's avatar michel
Browse files

another correction linked to cova_compute

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2408 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 6d3de734
Branches
No related tags found
No related merge requests found
...@@ -524,6 +524,8 @@ if options_.mode_compute > 0 & options_.posterior_mode_estimation ...@@ -524,6 +524,8 @@ if options_.mode_compute > 0 & options_.posterior_mode_estimation
else else
hh = reshape(hessian('DsgeVarLikelihood',xparam1,options_.gstep,gend),nx,nx); hh = reshape(hessian('DsgeVarLikelihood',xparam1,options_.gstep,gend),nx,nx);
end end
else
nn = repmat(NaN,length(xparam1),length(xparam1))
end end
end end
if options_.cova_compute if options_.cova_compute
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment