How to observe the MA() term

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

modeler_ST
Posts: 6
Joined: Thu Apr 25, 2013 5:12 pm

How to observe the MA() term

Postby modeler_ST » Thu Apr 25, 2013 5:22 pm

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 !!

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

Postby EViews Gareth » Thu Apr 25, 2013 5:35 pm

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

Postby modeler_ST » Fri Apr 26, 2013 7:23 am

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

Postby startz » Fri Apr 26, 2013 7:30 am

An MA(1) process looks like

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

Postby modeler_ST » Fri Apr 26, 2013 7:33 am

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

Postby startz » Fri Apr 26, 2013 7:35 am

Code: Select all

series maTerm = resid +c(4)*resid(-2)
I think.

modeler_ST
Posts: 6
Joined: Thu Apr 25, 2013 5:12 pm

Re: How to observe the MA() term

Postby modeler_ST » Fri Apr 26, 2013 7:47 am

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.

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

Postby EViews Gareth » Fri Apr 26, 2013 7:53 am

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

Postby modeler_ST » Fri Apr 26, 2013 7:55 am

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

Postby EViews Gareth » Fri Apr 26, 2013 7:56 am

Your original post said:
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

Postby modeler_ST » Fri Apr 26, 2013 8:04 am

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.


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 1 guest