IMA (1,1)

For questions regarding the import, export and manipulation of data in EViews, including graphing and basic statistics.

Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason

mwu888
Posts: 25
Joined: Sat Jul 09, 2011 5:49 pm

IMA (1,1)

Postby mwu888 » Sat Jul 09, 2011 5:56 pm

I am new to Eviews and would like some help on the following. How can I replicate an IMA(1,1) model for inflation rate using Eviews? The model equation is as follows: I(t) = 2.1E-06 + I (t-1) + a (t) - 7.24a(t-1), where I is the inflation rate and a(t) is a white-noise error term.

I understand that IMA is ARMA equivalent.

What is or are the commands in Eviews to replicate the above model? I experimented using the following command but I don't think it's right. I ar(1) ma(1). And how to introduce a white-noise error term?

Please help.

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13603
Joined: Tue Sep 16, 2008 5:38 pm

Re: IMA (1,1)

Postby EViews Gareth » Sat Jul 09, 2011 6:18 pm

Are you trying to estimate an equation with that specification, or are you trying to generate data that follows a DGP with that specification. Your post isn't clear.

mwu888
Posts: 25
Joined: Sat Jul 09, 2011 5:49 pm

Re: IMA (1,1)

Postby mwu888 » Sat Jul 09, 2011 6:25 pm

Sorry for the lack of clarity. It's the second objective: trying to generate data that follows a DGP with that specification. Is it d(I) ar(1) ma(1)? Or I think this may be right. d(I) ma(1).

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13603
Joined: Tue Sep 16, 2008 5:38 pm

IMA (1,1)

Postby EViews Gareth » Sat Jul 09, 2011 7:12 pm

There are no built in tools for generating data that follow ARIMA specifications.

startz
Non-normality and collinearity are NOT problems!
Posts: 3797
Joined: Wed Sep 17, 2008 2:25 pm

Re: IMA (1,1)

Postby startz » Sat Jul 09, 2011 8:30 pm

Code: Select all

series a = nrnd series i=0 smpl 2 @last I = 2.1E-06 + I(-1) + a - 7.24a(-1)


Return to “Data Manipulation”

Who is online

Users browsing this forum: No registered users and 2 guests