Hi,
I have managed to confuse myself regarding the AR term in EViews. I have read an earlier thread, but I just want to make sure that I've got this right.
Regression: D(LiborSpread) = Alpha + Beta1*D(CDS) + Beta2*LiquidityProxy + AR(1) + e
Is the AR(1) a lag of the difference of the dependent variable? I am confused because substituting AR(1) for D(Y(-1)) yields different results.
Thanks,
Tom
AR term of dY
Moderators: EViews Gareth, EViews Moderator
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: AR term of dY
AR(1) is a lag of the error term.
i.e. in an equation of
then
and so with an AR term you get
i.e. in an equation of
Code: Select all
Y=A+BX+e
Code: Select all
e=Y-A-BX
Code: Select all
Y = A + BX + C*(Y(-1) - BX(-1))
Re: AR term of dY
Isn't the lag of the error term MA(1)? And the lag of the dependent variable AR(1)?
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3797
- Joined: Wed Sep 17, 2008 2:25 pm
Re: AR term of dY
No. Let me repeat what Gareth said slightly differently. If we we have the EViews equationIsn't the lag of the error term MA(1)? And the lag of the dependent variable AR(1)?
Code: Select all
ls y x ar(1)y=c(1)*x + e
e = c(2)*e(-1) + eta
Alternatively, one can write
(y-c(2)*y(-1)) = c(1)*(x-x(-1)) + eta
Re: AR term of dY
I'm even more confused now. I understand that AR-terms can be substituted by lags of the error term, but AR terms are still (by definition) lags of the dependent variable.
In my equation I have not taken the difference of the liquidity proxy, so by rewriting it you won't end up with (y-c(2)*y(-1)) = c(1)*(x-x(-1)) + eta.
This is from the topic "ARIMA vs MA with lagged dependent variable", which is basically the same question as I have.
This is what startz wrote:
"There's some confusion here. Any pure ARMA(p,q) model is the same in EViews whether specified with AR terms or lags of the dependent variable. (There can be very small coefficient differences due to numerical issues.) Perhaps you should post more specifically what you're trying."
My question is: is the AR term in EViews still valid if the estimation is written with difference operators? Equation: D(Y) C X AR(1)
Or would it only be correct if the equation was written like DY C X AR(1)? [note that the dependent variable is now DY and not D(Y)]
Thanks for the help guys,
Tom
In my equation I have not taken the difference of the liquidity proxy, so by rewriting it you won't end up with (y-c(2)*y(-1)) = c(1)*(x-x(-1)) + eta.
This is from the topic "ARIMA vs MA with lagged dependent variable", which is basically the same question as I have.
This is what startz wrote:
"There's some confusion here. Any pure ARMA(p,q) model is the same in EViews whether specified with AR terms or lags of the dependent variable. (There can be very small coefficient differences due to numerical issues.) Perhaps you should post more specifically what you're trying."
My question is: is the AR term in EViews still valid if the estimation is written with difference operators? Equation: D(Y) C X AR(1)
Or would it only be correct if the equation was written like DY C X AR(1)? [note that the dependent variable is now DY and not D(Y)]
Thanks for the help guys,
Tom
Re: AR term of dY
You can easily write these two equations in EViews and estimate to see if they yield the same output...
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: AR term of dY
When Startz wrote:
He specifically mentioned a pure ARMA model. You have independent variables in your equation, so what he wrote doesn't apply. Since the error term is now a function of the X variables too, an AR model is now a function of both the lagged values of the dependent variable and the independent variable."There's some confusion here. Any pure ARMA(p,q) model is the same in EViews whether specified with AR terms or lags of the dependent variable.
Re: AR term of dY
Thanks for the help. I've got my answer.
Who is online
Users browsing this forum: No registered users and 2 guests
