Hello
I am using eviews6. I would like to know how to access the fifth coefficient in an egarch estimation with constant mean equation.
I have tried:
!c8 = @coefs(5) but it is giving me the following error message:
5 is not a valid index for vector series coefficient in !c8 = @coefs(5).
How can i correct this error?
Thanks
egarch
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Glenn
- EViews Developer
- Posts: 2682
- Joined: Wed Oct 15, 2008 9:17 am
Re: egarch
Have you tried this off of an estimated equation by name?
@coefs is an equation member and should be used off of a named equation.
Code: Select all
equation eq1.arch(egarch) x1 c
scalar f=eq1.@coef(5)Re: egarch
I did try it but it is giving me the same error message :s
Who is online
Users browsing this forum: No registered users and 2 guests
