Skip to content
Prev 1895 / 15274 Next

GARCH estimation

Why not use the L-BFGS-B method and supply a lower bound argument?

Josh

-----Original Message-----
From: r-sig-finance-bounces at stat.math.ethz.ch
[mailto:r-sig-finance-bounces at stat.math.ethz.ch] On Behalf Of Patrick
Burns
Sent: Wednesday, December 05, 2007 12:04 PM
To: ShyhWeir Tzang
Cc: r-sig-finance at stat.math.ethz.ch
Subject: Re: [R-SIG-Finance] 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:

            
h(t)=b3+b4*h(t-1)+b5*(
better
_______________________________________________
R-SIG-Finance at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. 
-- If you want to post, subscribe first.