build a list of series which fits a criteria
Posted: Thu Apr 24, 2014 12:36 pm
HI guys,
I am using Eviews 7.2
suppose I have three time series, I would like to get a list of series which have more than 10 in any given year, maybe in the form of a string object.
how would I go about doing it ?
for example:
2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011
series A 4 9 8 7 3 7 1 2 5 8 7 3
Series B 2 10 8 11 10 5 9 11 9 5 8 9
Series C 1 9 7 6 8 9 2 1 5 4 11 4
I should get series B and C in my list.
I think it should really straight forward but I have had a hard time coming up with a solution.
any help would be appreciated.
I am using Eviews 7.2
suppose I have three time series, I would like to get a list of series which have more than 10 in any given year, maybe in the form of a string object.
how would I go about doing it ?
for example:
2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011
series A 4 9 8 7 3 7 1 2 5 8 7 3
Series B 2 10 8 11 10 5 9 11 9 5 8 9
Series C 1 9 7 6 8 9 2 1 5 4 11 4
I should get series B and C in my list.
I think it should really straight forward but I have had a hard time coming up with a solution.
any help would be appreciated.