ARMA programming

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

luisafhc
Posts: 6
Joined: Sun May 15, 2011 1:33 pm

ARMA programming

Postby luisafhc » Sun May 15, 2011 2:04 pm

Hi,

I'm trying to program an ARMA(1,1) code simulation but i have some problems. First, i need to simulate 10 times with 4000 iterations the next items:
1. Mean
2. Variance
3. Autocovariance
4 Autocorrelation (ACF)
5. Parcial Autocorrelation (PACF)

So, i need to create a vector who saves the results to compare them. I'm using Eviews 6

Also, i have a base code but that only generates 1 simulation:

workfile ARMA_1_1 U 1 5000
series er=nrnd
series yt=0
smpl @first+2 @last
Yt=0.9*yt(-1)+0.8*er(-1)+er
equation MODELO_ARMA.ls yt AR(1) MA(1)


Thanks,

Luisa Fda.

Return to “Data Manipulation”

Who is online

Users browsing this forum: No registered users and 1 guest