Multiple Cointegration Tests

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

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

andwoo8182
Posts: 1
Joined: Thu Sep 03, 2009 5:15 am

Multiple Cointegration Tests

Postby andwoo8182 » Thu Sep 03, 2009 5:57 am

Hi there,

Im busy with a Finance Honours thesis, and I am currently running co-integration tests on share price series to find relationships, but I would like to know how I can run multiple tests, so that all series are tested against each other, in pairs. Is this possible? Anyone know how? I'm not too clued on the programming side of Eviews but I'm open to try.

Thanks,
Andrew

trubador
Did you use forum search?
Posts: 1518
Joined: Thu Nov 20, 2008 12:04 pm

Re: Multiple Cointegration Tests

Postby trubador » Thu Sep 03, 2009 6:44 am

There are plenty of ways in EViews to accomplish such a task. For instance, you can put all your series into a group (e.g. mygroup) and then draw the series in pairs prior to conducting your VEC analysis:

Code: Select all

for !i=1 to mygroup.@count-1
  for !j=!i+1 to mygroup.@count
     var eq{!i}_{!j}.ec 1 4 mygroup(!i) mygroup(!j)
  next
next


You should first read the manual to learn for more on the available commands and functions, which will help you build a model that suits to your own need.


Return to “Data Manipulation”

Who is online

Users browsing this forum: No registered users and 35 guests