Hi,
I'm using Eviews 7 and while trying to calculate the element-wise product of two pre-defined matrices, I get an illegal or reserved name error. I used the following function:
matrix(10,10) a
matrix(10,10) b
matrix x = @eprod(a, b)
When I execute this function, I get "@EPROD is an illegal or reserved name". Am I missing something here? Can anyone help? I also tried determining the size of the matrix x for (10,10) but still the same error.
Many thanks.
Matrix function: Illegal or reserved name error
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3797
- Joined: Wed Sep 17, 2008 2:25 pm
Re: Matrix function: Illegal or reserved name error
Perhaps you want?
Code: Select all
@emult Re: Matrix function: Illegal or reserved name error
Thanks a lot! It works now! :)
Who is online
Users browsing this forum: No registered users and 2 guests
