Page 1 of 1

Trajectory setting for an endogenous variable

Posted: Wed May 11, 2011 7:30 am
by rousing
Hi

How can I code the setting of the trajectory for an endogenous variable as shown in the attached screenshot?

Thanks a lot in advance :)

Best regards
Rasmus

Re: Trajectory setting for an endogenous variable

Posted: Wed May 11, 2011 9:43 am
by rousing
Thanks for the prompt reply :)

I figured out a different way to do it:
var01_model.scenario "Scenario 1"
var01_model.addassign(v) endog4
var01_model.override endog4_a
var01_model.addinit(v=z) endog4
var01_model.control endog4_a endog4 endog4_traj
var01_model.solve