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
Estimating an Exponential Trend Model Equation
Moderators: EViews Gareth, EViews Moderator
Re: Estimating an Exponential Trend Model Equation
Code: Select all
y = c(1) + @exp(c(2) + c(3)*@trend)Who is online
Users browsing this forum: No registered users and 2 guests
