yearly weights

For technical support, tips and tricks, suggestions, or any other information regarding the EViews model object.

Moderators: EViews Gareth, EViews Moderator

tvonbrasch
Posts: 540
Joined: Fri Apr 15, 2011 5:35 am

yearly weights

Postby tvonbrasch » Wed Oct 18, 2017 4:46 am

Hi

I have a quarterly model

Code: Select all

 p=w1*p1+w2*p2
where the weigths w1 and w2 are supposed to be the last years average (or sum) of a series V1 and V2, respectively, i.e.,

for the first quarter

Code: Select all

w1=v1(-1)+v1(-2)+v1(-3)+v1(-4)

for the second quarter

Code: Select all

w1=v1(-2)+v1(-3)+v1(-4)+v1(-5)

for the third quarter

Code: Select all

w1=v1(-3)+v1(-4)+v1(-5)+v1(-6)

for the forth quarter

Code: Select all

w1=v1(-4)+v1(-5)+v1(-6)+v1(-7)


How can this best be implemented in a model object in Eviews, i.e. as a single equation for w1?

Thomas

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

Re: yearly weights

Postby EViews Gareth » Wed Oct 18, 2017 6:44 am

Nested @recodes using @quarter to determine the quarter.
Follow us on Twitter @IHSEViews


Return to “Models”

Who is online

Users browsing this forum: No registered users and 7 guests