Page 1 of 1

GARCH, Max Iteration and Convergence programing

Posted: Thu Sep 06, 2018 10:10 am
by Afterall
I programing some GARCH models in Eviews programming language. I have been look for some programing guide, but I cant find the code for determination a Max Iteration and Convergence. We have this option in Equation window. The default value is 500 Max Iteration and 0.0001 for Convergence. But I want to do test with diferent values. Please help.

Code: Select all

smpl 01/01/2018 06/07/2018 equation eq_cbase ' GARCH (1,1) How to write code for Iterative proces, - Max Iteration and - Convergence eq_cbase.ARCH(1,1) cbase c cbase(-1)

Re: GARCH, Max Iteration and Convergence programing

Posted: Thu Sep 06, 2018 10:28 am
by EViews Matt
Hello,

If you examine the documentation for the arch proc, you'll find that there are options for both the maximum number of iterations (m) and the convergence criterion (c).