Page 1 of 1

Frequency Conversion

Posted: Tue Feb 15, 2011 1:04 pm
by puf
Hi Gareth,
great explanation, thank you. It's really pity that command reference is not written this way. Could you please should how to do the same steps using Eviews programming language?

In my case I have a file with daily data. I can use wfopen 1.csv to open this file as a new workfile. Afterwards I would like to create a new page with weekly frequencies and copy there variables high, low and close. I know how to do this by clicking (create new page at weekly frequency, copy, paste special, high to low frequency method, last observation for close, max for high and min for low, but I do not know how to do this as a code.

thank you for help

Re: Frequency Conversion

Posted: Tue Feb 15, 2011 2:02 pm
by EViews Gareth
Essentially you just need the Copy command:

Code: Select all

copy(c=X) page1\series1 page2\series1
where X is the frequency conversion method you want. If you look up Copy in the Command Reference you can see the list of codes for the various frequency conversion methods.