Hello,
This is my first time programming Eviews. I am using version 7. I searched through the forum but could not find this solution.
I have a system of 15 equations that I have added with the .append command. What I would like to do is somehow set a minimum value for an endogenous variable while the system is solving. Example.
model1.append a = a_0(-1) - b*c
What I would like to happend is that if the value of a drops below zero then it would just return zero until it once again starts to get positive values. Is there any way to do this?
Thank you.
