Page 1 of 1

Simulating an equation in Eviews

Posted: Fri Oct 13, 2017 9:40 am
by romanme2
Hi everyone,

I am tasked with simulating y(t) = e(t) + .9*e(t-1) with 200 random numbers I generated from excel.

This is obviously an MA(1) equation but what I do not understand how to do is apply the theta value = .9 or how to obtain the e(t-1). Any help would be much appreciated!

Re: Simulating an equation in Eviews

Posted: Fri Oct 13, 2017 10:41 am
by startz
Hi everyone,

I am tasked with simulating y(t) = e(t) + .9*e(t-1) with 200 random numbers I generated from excel.

This is obviously an MA(1) equation but what I do not understand how to do is apply the theta value = .9 or how to obtain the e(t-1). Any help would be much appreciated!
Assuming you have the series e

Code: Select all

smpl 2 @last series y = e + .9*e(-1)