I am trying to run a deterministic simulation, by using the following command
- Code: Select all
simul (periods=100);
While the stochastic simulation works properly, when I try to use simul command the simulation does not work and the endogenous variables take NaN as values.
The model is correctly specified (it is just the one downloaded from their website and also initval are correct). How can I solve this problem?
Thanks is advance for your kind help.