Skip to content
Snippets Groups Projects
Commit fab11fb0 authored by assia's avatar assia
Browse files

header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1599 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 47316102
Branches
Tags
No related merge requests found
function [m0,s0] = compute_mh_covariance_matrix()
% function [m0,s0] = compute_mh_covariance_matrix()
% Estimation of the posterior covariance matrix and expectation.
%
% INPUTS
......@@ -9,16 +11,12 @@ function [m0,s0] = compute_mh_covariance_matrix()
% o s0 [double] (n*n) matrix, posterior covariance of the parameters
% (computed from previous metropolis hastings).
%
%
% ALGORITHM
% None.
%
% SPECIAL REQUIREMENTS
% None.
%
%
% part of DYNARE, copyright S. Adjemian, M. Juillard (2006)
% part of DYNARE, copyright Dynare Team (2006-2008)
% Gnu Public License.
global M_ options_ estim_params_
n = estim_params_.np + ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment