I am using codes written by Tim Robinson to compute forecast error (RMSE), in Dynare 4.0.0, especifically the DsgeVarLikelihood function:
[fval, cost_flag, info, PHI_STACKED, SIGMA, iXX] = DsgeVarLikelihood(xparam1, gend)
where:
xparam1 : value of vector of estimated parameters
gend : Number of observations in the sample
I would like to use the unstable version of Dynare because it is faster than Dynare 4.0.0, but in this last I get this error:
Error using dsge_var_likelihood (line 80)
Not enough input arguments.
Could you please help me to use the dsge_var_likelihood function and define inputs in the inestable version?
Also, I have another question, when I invoke options_.nobs in inestable version I get a different value of the 4.0.0 version.
Thanks in advance
Aldo