Hi,
I am getting this error in Dynare 3 "Error in ==> dynare at 26
evalin('base',fname) ;
I have checked my mod file and I think it's correct. What am I missing?
jpfeifer wrote:Please provide the file
estimated_params_init(use_calibration);
end;
estimation(datafile=data_nk,first_obs=1,mode_compute=5,diffuse_filter);
jpfeifer wrote:When you run ML, you need to make sure that all parameters are properly initialized. Also, your model has a unit root and thus requires the diffuse_filter.
In the unstable version, you can use
- Code: Select all
estimated_params_init(use_calibration);
end;
estimation(datafile=data_nk,first_obs=1,mode_compute=5,diffuse_filter);
lik_init=2
jpfeifer wrote:In that case, you need to provide the initial parameter values explicitly and use
- Code: Select all
lik_init=2
jpfeifer wrote:I was able to run the attached files in Dynare 3.6.4
//
//This file estimates the New Keynesian model As in Abhishek Kumar (2017):
// This implementation was written by Abhishek Kumar.
//@ Abhishek Kumar
//
jpfeifer wrote:In Dynare 4.5, you need to add
- Code: Select all
diffuse_filter
to the identification command
Users browsing this forum: Google [Bot] and 12 guests