header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1630 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-21 12:17:46 +00:00
parent 467d1b1dd1
commit 9152bbbc48
1 changed files with 19 additions and 0 deletions

View File

@ -1,4 +1,23 @@
function initial_estimation_checks(xparam1,gend,data)
% function initial_estimation_checks(xparam1,gend,data)
% Checks data (complex values, ML evaluation, initial values, BK conditions,..)
%
% INPUTS
% xparam1: vector of parameters to be estimated
% gend: scalar specifying the number of observations
% data: matrix of data
%
% OUTPUTS
% none
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2003-2008)
% Gnu Public License.
global dr1_test bayestopt_ estim_params_ options_ oo_ M_
nv = size(data,1);