Estimating an Exponential Trend Model Equation

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

richbloke
Posts: 1
Joined: Wed Apr 27, 2011 9:08 pm

Estimating an Exponential Trend Model Equation

Postby richbloke » Wed Apr 27, 2011 10:18 pm

Hi,

I am new to eviews and trying to work out the syntax to estimate an exponential trend model. For example with the linear model, I have "close c @TREND". For the quadratic I have "close c @TREND @TREND^2". I know I can just write it as log-linear, "log(close) c @TREND" but then the output variables are not comparable to my linear and quadratic trend models.

So how do I do something like "close c e^@TREND"?

Thanks

trubador
Did you use forum search?
Posts: 1520
Joined: Thu Nov 20, 2008 12:04 pm

Re: Estimating an Exponential Trend Model Equation

Postby trubador » Wed Apr 27, 2011 11:08 pm

Code: Select all

y = c(1) + @exp(c(2) + c(3)*@trend)


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests