Search found 53 matches

by nupogodi
Sun Nov 21, 2010 6:16 am
Forum: Bug Reports
Topic: syntax "group" misbehaviour
Replies: 1
Views: 2927

syntax "group" misbehaviour

I have only one time series in my workbook, the time series is called "myseries". The following syntax... group mygroup myseries w* .. returns an error message ("W is not defined") but it should not, because "myseries" is actually present in the workbook. In addition, t...
by nupogodi
Tue Nov 16, 2010 8:47 am
Forum: Data Manipulation
Topic: Weighted average of group of time series
Replies: 3
Views: 3939

Re: Weighted average of group of time series

yes it can be done, I figured it out myself... series a1 = rnd series a2 = rnd series a3 =rnd series b1 = rnd series b2 = rnd series b3 =rnd group a a* group b b* %c = "("+ @wdelim(@replace(@winterleave(@wcross(A.@members, "* "),b.@members),"* ","*")," &q...
by nupogodi
Tue Nov 16, 2010 7:22 am
Forum: Data Manipulation
Topic: Weighted average of group of time series
Replies: 3
Views: 3939

Weighted average of group of time series

Could you point me the optimal way of calculating weighted average of time series without using loops? There is a group (A) of indices available and another group (B) containing some absolute values i.e weights. The group of weights (B) should be normalized first. The number of time series to be wei...
by nupogodi
Sat Sep 04, 2010 5:10 am
Forum: Bug Reports
Topic: the string addition bug
Replies: 0
Views: 2278

the string addition bug

Eviews 7 and Eviews 6 will shut down by...

%str = "aaa"
for !i =1 to 5000
%str = %str + %str
next
by nupogodi
Sat Jul 31, 2010 8:01 am
Forum: Bug Reports
Topic: the file gets corrupted by dragging
Replies: 2
Views: 4264

the file gets corrupted by dragging

this is how to replicate the bug in Eviews 7 29. july build: 1) create a table with a filled cell: table mytab(1,1) = "mystring" 2) open the table and DRAG the content of the cell(1,1) to another place in the table -- to the cell(3,3) for example 3) close the table and save the workfile wi...
by nupogodi
Fri Jul 30, 2010 7:19 am
Forum: Bug Reports
Topic: statusline bug
Replies: 1
Views: 3063

statusline bug

there are multiple issues with strings in Eviews7 as it will shut down by ... wfcreate u 1 200 %x = " money " for !i =1 to 5000 %y= %y+ %x statusline %y next ... and Eviews7 will also shut down by ... wfcreate u 1 200 %x = " money " for !i =1 to 5000 %y= %y+ %x next text a a.appe...
by nupogodi
Mon Jul 05, 2010 8:20 am
Forum: Programming
Topic: reference to another page
Replies: 1
Views: 2390

reference to another page

hi,

Is there a syntax available for referencing directly to another workpage? Something like:

series a = page2\b * page3\c
by nupogodi
Thu Jun 03, 2010 2:11 am
Forum: Suggestions and Requests
Topic: variable names in the regression
Replies: 1
Views: 3492

variable names in the regression

hi, i would have a suggestion to complement the regression output syntax by the option to retrieve the list of variable names... for example, I would like to retrieve the list of retained variable names after the stepwise regression wfcreate u 100 series y=nrnd series x1 =nrnd series x2 =nrnd series...

Go to advanced search