header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1628 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-21 11:51:09 +00:00
parent 8dc0bce11a
commit 50b745b547
1 changed files with 22 additions and 0 deletions

View File

@ -1,4 +1,26 @@
function mode_check(x,fval,hessian,gend,data,lb,ub)
% function mode_check(x,fval,hessian,gend,data,lb,ub)
% Checks the maximum likelihood mode
%
% INPUTS
% x: mode
% fval: value at the maximum likelihood mode
% hessian: matrix of second order partial derivatives
% gend: scalar specifying the number of observations
% data: matrix of data
% lb: lower bound
% ub: upper bound
%
% OUTPUTS
% none
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2003-2008)
% Gnu Public License.
global bayestopt_ M_ options_
TeX = options_.TeX;