I've taken the DH10.mod example file and begun by altering it to use my own data, and then beginning to alter the specification. I am often getting the following error:
- Code: Select all
Unable to create the starting point data file est_csminwel_simple.out in csminwel.c!
Error in MS-SBVAR MEX file.
Error using mexErrCheck (line 41)
Error encountered in: ms_estimation.
Error in ms_estimation (line 77)
mexErrCheck('ms_estimation', err);
Error in simple (line 66)
[options_, oo_] = ms_estimation(M_, options_, oo_);
Error in dynare (line 120)
evalin('base',fname) ;
Can someone explain to me (or point me to an explanation) of what's going on when this error occurs? It will sometimes occur in the first few iterations of the estimation command, while other times it seems to make it farther along. Thanks.