Coefficient vector

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

tvonbrasch
Posts: 540
Joined: Fri Apr 15, 2011 5:35 am

Coefficient vector

Postby tvonbrasch » Wed Oct 26, 2022 10:26 pm

Hi,
running this equation works okay:

Code: Select all

   equation _test1.ls YK=EXP(C(1))*XK3


but this equation, using a specified coefficient vector, does not ....

Code: Select all

   equation _test2.ls YK=EXP(C_GAMMA_K(1))*XK3


Is this a bug?

attached is the workfile to generate the error.
t

Code: Select all

close @all
wfopen .\exp.wf1

'first equation - no singularity
   equation _test1.ls YK=EXP(C(1))*XK3
   show _test1

'second equation - singularity ...?
   equation _test2.ls YK=EXP(C_GAMMA_K(1))*XK3

Attachments
exp.wf1
(97.4 KiB) Downloaded 66 times

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 7 guests