Page 1 of 1

error message

Posted: Wed Aug 01, 2012 1:53 am
by Nau2306
While trying to access the coefficients after garch estimation, why do i keep getting the following error message:

4 is not a valid index for vector-series-coefficient in ...

Thanks

Re: error message

Posted: Wed Aug 01, 2012 1:56 am
by trubador
Check the number of estimated coefficents to make sure that there are at least four coefficents:

Code: Select all

scalar nc = eq1.@ncoef
Other than that, it is difficult to understand the problem without seeing the workfile and your own specification.