如题,《Dynare reference manual》中的第4.2节提到“to minimize interference with MATLAB or Octave functions that maybe called by Dynare or user-defined steady state files, it is recommended to avoid using the name of MATLAB functions. In particular when working with steady state files, do not use correctlyspelled greek names like alpha, because there are Matlab functions of the same name. Rather go for alppha or so.”意即在Dynare中最好不要使用正确拼写的希腊字母,但是我看很多论文的Dynare代码中还是使用了诸如alpha、beta等希腊字母来作为参数名或变量名,对此比较疑惑,望论坛里的大神赐教,谢谢!
《Dynare reference manual》中提到“to minimize interference with MATLAB or Octave functions that maybe called by Dynare or user-defined steady state files”,这里说的也是“maybe”对吧,哈哈。个人经验,这个bug实际情况中好像很少遇到。不过以防万一,可以遵照Dynare手册的建议,不要使用正确拼写的希腊字母。