Page 1 of 1

You did not declare endogenous variables after the estimatio

PostPosted: Thu Mar 21, 2013 2:04 am
by jinyou_yin
hi,everyone:
thank you for your concern.
matlab complains:
as the topic :You did not declare endogenous variables after the estimation/calib_smoother command.
what's wrong with my code?

Re: You did not declare endogenous variables after the estim

PostPosted: Fri Mar 29, 2013 10:05 am
by SébastienVillemot
The complete message is the following:

Code: Select all
You did not declare endogenous variables after the estimation/calib_smoother command.
Smoothed variables will be computed for the 9 endogenous variables
of your model, this can be very long....
 
 
Choose one of the following options:
 
 [1] Consider all the endogenous variables.
 [2] Consider all the observed endogenous variables.
 [3] Stop Dynare and change the mod file.
 
options [default is 1] = 


Dynare is just telling you that you should probably restrict the computation of the smoother to the variables of interest to you (to save time), by listing them at the end of the estimation command. But if you want to smoother for all variables, enter 1 or list them all in the MOD file.