Page 1 of 1

Group multiplication by vector

Posted: Fri Aug 15, 2014 6:02 am
by vytama
Hello,
I have 6 time series in a group (A) and I want to multiply by rowvector (V) which contains 6 values for each time series. Is it possible to do that? I've tried following command for !j=1 to 6
group B= group(A)*rowvector(V)(!j)
next
I get error message: group multiplied by scalar. How can I get around it? Eviews 8.
I appreciate your help.

Re: Group multiplication by vector

Posted: Fri Aug 15, 2014 8:12 am
by EViews Gareth
You can't do that. You'll have to multiply the series one at a time, then form a group.