Page 1 of 1

Estimating an Exponential Trend Model Equation

Posted: Wed Apr 27, 2011 10:18 pm
by richbloke
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

Re: Estimating an Exponential Trend Model Equation

Posted: Wed Apr 27, 2011 11:08 pm
by trubador

Code: Select all

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