DsgeLikelihood.m header correction: the function returns MINUS log posterior

time-shift
Michel Juillard 2010-12-10 22:28:06 +01:00
parent d38c4de498
commit 7a09356423
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function [fval,cost_flag,ys,trend_coeff,info] = DsgeLikelihood(xparam1,gend,data
% number_of_observations [integer] % number_of_observations [integer]
% no_more_missing_observations [integer] % no_more_missing_observations [integer]
% OUTPUTS % OUTPUTS
% fval : value of the posterior kernel at xparam1. % fval : MINUS value of the log posterior kernel at xparam1.
% cost_flag : zero if the function returns a penalty, one otherwise. % cost_flag : zero if the function returns a penalty, one otherwise.
% ys : steady state of original endogenous variables % ys : steady state of original endogenous variables
% trend_coeff : % trend_coeff :