include a lower bound in a model

For technical questions regarding estimation of single equations, systems, VARs, Factor analysis and State Space Models in EViews. General econometric questions and advice should go in the Econometric Discussions forum.

Moderators: EViews Gareth, EViews Moderator

minijim
Posts: 11
Joined: Sun Dec 20, 2009 10:01 am

include a lower bound in a model

Postby minijim » Thu Jul 28, 2011 12:38 am

Hi,
I would like to know whether it is possible (in EViews6) to include upper or lower bounds in a system of equation, such as :

Code: Select all

Eq1 : series02=F(series04,series05)
Eq2 : series03=F(series06,series07)
Eq3 : series01=@min(1,series02/series03)
(Eq4 : series01=@max(0,series02/series03))

in order to limit the volatility of a variable ?
Thanks in advance

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13319
Joined: Tue Sep 16, 2008 5:38 pm

Re: include a lower bound in a model

Postby EViews Gareth » Thu Jul 28, 2011 7:44 am

Not quite sure I follow what you're trying to do. Are you wanting to impose coefficient restrictions during estimation?
Follow us on Twitter @IHSEViews

minijim
Posts: 11
Joined: Sun Dec 20, 2009 10:01 am

Re: include a lower bound in a model

Postby minijim » Thu Aug 04, 2011 2:40 pm

Thanks for your help Gareth;
In fact I just wanted to be able to correct a series forecast, to take into account for example an arbitrary lower bound (hope this is more clear :) ).
But I think I eventually managed to do what I had in mind, using the "recode" function in my model :

Code: Select all

Eq1 : y=F(y(-1),w,z)
Eq2 : y_0=@recode(y<3,y,3)

Sorry for the lack of explanation in my first post, maybe this one will help others having a similar question :wink:


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 42 guests