LSTAR 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

cychang
Posts: 4
Joined: Wed Aug 25, 2010 2:38 am

LSTAR model

Postby cychang » Sun Aug 07, 2011 8:58 pm

hi everyone,

I would like to estimate the following LSTAR model:

yt = a0 + a1yt-1 + (b0+b1yt-1) / (1+exp(-gamma*yt-1) + et

and my code is:

equation eq1.ls y=c(1)+c(2)*y(-1)+(c(3)+c(4)*y(-1))/(1+exp(-c(5)*(y(-1))))

but, by the definition of the LSTAR model, c(5) must be positive. Is there any way to set restriction on c(5) before estimation ?

EViews Glenn
EViews Developer
Posts: 2682
Joined: Wed Oct 15, 2008 9:17 am

Re: LSTAR model

Postby EViews Glenn » Mon Aug 08, 2011 9:55 am

Reparameterize so that you use exp(c(5)) as your term in the model. You are then estimating the log of the term.


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests