Skip to content
Prev 1894 / 15274 Next

GARCH estimation

You need to do something in the event that ht
becomes non-positive.  For example, something
like:

if(ht <= 0) ht <- 1e-10

What number you use will depend on what the
reasonable range of values is for the particular
problem.

Patrick Burns
patrick at burns-stat.com
+44 (0)20 8525 0696
http://www.burns-stat.com
(home of S Poetry and "A Guide for the Unwilling S User")
ShyhWeir Tzang wrote: