Search found 15 matches

by Krzysztof
Mon Mar 21, 2011 4:08 pm
Forum: Data Manipulation
Topic: dynamic backcasting of time series
Replies: 7
Views: 16228

dynamic backcasting of time series

Hi, I have one question related to backcasting. I'd like to backcast values for time series having the most recent value in line with the growth rates of another time series. However, if I try to fill up my time series using the below line of code it does not work dynamically (only statically for on...
by Krzysztof
Tue Mar 08, 2011 10:49 am
Forum: Data Manipulation
Topic: How do I create a multiple stacked bar graph?
Replies: 8
Views: 10540

Re: How do I create a multiple stacked bar graph?

please find four sample time series in the attachment,
the series are named with the colors so that they correspond to the illustration of the chart which I have sent before (let's make the things simpler and ignore purple and pink bars)
by Krzysztof
Tue Mar 08, 2011 10:17 am
Forum: Data Manipulation
Topic: How do I create a multiple stacked bar graph?
Replies: 8
Views: 10540

Re: How do I create a multiple stacked bar graph?

I have attached a sample picture of the chart which I have in mind. It could also contain 2 stacked bars per year (not necessarily 4, but it must be more than 1).
by Krzysztof
Tue Mar 08, 2011 9:24 am
Forum: Data Manipulation
Topic: How do I create a multiple stacked bar graph?
Replies: 8
Views: 10540

Re: How do I create a multiple stacked bar graph?

Hi,
Does anyone know a solution for the question in the subject?
Thnx, k
by Krzysztof
Thu Mar 03, 2011 6:17 am
Forum: Data Manipulation
Topic: copying updated series
Replies: 2
Views: 4129

Re: copying updated series

Thanks a lot for your reply.
I have managed to solve this problem and you are actually right (the series which are copied are the most updated ones).
The thing was that after copying I was overwriting the series with the old series by mistake.
Best, k
by Krzysztof
Wed Mar 02, 2011 10:38 am
Forum: Data Manipulation
Topic: copying updated series
Replies: 2
Views: 4129

copying updated series

Hi, I was trying to copy some series between 2 worksheets in Eviews 6 and I am experiencing the following problem. The series which are copied appear in the new worksheet as if they were not updated (before copying I import them from xls and perform some calculations, the series copied to the new wo...
by Krzysztof
Thu Aug 05, 2010 2:08 am
Forum: Programming
Topic: a program executing other program in a loop (EV 6)
Replies: 5
Views: 6759

Re: a program executing other program in a loop (EV 6)

Thanks but are you sure about that (see the attachment)? I was not able to find this command in the Eviews manuals either.
by Krzysztof
Wed Aug 04, 2010 2:31 am
Forum: Programming
Topic: a program executing other program in a loop (EV 6)
Replies: 5
Views: 6759

Re: a program executing other program in a loop (EV 6)

Hi, luckily I can use Eviews 7 now. Would you tell me how to overcome this problem in Eviews 7? To be more precise I would like to execute the piece of program below. However, the execution stops after first step so I guess I need some command to return control to the calling program. Many thanks is...
by Krzysztof
Mon Jul 26, 2010 1:09 am
Forum: Programming
Topic: a program executing other program in a loop (EV 6)
Replies: 5
Views: 6759

a program executing other program in a loop (EV 6)

Hi, I would like to ask the following question. Would it be possible to write a program which would run other program in a loop with different arguments depending on a step of the loop. I have one prg with a parameter and I can execute it from a command line for instance: run program_1 austria, run ...
by Krzysztof
Thu Mar 25, 2010 12:57 am
Forum: Data Manipulation
Topic: sample range dependent on the time series
Replies: 3
Views: 7642

Re: sample range dependent on the time series

This looks good and it definately solves part of my problems.
If you could also tell me how to set up a sample range so that it starts from second non-missing observation that would be really fantastic :D
by Krzysztof
Wed Mar 24, 2010 10:32 am
Forum: Data Manipulation
Topic: sample range dependent on the time series
Replies: 3
Views: 7642

sample range dependent on the time series

Hi, I am wondering whether there is any way to make the sample range dependent on the observations within a series. To be more precise let's assume the following situation. I have a sheet with annual frequency and 1990 - 2010 sample. There is also a time series in this sheet with numerical values fo...
by Krzysztof
Thu Jan 14, 2010 8:39 am
Forum: Programming
Topic: looping through a list of series
Replies: 1
Views: 4965

looping through a list of series

let's assume that I am looping through list of series with the code below for %y sed cue tor inp series {%y}_proc = {%y}*100 next but if I would like to use the list of the same variables many times it would be desirable to define it within the code and then loop like below %list = "sed cue tor...
by Krzysztof
Tue Jan 12, 2010 11:02 am
Forum: Programming
Topic: overlay two series
Replies: 4
Views: 6680

Re: overlay two series

works perfectly, many thanks
by Krzysztof
Tue Jan 12, 2010 2:30 am
Forum: Programming
Topic: overlay two series
Replies: 4
Views: 6680

Re: overlay two series

Sure, nor problem, below there is a hypothetical example: Assume that the annual time series A has the values 1, 2, NC, and 4 for the years 1987 to 1990 and that the annual series B has the values NA, 6, 7, and 8 for the same period. I would like to have a function (or find any way) which would retu...
by Krzysztof
Mon Jan 11, 2010 4:36 am
Forum: Programming
Topic: overlay two series
Replies: 4
Views: 6680

overlay two series

Does anyone know how to easily overlay two series?

I would apprecaite any help.

Rgds, Krzysztof

Go to advanced search