Search found 19 matches
- Fri Oct 09, 2015 9:25 am
- Forum: Programming
- Topic: extend a series with a moving average
- Replies: 2
- Views: 3038
Re: extend a series with a moving average
Thank you. It was damn easy
- Fri Oct 09, 2015 4:37 am
- Forum: Programming
- Topic: extend a series with a moving average
- Replies: 2
- Views: 3038
extend a series with a moving average
Hello. I have a workfile 2010m1 2015m12 (it is a monthly series, so). It contains a series myser with values from 2010m1 to 2013m12. I created a new series aveser as series aveser = @movav(myser, 12) It returned values from 2010m1 to 2013m12 while I hoped it 'extends' up to the last date in the work...
- Thu Oct 08, 2015 11:34 am
- Forum: Programming
- Topic: compute the average of the previous year in a monthly series
- Replies: 1
- Views: 2405
compute the average of the previous year in a monthly series
Hopefully my question fits in this subforum. I have been stuck with what is probably dumb. I have a monthly time series say from 2010m1 to 2016m12. For each month throughout year Y, I need Eviews to return the Jan-Dec average of year Y-1 eg, if mean for 2014 is 5, I need Eviews to return 5 for month...
- Tue Sep 15, 2015 1:13 am
- Forum: Programming
- Topic: Line and 5year Max/Min range on the same seasonal graph
- Replies: 10
- Views: 8153
Re: Line and 5year Max/Min range on the same seasonal graph
Hello Jason. Thank you!
- Mon Sep 14, 2015 4:50 am
- Forum: Programming
- Topic: Line and 5year Max/Min range on the same seasonal graph
- Replies: 10
- Views: 8153
Re: Line and 5year Max/Min range on the same seasonal graph
Say I want to use the code showed the other: create m 2010 2015 series mydata = rnd*100 series mydata2 = rnd*100 series monthmaxes = @maxsby(mydata, @month, "2010 2014") series monthmins = @minsby(mydata, @month, "2010 2014") group g monthmaxes monthmins mydata mydata mydata2 myd...
- Fri Sep 11, 2015 8:02 am
- Forum: Programming
- Topic: Dialog boxes running in the background
- Replies: 1
- Views: 2370
Dialog boxes running in the background
Hi. My program opens a workfile, makes some operations on series, displays tables and related graphs. I need something like a dialog box that would work "in the background" . When user is done with tables and charts, he clicks on the OK button which then launch a series of tasks eg saving ...
- Thu Sep 10, 2015 1:23 am
- Forum: Programming
- Topic: Line and 5year Max/Min range on the same seasonal graph
- Replies: 10
- Views: 8153
Re: Line and 5year Max/Min range on the same seasonal graph
Thank you Jason. Gloups, I actually want to plot the 5-year range, a line for the current year, and a line for the previous year and the line (forecast) for the ea to come. Thanks. EDIT: I finally did something along what follows: create m 2010 2015 series mydata = rnd*100 series mydata2 = rnd*100 s...
- Tue Sep 08, 2015 5:23 am
- Forum: Programming
- Topic: Line and 5year Max/Min range on the same seasonal graph
- Replies: 10
- Views: 8153
Re: Line and 5year Max/Min range on the same seasonal graph
Hello. Sorry for the late reply.
I am using Eviews 8, Standard Edition - May 6 2013 build.
Thank you.
I am using Eviews 8, Standard Edition - May 6 2013 build.
Thank you.
- Fri Sep 04, 2015 1:12 am
- Forum: Programming
- Topic: Line and 5year Max/Min range on the same seasonal graph
- Replies: 10
- Views: 8153
Re: Line and 5year Max/Min range on the same seasonal graph
Thank you for your reply. Unfortunately, Eviews doesn't seem to like line and band chart types on the same graph (I have had such problems while trying out myself before I leave a question in this forum). MIXED is not a valid view for G in "SHOW G.MIXED BAND(1,2) LINE(3)" How can I force E...
- Wed Sep 02, 2015 8:52 am
- Forum: General Information and Tips and Tricks
- Topic: Add a comment to a value in a series object
- Replies: 1
- Views: 5240
Add a comment to a value in a series object
Hi Everyone.
Is there a way to add a comment to a given value in a series object (just like the one can attach a comment to a cell in Excel ?
Thank you.
Is there a way to add a comment to a given value in a series object (just like the one can attach a comment to a cell in Excel ?
Thank you.
- Wed Sep 02, 2015 3:53 am
- Forum: Programming
- Topic: Line and 5year Max/Min range on the same seasonal graph
- Replies: 10
- Views: 8153
Line and 5year Max/Min range on the same seasonal graph
Hi everyone I want a to draw a seasonal chart (monthly data, x-axis on from Jan to Dec), showing a line for the data of the current year and the 5-year max-min range . See the pic: http://imgur.com/Tyhf8m9 I first start by slicing my sample, restricting it to 2015 @smpl 2015 2015 I then draw the lin...
- Fri Jun 12, 2015 9:30 am
- Forum: Data Manipulation
- Topic: Eviews8 - convert from daily to monthly averaged series
- Replies: 5
- Views: 5982
Re: Eviews8 - convert from daily to monthly averaged series
yes, thanks. i finally got what i need.You need to make a second page with a monthly frequency. Then do the copy
thank you all.
- Fri Jun 12, 2015 8:17 am
- Forum: Data Manipulation
- Topic: Eviews8 - convert from daily to monthly averaged series
- Replies: 5
- Views: 5982
Re: Eviews8 - convert from daily to monthly averaged series
Thank you for your reply.
It is also what they explain here : http://www.eviews.com/Learning/freqconv.html, but I don't have those tabs.

Anyway, is there anything programatical?
It is also what they explain here : http://www.eviews.com/Learning/freqconv.html, but I don't have those tabs.

Anyway, is there anything programatical?
- Thu Jun 11, 2015 7:58 am
- Forum: Data Manipulation
- Topic: Eviews8 - convert from daily to monthly averaged series
- Replies: 5
- Views: 5982
Eviews8 - convert from daily to monthly averaged series
Hi, I want to convert a daily time series into a monthly averaged series (NO moving average), programmatically if possible.
How do I do this?
Thank you.
How do I do this?
Thank you.
- Fri May 01, 2015 9:10 am
- Forum: Programming
- Topic: uilist, string and wfopen
- Replies: 2
- Views: 3084
Re: uilist, string and wfopen
Thank you for the clarification. I could make it work.
