Hi Sebastien,
may I ask for a couple of extensions of the preprocessor, in order to make the identification command more operational?
1) when the identification keyword is present, the preprocessor should always trigger the Hessian computation (g2 output from in <model>_dynamic.m), irrespective to the value of options_.order: the Hessian is in fact needed to compute the analytic derivatives; 2) we may discuss the way the preprocessor triggers the call to dynare_identification:
-) the simple and quick option would be to do the call from the main model script, (options to be defined) -) alternatively, we may think of adding it to the options of prior_analysis, to which it would fit, I think.
Many thanks for your help best wishes Marco
Sébastien Villemot wrote:
Hi Marco,
Thanks for your identification routines.
Just to remind you that you need to add copyright notices at the top of your new files, as explained on: http://www.dynare.org/DynareWiki/CodingStandards#Copyrightnotice-1
Best,