NAN values in result
Posted:
Fri Jan 10, 2014 6:51 am
by tahmin
Hi friends,
Finally I can run my model, but I have a new question from you:
The output of my model, some values marked with "NAN", why is that?
Thanks.
Re: NAN values in result
Posted:
Fri Jan 10, 2014 9:53 am
by jpfeifer
Your timing is wrong. There are no forward looking variables in your model.
Re: NAN values in result
Posted:
Sat Jan 11, 2014 5:59 am
by tahmin
Hi friend, Thanks for your answer.
Now I have 4 forward-looking in my model but NAN values appear in my result again. what's your suggest for solve this problem?
Thanks a lot
Re: NAN values in result
Posted:
Sat Jan 11, 2014 4:04 pm
by jpfeifer
Correct your model. The variables with NaN are variables that do not move at all during your simulations. Add e.g.
- Code: Select all
rplot k;
after stoch_simul to see this. There must be a mistake in your model.