Search found 7 matches

by deepaib
Thu Apr 04, 2013 4:31 am
Forum: Data Manipulation
Topic: Help to import 90minute data into eviews
Replies: 2
Views: 3396

Re: Help to import 90minute data into eviews

Thanks for your reply Chris
by deepaib
Tue Mar 26, 2013 7:47 pm
Forum: Data Manipulation
Topic: Help to import 90minute data into eviews
Replies: 2
Views: 3396

Help to import 90minute data into eviews

Hi, I have attached a sample data.I am trying to import this into eviews. I first imported it as an unstructured data and used command series datetime = date + @makedate(hour, minute, "hhmi"). But when use pagestruct command to change structure, I am getting message "Frequency of date...
by deepaib
Sat Mar 17, 2012 3:23 am
Forum: Data Manipulation
Topic: Removing NA values from a series in the workfile
Replies: 35
Views: 89032

Re: Removing NA values from a series in the workfile

Gareth, I dint get you. Currently in the program(which am still working on), I am looping to generate moving averages for different series and am using @movav Glenn, I am using @movav and I want to calculate the moving average in this way @movav(x,3) = (X+X(–1)+X(–2))/ 3. Currently I want a solution...
by deepaib
Fri Mar 16, 2012 4:41 am
Forum: Data Manipulation
Topic: Removing NA values from a series in the workfile
Replies: 35
Views: 89032

Re: Removing NA values from a series in the workfile

The problem with using @mav is that, it returns the cell value before and after NA as it is without averaging which I do not want.
by deepaib
Thu Mar 15, 2012 6:59 pm
Forum: Data Manipulation
Topic: Removing NA values from a series in the workfile
Replies: 35
Views: 89032

Re: Removing NA values from a series in the workfile

I need to calculate the moving average for 50 series(6 such files) and then generate buy sell signals. I am trying to do this using programming. I cannot use directly the paneled series I have taken into eviews. To arrange them properly, I have unstacked different workfiles and then do some work in ...
by deepaib
Thu Mar 15, 2012 9:59 am
Forum: Data Manipulation
Topic: Removing NA values from a series in the workfile
Replies: 35
Views: 89032

Re: Removing NA values from a series in the workfile

Hi,

It is suggested to use condition @all if y<>na to avoid obs with NA. I have 50 series to be contracted that way. Is it possible to do all at once by condition or by programming.

Thank you.
by deepaib
Wed Mar 14, 2012 11:57 pm
Forum: General Information and Tips and Tricks
Topic: Importing hourly data from a file with hour numbers
Replies: 1
Views: 6758

Re: Importing hourly data from a file with hour numbers

Hi, Thanks for the above post. This helped me to import 60min and 120min data as dated panel by using @dateadd. But, I am now stuck with other time frames like 90min,30min and other smaller timeframes. Attached here is the sample data. When I use "mi" as frequency source while importing, I...

Go to advanced search