Global variables

Samuel Hurtado has found that using global variables in Matlab is very inefficient (see http://www.cepremap.cnrs.fr/juillard/mambo/index.php?option=com_forum&Itemid=95&page=viewtopic&t=1609)

All the information that is currently stored in global variables M_, options_, oo_ , basestopt_ should be passed as argument instead of stored as global variables.

We need to start with the functions most often called during estimation (DsgeLikelihood.m, dynare_resolve.m, resol1.m, dr1.m, <fname>_dynamic.m).

DynareWiki: GlobalVariables (last edited 2009-03-25 17:11:57 by localhost)