Skip to content
Snippets Groups Projects
Commit 5ad7e3b4 authored by ratto's avatar ratto
Browse files

xparam1 as a column vector for posterior mean.

This eliminates error in loading _mean file.

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1252 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 8ee3650a
Branches
Tags
No related merge requests found
...@@ -29,7 +29,7 @@ for n = FirstMhFile:TotalNumberOfMhFiles ...@@ -29,7 +29,7 @@ for n = FirstMhFile:TotalNumberOfMhFiles
ifil = 1; ifil = 1;
end end
MU = MU/((TotalNumberOfMhDraws-TODROP)*nblck); MU = MU/((TotalNumberOfMhDraws-TODROP)*nblck);
xparam1 = MU; xparam1 = MU';
MU1 = repmat(MU,MAX_nruns,1); MU1 = repmat(MU,MAX_nruns,1);
%% lpost_mode is the value of the log posterior kernel at the mode. %% lpost_mode is the value of the log posterior kernel at the mode.
fprintf(' Done!\n'); fprintf(' Done!\n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment