From 9152bbbc486b376c82c0397f3352dd6028f3f43a Mon Sep 17 00:00:00 2001 From: assia Date: Mon, 21 Jan 2008 12:17:46 +0000 Subject: [PATCH] header updated git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1630 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/initial_estimation_checks.m | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/matlab/initial_estimation_checks.m b/matlab/initial_estimation_checks.m index 0ffd5bab7..779db48e4 100644 --- a/matlab/initial_estimation_checks.m +++ b/matlab/initial_estimation_checks.m @@ -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);