Hi,
After regressing the following model,
Y c X1 X2 MA(2)
I wished to verify manually the results in Excel.
I have the values of all variables Y, X1, X2 and their coefficients.
However I don’t know how to observe the MA(2) term.
Do you have any clue ?
Thanks a lot I have been looking for it for days !!
How to observe the MA() term
Moderators: EViews Gareth, EViews Moderator
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: How to observe the MA() term
What does "observe the MA term" mean?
-
modeler_ST
- Posts: 6
- Joined: Thu Apr 25, 2013 5:12 pm
Re: How to observe the MA() term
Its value.
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3798
- Joined: Wed Sep 17, 2008 2:25 pm
Re: How to observe the MA() term
An MA(1) process looks like
epsilon_t + theta*epsilon_(t-1)
Which of those do you want to observe?
epsilon_t + theta*epsilon_(t-1)
Which of those do you want to observe?
-
modeler_ST
- Posts: 6
- Joined: Thu Apr 25, 2013 5:12 pm
Re: How to observe the MA() term
The whole expression.
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3798
- Joined: Wed Sep 17, 2008 2:25 pm
Re: How to observe the MA() term
Code: Select all
series maTerm = resid +c(4)*resid(-2)-
modeler_ST
- Posts: 6
- Joined: Thu Apr 25, 2013 5:12 pm
Re: How to observe the MA() term
So in my program, I put:
equation insolv.ls Y X1 X2 MA(2)
series maTerm = resid +c(4)*resid(-2)
However it doesn't seem to work out. The maTerm value is too high.
equation insolv.ls Y X1 X2 MA(2)
series maTerm = resid +c(4)*resid(-2)
However it doesn't seem to work out. The maTerm value is too high.
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: How to observe the MA() term
You appear to be missing a C
-
modeler_ST
- Posts: 6
- Joined: Thu Apr 25, 2013 5:12 pm
Re: How to observe the MA() term
I am not using a constant in my model. And the MA is an MA(2)
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: How to observe the MA() term
Your original post said:
Anyway, if you only have 3 coefficients, you need to change startz' code so that it uses c(3) rather than c(4).
After regressing the following model,
Y c X1 X2 MA(2)
Anyway, if you only have 3 coefficients, you need to change startz' code so that it uses c(3) rather than c(4).
-
modeler_ST
- Posts: 6
- Joined: Thu Apr 25, 2013 5:12 pm
Re: How to observe the MA() term
Thanks a lot guys for your help.
Yes you're right I put a constant first. I wished to have an aswer for both cases actually.
I am quite new to eviews so I didn't think that would make a big change.
So now I'm putting:
equation insolv.ls Y X1 X2 MA(2)
series maTerm = resid +c(3)*resid(-2)
And the maTerm is even higher.
Yes you're right I put a constant first. I wished to have an aswer for both cases actually.
I am quite new to eviews so I didn't think that would make a big change.
So now I'm putting:
equation insolv.ls Y X1 X2 MA(2)
series maTerm = resid +c(3)*resid(-2)
And the maTerm is even higher.
Who is online
Users browsing this forum: No registered users and 1 guest
