bug? evaluation of series expression

For notifying us of what you believe are bugs or errors in EViews.
Please ensure your copy of EViews is up-to-date before posting.

Moderators: EViews Gareth, EViews Moderator

maxchen
Posts: 191
Joined: Fri Oct 10, 2008 4:03 pm

bug? evaluation of series expression

Postby maxchen » Sat May 21, 2011 7:21 pm

EV version: EViews7Patch_051111.exe

Code: Select all

wfcreate u 4 genr x = @obsid genr y = 5 'c(1) = @sum(x*y) 'error genr z = x*y c(2) = @sum(z) 'work
the 4th line error: "size do not match in matrix function", but it is a series expression.

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13600
Joined: Tue Sep 16, 2008 5:38 pm

Re: bug? evaluation of series expression

Postby EViews Gareth » Mon May 23, 2011 8:03 am

That isn't a bug per se, rather it is a quirk of the EViews parsing language. When you're assigning into scalar (or other matrix objects), you can often not perform the same level of series algebra on the right hand side as you can when you're assigning into a series. This often means you need to create a temporary series, such as the one you did. Yes, this can be irritating.


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 2 guests