header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1728 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-03-03 10:26:09 +00:00
parent eb1a26962e
commit a7cb948e69
1 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,6 @@
function [fval,cost_flag,info,PHI,SIGMAu,iXX] = DsgeVarLikelihood(xparam1,gend)
% function [fval,cost_flag,info,PHI,SIGMAu,iXX] = DsgeVarLikelihood(xparam1,gend)
% Evaluates the posterior kernel of the bvar-dsge model.
%
% INPUTS
@ -13,14 +15,13 @@ function [fval,cost_flag,info,PHI,SIGMAu,iXX] = DsgeVarLikelihood(xparam1,gend)
% o SIGMAu [double] Covariance matrix of the BVAR-DSGE (at the mode associated to xparam1).
% o iXX [double] inv(X'X).
%
% 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 bayestopt_ estim_params_ M_ options_
nvx = estim_params_.nvx;