Merge pull request #743 from JohannesPfeifer/debug_info_estimation

Add check for NaN parameters to initial_estimation_checks.m
time-shift
Stéphane Adjemian 2014-10-10 22:30:12 +02:00
commit 6c112a2701
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ if any(BayesInfo.pshape) % if Bayesian estimation
end
end
%% display warning if some parameters are still NaN
test_for_deep_parameters_calibration(Model);
% Evaluate the likelihood.
ana_deriv = DynareOptions.analytic_derivation;